Skip to content

Commit

Permalink
logictest: de-flake TestLogic/5node-disk/distsql_enum
Browse files Browse the repository at this point in the history
Fixes cockroachdb#75570. Second attempt at 83f584d, though now with the right
syntax.

Release note: None
  • Loading branch information
irfansharif committed Jan 27, 2022
1 parent f918e4b commit 27df8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/logictest/testdata/logic_test/distsql_enum
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ALTER TABLE t2 INJECT STATISTICS '[
}
]'

query T nodeidx=1 retry
query T nodeidx=1,retry
EXPLAIN (VEC)
SELECT x from t1 WHERE EXISTS (SELECT x FROM t2 WHERE t1.x=t2.x AND t2.y='hello')
----
Expand Down

0 comments on commit 27df8cd

Please sign in to comment.