Skip to content

Commit 207bd3f

Browse files
committed
logictest: fix MR parallelization flake for good
We saw a logic test fail because of `parallel-scan-result-threshold` value being metamorphic - force production values for this test file. Release note: None
1 parent a11cf6a commit 207bd3f

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)