Stateless tests: add no-parallel tag to high-load tests

This commit is contained in:
Nikita Fomichev 2024-07-15 11:58:56 +02:00
parent 626e1f70cb
commit 17fc423062
20 changed files with 20 additions and 17 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: deadlock, no-debug
# Tags: deadlock, no-debug, no-parallel
# NOTE: database = $CLICKHOUSE_DATABASE is unwanted

View File

@ -1,4 +1,4 @@
-- Tags: shard
-- Tags: shard, no-parallel
SET prefer_localhost_replica = 1;

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: zookeeper, no-fasttest
# Tags: zookeeper, no-fasttest, long, no-parallel
set -e

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: long, zookeeper, no-fasttest
# Tags: long, zookeeper, no-fasttest, no-parallel
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-parallel
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh

View File

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

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: race
# Tags: race, no-parallel
set -e

View File

@ -1,4 +1,4 @@
-- Tags: no-object-storage, no-random-settings
-- Tags: no-object-storage, no-random-settings, no-parallel
SET use_uncompressed_cache = 0;

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: deadlock
# Tags: deadlock, no-parallel
set -e

View File

@ -1,4 +1,4 @@
-- Tags: no-object-storage, no-random-merge-tree-settings
-- Tags: no-object-storage, no-random-merge-tree-settings, no-parallel
-- no-s3 because read FileOpen metric
DROP TABLE IF EXISTS nested;

View File

@ -1,3 +1,4 @@
-- Tags: no-parallel
-- We check the existence of queries and metrics and don't check the results (a smoke test).
SYSTEM DROP MMAP CACHE;

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: long, zookeeper
# Tags: long, zookeeper, no-parallel
CLICKHOUSE_CLIENT_SERVER_LOGS_LEVEL=error

View File

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

View File

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

View File

@ -1,4 +1,4 @@
-- Tags: no-random-settings, no-fasttest
-- Tags: no-random-settings, no-fasttest, no-parallel
SET allow_prefetched_read_pool_for_remote_filesystem=0;
SET allow_prefetched_read_pool_for_local_filesystem=0;

View File

@ -1,4 +1,4 @@
-- Tags: no-random-settings, no-object-storage
-- Tags: no-random-settings, no-object-storage, no-parallel
-- Tag no-object-storage: this test relies on the number of opened files in MergeTree that can differ in object storages
SET allow_experimental_dynamic_type = 1;