fix some flaky tests

This commit is contained in:
Alexander Tokmakov 2022-03-29 23:12:06 +02:00
parent c37945b2c8
commit 6191eaa983
4 changed files with 4 additions and 2 deletions

View File

@ -52,6 +52,7 @@ MESSAGES_TO_RETRY = [
"DB::Exception: New table appeared in database being dropped or detached. Try again",
"is already started to be removing by another replica right now",
"DB::Exception: Cannot enqueue query",
"environment: line 1: wait_for: No record of process", # Something weird from bash internals, let's just retry
"is executing longer than distributed_ddl_task_timeout" # FIXME
]

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Tags: long
# Tags: long, no-random-settings
set -e

View File

@ -1,4 +1,4 @@
-- Tags: no-tsan, no-replicated-database
-- Tags: no-tsan, no-replicated-database, no-parallel
-- Tag no-replicated-database: Fails due to additional replicas or shards
DROP TABLE IF EXISTS fixed_granularity_table;

View File

@ -1,3 +1,4 @@
-- Tags: no-parallel
-- { echo }
SET max_memory_usage='20G';
SELECT count() FROM test.hits_s3;