Skip to content

Commit bd8f45a

Browse files
craig[bot]yuzefovich
andcommitted
Merge #156823
156823: logictest: add retry directive to one query that relies on stats r=yuzefovich a=yuzefovich 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. Fixes: #155750. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
2 parents 40c6169 + 4d3eb87 commit bd8f45a

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)