-
Notifications
You must be signed in to change notification settings - Fork 98
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
TestFailoverPlayground
flaky terratest
#1345
Comments
ytsarev
added a commit
to ytsarev/k8gb
that referenced
this issue
Dec 30, 2023
* Fixes k8gb-io#1345 * Avoid getting from testing.T context as in stretchr/testify#573 and golang/go#21175 Signed-off-by: Yury Tsarev <yury@upbound.io>
ytsarev
added a commit
to ytsarev/k8gb
that referenced
this issue
Dec 30, 2023
* Do not fail immediately on 503 * Fixes k8gb-io#1345 Signed-off-by: Yury Tsarev <yury@upbound.io>
ytsarev
added a commit
to ytsarev/k8gb
that referenced
this issue
Dec 30, 2023
* Do not fail immediately on 503 * Fixes k8gb-io#1345 Signed-off-by: Yury Tsarev <yury@upbound.io>
ytsarev
added a commit
to ytsarev/k8gb
that referenced
this issue
Dec 31, 2023
* Do not fail immediately on 503 * Fixes k8gb-io#1345 Signed-off-by: Yury Tsarev <yury@upbound.io>
ytsarev
added a commit
to ytsarev/k8gb
that referenced
this issue
Dec 31, 2023
* Do not fail immediately on 503 * Fixes k8gb-io#1345 Signed-off-by: Yury Tsarev <yury@upbound.io>
ytsarev
added a commit
that referenced
this issue
Jan 1, 2024
* Fix last flaky terratest * Do not fail immediately on 503 * Fixes #1345 Signed-off-by: Yury Tsarev <yury@upbound.io> * Remove concurrency limits from the jobs * Remove part of the config introduced by #1123 as the terratest suite is stable now Signed-off-by: Yury Tsarev <yury@upbound.io> * Change way to check for 503 and also sleep for 1 second in case of detection Signed-off-by: Yury Tsarev <yury@upbound.io> * Add more verbose logging to 503 edge case Signed-off-by: Yury Tsarev <yury@upbound.io> --------- Signed-off-by: Yury Tsarev <yury@upbound.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even after #1340 there
TestFailoverPlayground
if failing from time to timeExample run: https://github.com/k8gb-io/k8gb/actions/runs/7188544157
Terratests Results π
--- β FAIL: TestFailoverPlayground (143.83s)
--- β PASS: TestFailoverPlayground/failover_on_two_concurrent_clusters_with_TestApp_running (0.75s)
--- β PASS: TestFailoverPlayground/stop_podinfo_on_eu_cluster (45.94s)
--- β FAIL: TestFailoverPlayground/start_podinfo_again_on_eu_cluster (6.52s)
Detailed related logs from the dump:
and
The text was updated successfully, but these errors were encountered: