Skip to content

integration/container: migrate stream connected containers test#51840

Open
deahtstroke wants to merge 1 commit intomoby:masterfrom
deahtstroke:50159-migrate-stream-connected-containers
Open

integration/container: migrate stream connected containers test#51840
deahtstroke wants to merge 1 commit intomoby:masterfrom
deahtstroke:50159-migrate-stream-connected-containers

Conversation

@deahtstroke
Copy link

@deahtstroke deahtstroke commented Jan 12, 2026

- What I did
Migrated the test TestAPIStatsNoStreamConnectedContainer from the integration-cli/ directory to the integration/ directory in reference to epic #50159.
- How I did it
Rewriting the test using the Go-client and moving it to the integration/ diectory
- How to verify it
TESTDIRS='./integration/container/' TESTFLAGS='-test.run TestStatsNoStreamConnectedContainers' make test-integration
- Human readable description for the release notes

}

func (s *DockerAPISuite) TestAPIStatsNoStreamConnectedContainers(c *testing.T) {
testRequires(c, DaemonIsLinux)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to add the this requirement to the migrated test.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah! I overlooked that as well 😅 - I gave CI a kick to run again; let's see if it goes green 🤞

@deahtstroke deahtstroke force-pushed the 50159-migrate-stream-connected-containers branch 4 times, most recently from 234c2be to eea1a2b Compare January 22, 2026 02:56
@deahtstroke
Copy link
Author

The latest update just updates the context timeout from 10s => 20s. It's just a hunch but I want to see if the error is related to a timeout perhaps?

@deahtstroke deahtstroke force-pushed the 50159-migrate-stream-connected-containers branch from e6100a2 to d87850f Compare February 24, 2026 09:22
Signed-off-by: Daniel Villavicencio <dvm3099@pm.me>
@deahtstroke deahtstroke force-pushed the 50159-migrate-stream-connected-containers branch from 392384f to 8192bef Compare February 24, 2026 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants