ClickHouse/tests
Azat Khuzhin 30741232d2 Drop RESTART REPLICAS from stateless tests to avoid locking lots of mutexes
Under TSan you can lock only not more then 64 mutexes from one thread at
once [1] [2], while RESTART REPLICAS can acquire more (it depends on the
number of replicated tables).

  [1]: https://github.com/google/sanitizers/issues/950#issuecomment-386711603
  [2]: b02eab9058/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector.h (L67)

And since stress tests run tests in parallel, you can have more then 64
ReplicatedMergeTree tables at once (even though it is unlikely).

Fix this by using RESTART REPLICA table over RESTART REPLICAS.
2021-01-10 12:39:27 +03:00
..
ci
config
external_models/catboost
fuzz
instructions
integration Merge pull request #18857 from amosbird/fixmaxpartitionremotesetting 2021-01-08 22:25:43 +03:00
perf_drafts
performance Update optimize_window_funnel.xml 2021-01-09 05:15:40 +03:00
queries Drop RESTART REPLICAS from stateless tests to avoid locking lots of mutexes 2021-01-10 12:39:27 +03:00
testflows
users.d
.gitignore
clickhouse-client.xml
clickhouse-test
clickhouse-test-server
client-test.xml
CMakeLists.txt
decimals_dictionary.xml
ints_dictionary.xml
msan_suppressions.txt
server-test.xml
stress
strings_dictionary.xml
tsan_suppressions.txt
ubsan_suppressions.txt
users.xml