Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logictest: (speculatively) de-flake distsql_enum
We opted this test out of using the span configs infra in cockroachdb#75281 after observing a CI flake. Following the analysis in the last commit, it may have been due to stale distsender caches affecting the physical plan generated. This fix is speculative because I was unable to repro the original flake under stress. Attempt (successful after 1000s of runs on GCE worker over 20+ minutes): dev test pkg/sql/logictest \ -f 'TestLogic/^5node-disk$/distsql_enum' \ --show-logs -v --stress --stress-args '-p 4' -- --test_arg -show-sql Release note: None
- Loading branch information