Skip to content

Commit 5480846

Browse files
authored
Merge pull request #157091 from yuzefovich/blathers/backport-release-25.4-157039
release-25.4: logictest: fix MR parallelization flake for good
2 parents 03593e0 + 207bd3f commit 5480846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/ccl/logictestccl/testdata/logic_test/regional_by_row_cascade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LogicTest: multiregion-9node-3region-3azs
1+
# LogicTest: multiregion-9node-3region-3azs !metamorphic-batch-sizes
22

33
# Set the closed timestamp interval to be short to shorten the amount of time
44
# we need to wait for the system config to propagate.
@@ -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 retry
67+
query I
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)