mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #61256 from ClickHouse/Avogar-patch-3
Disable test 02998_primary_key_skip_columns.sql in sanitizer builds as it can be slow
This commit is contained in:
commit
f4875d2467
@ -1,3 +1,5 @@
|
||||
-- Tags: no-asan, no-tsan, no-msan, no-ubsan
|
||||
|
||||
DROP TABLE IF EXISTS test;
|
||||
|
||||
CREATE TABLE test (a UInt64, b UInt64, c UInt64) ENGINE = MergeTree ORDER BY (a, b, c) SETTINGS index_granularity = 1, primary_key_ratio_of_unique_prefix_values_to_skip_suffix_columns = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user