mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Checkpoint
This commit is contained in:
parent
295aafb13f
commit
3fa67f4b72
@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This test is disabled because it triggers internal assert in Thread Sanitizer.
|
||||
# Thread Sanitizer does not support for more than 64 mutexes to be locked in a single thread.
|
||||
# https://github.com/google/sanitizers/issues/950
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
. $CURDIR/../shell_config.sh
|
||||
|
Loading…
Reference in New Issue
Block a user