fix more tests

This commit is contained in:
Anton Popov 2022-12-19 11:21:19 +00:00
parent 33dc0d8283
commit 0939ad4459
7 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,5 @@
-- Tags: no-random-merge-tree-settings
----- Group of very similar simple tests ------
DROP TABLE IF EXISTS zero_rows_per_granule;

View File

@ -1,4 +1,4 @@
-- Tags: no-parallel
-- Tags: no-parallel, no-random-merge-tree-settings
----- Group of very similar simple tests ------
select '----HORIZONTAL MERGE TESTS----';

View File

@ -1,4 +1,4 @@
-- Tags: no-parallel
-- Tags: no-parallel, no-random-merge-tree-settings
SET send_logs_level = 'fatal';
SELECT '----00489----';

View File

@ -1,4 +1,4 @@
-- Tags: no-parallel
-- Tags: no-parallel, no-random-merge-tree-settings
----- Group of very similar simple tests ------
DROP TABLE IF EXISTS zero_rows_per_granule;

View File

@ -1,3 +1,5 @@
-- Tags: no-random-merge-tree-settings
----- Group of very similar simple tests ------
DROP TABLE IF EXISTS zero_rows_per_granule;

View File

@ -1,4 +1,4 @@
-- Tags: long, zookeeper, no-replicated-database, no-polymorphic-parts
-- Tags: long, zookeeper, no-replicated-database, no-polymorphic-parts, no-random-merge-tree-settings
-- Tag no-replicated-database: Fails due to additional replicas or shards
SET insert_keeper_fault_injection_probability=0; -- disable fault injection; part ids are non-deterministic in case of insert retries

View File

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