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:
Alexey Milovidov 2024-03-21 19:54:52 +03:00 committed by GitHub
commit db469e3a45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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;