Skip to content

Commit 18f6158

Browse files
committed
logictest: add retry directive to one query that relies on stats
We've seen a couple of failures where we didn't parallelize lookup joins when we expected to. This flake should've been fixed in 41d129a yet it still failed twice after that. I don't have any explanation for the flake, so let's just add a retry directive in one spot. Release note: None
1 parent 1a611e6 commit 18f6158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ccl/logictestccl/testdata/logic_test/regional_by_row_cascade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ SELECT crdb_internal.clear_table_stats_cache();
6464

6565
# Only the scan in the main query is parallelized when we don't have stats on
6666
# the descendant tables.
67-
query I
67+
query I retry
6868
SELECT count(*) FROM [EXPLAIN (VERBOSE) DELETE FROM great_grandparent WHERE i = 1] WHERE info LIKE '%parallel%';
6969
----
7070
1

0 commit comments

Comments
 (0)