-
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
sql/logictest: TestLogic failed #82978
Comments
@irfansharif is this related to your recent work? |
We have marked this test failure issue as stale because it has been |
This code was disabled in 21.2, and further deflaked later in 22.1 (#71195). The disabling happened here: cockroach/pkg/spanconfig/spanconfigmanager/manager.go Lines 42 to 45 in 1b1ae61
Hm I guess this test file specifically enables it: cockroach/pkg/sql/logictest/testdata/logic_test/auto_span_config_reconciliation_job Lines 3 to 4 in 1b1ae61
Looks like it's just missing a retry here: cockroach/pkg/sql/logictest/testdata/logic_test/auto_span_config_reconciliation_job Line 8 in 1b1ae61
Which we have on master: cockroach/pkg/sql/logictest/testdata/logic_test/auto_span_config_reconciliation_job Line 6 in 77adcaf
Basically we need to backport #71195. |
sql/logictest.TestLogic failed with artifacts on release-21.2 @ 1b1ae61781e15e5f93b9d0315ecb33a26e36938c:
Reproduce
To reproduce, try:
Parameters in this failure:
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-16769
The text was updated successfully, but these errors were encountered: