add no-s3-storage to stateless tests with inmemory parts

This commit is contained in:
Sema Checherinda 2023-02-02 14:37:08 +01:00
parent 7c416477ac
commit a356c64d9c
12 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,5 @@
-- Tags: no-s3-storage
DROP TABLE IF EXISTS in_memory;
CREATE TABLE in_memory (a UInt32, b UInt32)
ENGINE = MergeTree ORDER BY a

View File

@ -1,4 +1,7 @@
-- Tags: no-s3-storage
-- Part of 00961_check_table test, but with in-memory parts
SET check_query_single_value_result = 0;
DROP TABLE IF EXISTS mt_table;
CREATE TABLE mt_table (d Date, key UInt64, data String) ENGINE = MergeTree() PARTITION BY toYYYYMM(d) ORDER BY key

View File

@ -1,3 +1,4 @@
-- Tags: no-s3-storage
-- Test 01266_default_prewhere_reqq, but with in-memory parts
DROP TABLE IF EXISTS t1;

View File

@ -1,3 +1,4 @@
-- Tags: no-s3-storage
-- Test 00576_nested_and_prewhere, but with in-memory parts.
DROP TABLE IF EXISTS nested;

View File

@ -1,4 +1,4 @@
-- Tags: no-parallel
-- Tags: no-parallel, no-s3-storage
DROP TABLE IF EXISTS t2;

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Tags: no-s3-storage
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: race, zookeeper
# Tags: race, zookeeper, no-s3-storage
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: long
# Tags: long, no-s3-storage
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh

View File

@ -1,3 +1,5 @@
-- Tags: no-s3-storage
drop table if exists data_01643;
select 'default';

View File

@ -1,4 +1,4 @@
-- Tags: no-parallel
-- Tags: no-parallel, no-s3-storage
-- no-parallel -- for flaky check and to avoid "Removing leftovers from table" (for other tables)
-- Temporarily skip warning 'table was created by another server at the same moment, will retry'

View File

@ -1,3 +1,5 @@
-- Tags: no-s3-storage
-- { echo }
DROP TABLE IF EXISTS in_memory;

View File

@ -1,3 +1,5 @@
-- Tags: no-s3-storage
DROP TABLE IF EXISTS table_in_memory;
CREATE TABLE table_in_memory