From aee950397af203e67176161194fc28f7f26dcafe Mon Sep 17 00:00:00 2001 From: Aleksandr Ivanov Date: Wed, 17 Jul 2024 11:57:17 +0300 Subject: [PATCH] Debug CI Signed-off-by: Aleksandr Ivanov --- .github/workflows/sanitizer-debug.yaml | 30 +++++++++++++------------- etc/tsansup.txt | 1 + 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/workflows/sanitizer-debug.yaml b/.github/workflows/sanitizer-debug.yaml index 4ef3f8042b..52a4fc4726 100644 --- a/.github/workflows/sanitizer-debug.yaml +++ b/.github/workflows/sanitizer-debug.yaml @@ -55,17 +55,17 @@ jobs: path: deps key: deps-${{ steps.get-hash.outputs.deps_hash }} - run_asan: - needs: build_dependencies - uses: ./.github/workflows/sanitizer-check.yaml - with: - sanitizer-name: 'asan' + # run_asan: + # needs: build_dependencies + # uses: ./.github/workflows/sanitizer-check.yaml + # with: + # sanitizer-name: 'asan' - run_msan: - needs: build_dependencies - uses: ./.github/workflows/sanitizer-check.yaml - with: - sanitizer-name: 'msan' + # run_msan: + # needs: build_dependencies + # uses: ./.github/workflows/sanitizer-check.yaml + # with: + # sanitizer-name: 'msan' run_tsan: needs: build_dependencies @@ -73,8 +73,8 @@ jobs: with: sanitizer-name: 'tsan' - run_ubsan: - needs: build_dependencies - uses: ./.github/workflows/sanitizer-check.yaml - with: - sanitizer-name: 'ubsan' + # run_ubsan: + # needs: build_dependencies + # uses: ./.github/workflows/sanitizer-check.yaml + # with: + # sanitizer-name: 'ubsan' diff --git a/etc/tsansup.txt b/etc/tsansup.txt index ac2533e289..4056b7e308 100644 --- a/etc/tsansup.txt +++ b/etc/tsansup.txt @@ -28,6 +28,7 @@ race:BloombergLP::ball::LoggerManager::isInitialized() # It is a benign race in the test driver, but should be looked into at some # point. race:TestSession::waitForChannelClose +race:TestSession::arriveAtStepWithCfgs # Since we use mqbmock::Dispatcher in unit tests, this method does not get # enqueued correctly back to cluster-dispatcher thread, causing potential