-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[release/9.0-staging][HTTP] Stress fix for docker compose #119455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds docker compose cleanup commands to HTTP stress testing pipeline to prevent interference between individual test runs. It's a backport from main branch to the release/10.0 branch to fix infrastructure issues in CI stress runs.
Key changes:
- Adds
docker compose down
commands before each HTTP stress test run - Ensures clean state between HTTP 2.0 and HTTP 1.1 stress tests
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
Removed 'docker-compose down' command from HTTP 1.1 and 2.0 stress test configurations.
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
HTTP stress is running, the failure in https://dev.azure.com/dnceng-public/public/_build/results?buildId=1142024&view=results is known issue #109121 |
Test only change, tell-mode. |
Backport of #119274 to release/9.0-staging
/cc @ManickaP
Customer Impact
Wind down docker compose between individual runs in HTTP stress.
Regression
Infra update.
Testing
CI stress runs.
Risk
Low. Test only change.