Skip to content

Commit f4af7e1

Browse files
committed
Merge remote-tracking branch 'origin' into http-interface-role-query-param
2 parents ddecb0e + 99b8ba0 commit f4af7e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/queries/0_stateless/02581_share_big_sets_between_mutation_tasks.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
-- Tags: no-tsan, no-asan, no-ubsan, no-msan
2+
-- no sanitizers: too slow sometimes
3+
14
DROP TABLE IF EXISTS 02581_trips;
25

36
CREATE TABLE 02581_trips(id UInt32, id2 UInt32, description String) ENGINE=MergeTree ORDER BY id SETTINGS index_granularity = 8192, index_granularity_bytes = '10Mi';

0 commit comments

Comments
 (0)