-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
br: fix unstable s3 test #33610
br: fix unstable s3 test #33610
Conversation
Signed-off-by: Yu Juncen <[email protected]>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-integration-br-tests |
Signed-off-by: Yu Juncen <[email protected]>
/run-integration-br-tests |
1 similar comment
/run-integration-br-tests |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/74944ec674aab5831fa0b2912435524f968063a9 |
/run-integration-br-tests |
Signed-off-by: Yu Juncen <[email protected]>
/run-integration-br-tests |
4 similar comments
/run-integration-br-tests |
/run-integration-br-tests |
/run-integration-br-tests |
/run-integration-br-tests |
/run-integration-br-tests |
/run-integration-br-tests |
/run-integration-br-tests |
|
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.
LGTM
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 4c5dfc9
|
/run-check-dev_2 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.3 in PR #33646 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.4 in PR #33647 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-6.0 in PR #33648 |
/run-cherry-picker |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.2 in PR #33902 |
Signed-off-by: Yu Juncen [email protected]
What problem does this PR solve?
Issue Number: close #33644
Problem Summary:
The test case
br_s3
is unstable. The reason would probably be thatcurl
exit with0
even it met a 503 HTTP CODE. At this condition,mc
would fail soon and so did the test.What is changed and how it works?
Test the status code instead of the exit code of curl.
Check List
Tests
Release note