Skip to content

Commit

Permalink
Restore the GCC TSAN test in CI (#1782)
Browse files Browse the repository at this point in the history
Co-authored-by: hulk <hulk.website@gmail.com>
  • Loading branch information
PragmaTwice and git-hulk authored Sep 26, 2023
1 parent 493c6d0 commit e0eead5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0eead5

Please sign in to comment.