-
Notifications
You must be signed in to change notification settings - Fork 3.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
roachtest: disk-full failed #78349
Comments
Currently, when querying for node liveness in `disk-full`, a query may hang indefinitely, failing the test only after it has timed out (currently after 10 hours). Add retry logic for the node liveness query. The query is cancelled after a second, and exponentially retries for up to (approximately) one minute. Release note: None. Touches cockroachdb#78337, cockroachdb#78349.
roachtest.disk-full failed with artifacts on release-21.2 @ 1831ab7dc579879476b4161caccc1b17d8780acd:
Same failure on other branches
|
roachtest.disk-full failed with artifacts on release-21.2 @ 0404196bd03e7a972022f9f7d2153c45eb0431b4:
Same failure on other branches
|
#78456 should fix this, once backported. |
roachtest.disk-full failed with artifacts on release-21.2 @ 791fd46847e4db8b989fd19974d9c79e917a6826:
Same failure on other branches
|
roachtest.disk-full failed with artifacts on release-21.2 @ 3cfa6e69d75020fd3470bfbdf56b44529f9fb492:
Same failure on other branches
|
roachtest.disk-full failed with artifacts on release-21.2 @ ecb6d59ee32b042827b30d40523534c1d3cb23e2:
|
The fix in #78537 didn't make it in time for this run. Expecting subsequent runs to be less flaky. |
roachtest.disk-full failed with artifacts on release-21.2 @ 2c0a06e8f24f7d84d5fbf30c7f2977d4dadd6a8a:
Reproduce
See: roachtest README
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-14085
The text was updated successfully, but these errors were encountered: