Skip to content

Commit 19d91ff

Browse files
authored
Merge pull request #156957 from yuzefovich/blathers/backport-release-25.4-156823
release-25.4: logictest: add retry directive to one query that relies on stats
2 parents 429cfc7 + 18f6158 commit 19d91ff

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)