This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 5d0f6f52 ci: tentatively comment out GCC TSAN in CI to avoid blocking
PRs (#1668)
5d0f6f52 is described below
commit 5d0f6f52ddf2b796b033e5e98437d6267eb65e44
Author: hulk <[email protected]>
AuthorDate: Fri Aug 11 13:58:24 2023 +0800
ci: tentatively comment out GCC TSAN in CI to avoid blocking PRs (#1668)
Co-authored-by: tison <[email protected]>
---
.github/workflows/kvrocks.yaml | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 22ccd358..5d091656 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -134,12 +134,13 @@ jobs:
with_sanitizer: -DENABLE_ASAN=ON
without_jemalloc: -DDISABLE_JEMALLOC=ON
compiler: clang
- - name: Ubuntu GCC TSan
- os: ubuntu-20.04
- without_jemalloc: -DDISABLE_JEMALLOC=ON
- with_sanitizer: -DENABLE_TSAN=ON
- compiler: gcc
- ignore_when_tsan: -tags="ignore_when_tsan"
+ # FIXME - tsan.so not found
https://github.com/apache/kvrocks/issues/1662
+ # - name: Ubuntu GCC TSan
+ # os: ubuntu-20.04
+ # without_jemalloc: -DDISABLE_JEMALLOC=ON
+ # with_sanitizer: -DENABLE_TSAN=ON
+ # compiler: gcc
+ # ignore_when_tsan: -tags="ignore_when_tsan"
- name: Ubuntu Clang TSan
os: ubuntu-20.04
with_sanitizer: -DENABLE_TSAN=ON