mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Mark test as long
This commit is contained in:
parent
d5952109fb
commit
5a8606e10b
@ -1,4 +1,4 @@
|
||||
-- Tags: no-parallel, no-fasttest
|
||||
-- Tags: no-parallel, no-fasttest, long
|
||||
|
||||
CREATE TABLE test (key UInt32, value String) Engine=MergeTree() ORDER BY key SETTINGS storage_policy='s3_cache';
|
||||
INSERT INTO test SELECT * FROM generateRandom('key UInt32, value String') LIMIT 100000000;
|
||||
|
Loading…
Reference in New Issue
Block a user