Skip to content

Commit 27b618f

Browse files
authored
Merge pull request ClickHouse#79986 from ClickHouse/parallel-replicas-skip-test
Stateless tests: parallel replicas skip flaky test 02317_distinct_in_order_optimization
2 parents d5a21db + f751bb6 commit 27b618f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/parallel_replicas_blacklist.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
Duplicates on RIGHT JOIN with Values table
3434
03006_join_on_inequal_expression_3.gen
3535

36-
optimize_read_in_order=0 leads to "Replica 1 decided to read in Default mode, not in WithOrder. This is a bug: While executing Remote. (LOGICAL_ERROR)"
37-
02317_distinct_in_order_optimization
38-
3936
https://github.com/ClickHouse/ClickHouse/issues/74343
4037
Cannot find column `tuple(col_a, type)` in source stream, there are only columns: [__table1.id, tuple(replaceAll(__table1.data, 'a'_String, 'e'_String), __table1.type), tuple(replaceAll(__table1.data, 'a'_String, 'e'_String), __table1.type)]. (THERE_IS_NO_COLUMN) (in query: SELECT id, tuple(replaceAll(data, 'a', 'e') AS col_a, type) AS a, tuple(replaceAll(data, 'a', 'e') AS col_b, type) AS b FROM src;)
4138
03240_insert_select_named_tuple

tests/queries/0_stateless/02317_distinct_in_order_optimization.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- Tags: no-parallel-replicas
2+
-- no-parallel-replicas: optimize_read_in_order=0 leads to "Replica 1 decided to read in Default mode, not in WithOrder. This is a bug: While executing Remote. (LOGICAL_ERROR)"
3+
14
select '-- enable distinct in order optimization';
25
set optimize_distinct_in_order=1;
36
select '-- create table with only primary key columns';

0 commit comments

Comments
 (0)