Disable test 02998_primary_key_skip_columns.sql in sanitizer builds as it can be slow

This commit is contained in:
Kruglov Pavel 2024-03-12 17:27:25 +01:00 committed by GitHub
parent 19b1a675a1
commit e1ea0671b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;