mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
better comments
This commit is contained in:
parent
9cac78b498
commit
ca649da97f
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: no-tsan
|
||||
# FIXME should work with tsan
|
||||
# FIXME It became flaky after upgrading to llvm-14 due to obscure freezes in tsan
|
||||
|
||||
# Such a huge timeout mostly for debug build.
|
||||
CLICKHOUSE_CURL_TIMEOUT=60
|
||||
|
@ -1,6 +1,6 @@
|
||||
-- Tags: no-s3-storage, no-tsan
|
||||
-- FIXME this test fails with S3 due to a bug in DiskCacheWrapper
|
||||
-- FIXME should work with tsan
|
||||
-- FIXME It became flaky after upgrading to llvm-14 due to obscure freezes in tsan
|
||||
drop table if exists txn_counters;
|
||||
|
||||
create table txn_counters (n Int64, creation_tid DEFAULT transactionID()) engine=MergeTree order by n;
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: no-tsan
|
||||
# FIXME should work with tsan
|
||||
# FIXME It became flaky after upgrading to llvm-14 due to obscure freezes in tsan
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: long, no-tsan
|
||||
# FIXME should work with tsan
|
||||
# FIXME It became flaky after upgrading to llvm-14 due to obscure freezes in tsan
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
|
@ -1,5 +1,5 @@
|
||||
-- Tags: no-tsan
|
||||
-- FIXME should work with tsan
|
||||
-- FIXME It became flaky after upgrading to llvm-14 due to obscure freezes in tsan
|
||||
|
||||
drop table if exists perf_lc_num;
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: long, no-fasttest, no-tsan
|
||||
# FIXME should work with tsan
|
||||
# FIXME It became flaky after upgrading to llvm-14 due to obscure freezes in tsan
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
|
@ -1,5 +1,5 @@
|
||||
-- Tags: no-random-settings, no-tsan
|
||||
-- FIXME should work with tsan
|
||||
-- FIXME It became flaky after upgrading to llvm-14 due to obscure freezes in tsan
|
||||
|
||||
DROP TABLE IF EXISTS order_by_desc;
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: no-tsan
|
||||
# FIXME should work with tsan
|
||||
# FIXME It became flaky after upgrading to llvm-14 due to obscure freezes in tsan
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
|
Loading…
Reference in New Issue
Block a user