This is an automated email from the ASF dual-hosted git repository.
twice 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 e0eead51 Restore the GCC TSAN test in CI (#1782)
e0eead51 is described below
commit e0eead5148c0c0ac416eb9f6a587d0abdc9eb755
Author: Twice <[email protected]>
AuthorDate: Tue Sep 26 17:01:56 2023 +0900
Restore the GCC TSAN test in CI (#1782)
Co-authored-by: hulk <[email protected]>
---
.github/workflows/kvrocks.yaml | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 832acc90..f99dc28a 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -146,13 +146,12 @@ jobs:
with_sanitizer: -DENABLE_ASAN=ON
without_jemalloc: -DDISABLE_JEMALLOC=ON
compiler: clang
- # 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 GCC TSan
+ os: ubuntu-22.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