Merge pull request #15433 from ClickHouse/supress_openssl_race

Suppress race in OpenSSL
This commit is contained in:
alesapin 2020-09-29 15:14:14 +03:00 committed by GitHub
commit 89f4fcf4c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,4 @@
# looks like a bug in clang-11 thread sanitizer, detects normal data race with random FD in this method
race:DB::LazyPipeFDs::close
# races in openSSL https://github.com/openssl/openssl/issues/11974
race:evp_cipher_cache_constants