mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Enable backward_compatibility for 01710_projection_fetch_long, disable s3 for 01643_replicated_merge_tree_fsync_smoke.
This commit is contained in:
parent
8efbe6d44d
commit
351d14f8a3
@ -1,5 +1,6 @@
|
||||
-- Tags: no-parallel
|
||||
-- Tags: no-parallel, no-s3-storage
|
||||
-- no-parallel -- for flaky check and to avoid "Removing leftovers from table" (for other tables)
|
||||
-- no-s3-storage -- hangs now, need investigation
|
||||
|
||||
-- Temporarily skip warning 'table was created by another server at the same moment, will retry'
|
||||
set send_logs_level='error';
|
||||
|
@ -1,4 +1,4 @@
|
||||
-- Tags: long, no-s3-storage, no-backward-compatibility-check
|
||||
-- Tags: long, no-s3-storage
|
||||
|
||||
drop table if exists tp_1;
|
||||
drop table if exists tp_2;
|
||||
|
Loading…
Reference in New Issue
Block a user