Disable more slow tests

This commit is contained in:
Raúl Marín 2024-08-06 20:21:36 +02:00
parent 0156910580
commit 6061f01dc0
8 changed files with 17 additions and 5 deletions

View File

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

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Tags: no-random-settings, no-ordinary-database
# Tags: no-random-settings, no-ordinary-database, no-fasttest
# no-fasttest: The test is slow (too many small blocks)
# shellcheck disable=SC2009
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)

View File

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

View File

@ -1,4 +1,5 @@
-- Tags: no-tsan, no-asan, no-ubsan, no-msan
-- Tags: no-tsan, no-asan, no-ubsan, no-msan, no-fasttest
-- no-fasttest: Slow test
-- no sanitizers: too slow sometimes
DROP TABLE IF EXISTS 02581_trips;

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
# Tags: no-object-storage, no-random-settings, no-random-merge-tree-settings
# Tags: no-object-storage, no-random-settings, no-random-merge-tree-settings, no-fasttest
# no-fasttest: The test is slow
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh

View File

@ -1,3 +1,5 @@
-- Tags: no-fasttest
-- no-fasttest: Timeouts are slow
create table dist as system.one engine=Distributed(test_shard_localhost, system, one);
select sleep(8) from dist settings function_sleep_max_microseconds_per_block=8e9, prefer_localhost_replica=0, receive_timeout=7, async_socket_for_remote=0, use_hedged_requests=1 format Null;
select sleep(8) from dist settings function_sleep_max_microseconds_per_block=8e9, prefer_localhost_replica=0, receive_timeout=7, async_socket_for_remote=1, use_hedged_requests=0 format Null;

View File

@ -1,3 +1,5 @@
-- Tags: no-fasttest
-- no-fasttest: Slow wait
drop table if exists data_rmt;
drop table if exists data_mt;

View File

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