[release/10.0] [NET] Fix docker compose.#126473
Merged
wfurt merged 2 commits intodotnet:release/10.0from Apr 24, 2026
Merged
Conversation
Contributor
|
Tagging subscribers to this area: @karelz, @dotnet/ncl |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates System.Net stress-test Docker Compose runner scripts to address infra changes affecting compose invocation.
Changes:
- Switch the bash runner to use
docker compose(Compose v2 plugin) forbuildandup. - Update the PowerShell runner to use
docker-compose(Compose v1) forbuildandup(including log/error text).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/libraries/Common/tests/System/Net/StressTests/run-docker-compose.sh | Uses docker compose for compose build/run. |
| src/libraries/Common/tests/System/Net/StressTests/run-docker-compose.ps1 | Uses docker-compose for compose build/run and updates related messaging. |
This was referenced Apr 15, 2026
Open
Member
Author
|
Both http and ssl stress are now passing in 10.0: |
Member
Author
|
/ba-g unrelated, this touches only stress test infra |
Member
Author
|
Test only change -> Tell Mode -> Servicing approved. |
cincuranet
approved these changes
Apr 17, 2026
rokonec
approved these changes
Apr 17, 2026
karelz
approved these changes
Apr 21, 2026
Member
karelz
left a comment
There was a problem hiding this comment.
Needed to unblock Stress tests in .NET 10 branch
Member
Author
|
Gentle ping on this @wfurt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes broken stress by recent changes in used images.
Test infra only change, no product code affected.
Customer Impact
Regression
Testing
Stress pipelines ran and passed.
Risk
Low, only test infra change, no product code change.