mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
fix some flaky tests
This commit is contained in:
parent
c37945b2c8
commit
6191eaa983
@ -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
|
||||
]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: long
|
||||
# Tags: long, no-random-settings
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -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;
|
||||
|
@ -1,3 +1,4 @@
|
||||
-- Tags: no-parallel
|
||||
-- { echo }
|
||||
SET max_memory_usage='20G';
|
||||
SELECT count() FROM test.hits_s3;
|
||||
|
Loading…
Reference in New Issue
Block a user