-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[TT-13048] Flaky test due to using httpbin org, improvements #6504
Conversation
API Changes no api changes detected |
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
Quality Gate passedIssues Measures |
/release to release-5.3 |
Working on it! Note that it can take a few minutes. |
Using httpbin.org is coupling our CI to their SLA, causing failing tests. Test only change for: - testing httpbin exposed on 3123 - fixes tests/regression flakyness due to httpbin.org usage - t.Cleanup cleanup instead of defering server close in area (limited scope) https://tyktech.atlassian.net/browse/TT-13048 --------- Co-authored-by: Tit Petric <[email protected]> (cherry picked from commit 9091920)
@titpetric Succesfully merged PR |
…g, improvements (#6504) [TT-13048] Flaky test due to using httpbin org, improvements (#6504) Using httpbin.org is coupling our CI to their SLA, causing failing tests. Test only change for: - testing httpbin exposed on 3123 - fixes tests/regression flakyness due to httpbin.org usage - t.Cleanup cleanup instead of defering server close in area (limited scope) https://tyktech.atlassian.net/browse/TT-13048 --------- Co-authored-by: Tit Petric <[email protected]>
Using httpbin.org is coupling our CI to their SLA, causing failing tests.
Test only change for:
https://tyktech.atlassian.net/browse/TT-13048