mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge pull request #61676 from ClickHouse/fix-test-3
Inhibit randomization in some tests and exclude some long tests from debug runs
This commit is contained in:
commit
db469e3a45
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: no-fasttest
|
||||
# Tags: no-fasttest, no-debug
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: long, no-parallel, no-ordinary-database
|
||||
# Tags: long, no-parallel, no-ordinary-database, no-debug
|
||||
# Test is too heavy, avoid parallel run in Flaky Check
|
||||
# shellcheck disable=SC2119
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: replica, no-replicated-database, no-parallel
|
||||
# Tags: replica, no-replicated-database, no-parallel, no-debug, no-random-settings
|
||||
# Tag no-replicated-database: Fails due to additional replicas or shards
|
||||
|
||||
set -e
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: long, no-polymorphic-parts, no-random-merge-tree-settings
|
||||
# Tags: long, no-polymorphic-parts, no-random-merge-tree-settings, no-debug
|
||||
|
||||
# Description of test result:
|
||||
# Test the correctness of the partition pruning
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: long, no-parallel, no-fasttest
|
||||
# Tags: long, no-parallel, no-fasttest, no-debug
|
||||
|
||||
##################################################################################################
|
||||
# Verify that login, logout, and login failure events are properly stored in system.session_log
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: long, no-random-settings, no-tsan, no-asan, no-ubsan, no-msan, no-parallel
|
||||
# Tags: long, no-random-settings, no-tsan, no-asan, no-ubsan, no-msan, no-parallel, no-debug
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
-- Tags: no-asan, no-tsan, no-msan, no-ubsan
|
||||
-- Tags: no-asan, no-tsan, no-msan, no-ubsan, no-random-settings
|
||||
|
||||
DROP TABLE IF EXISTS test;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user