Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Ivanov <[email protected]>
  • Loading branch information
alexander-e1off committed Jul 17, 2024
1 parent 77056d8 commit aee9503
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/sanitizer-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,26 @@ 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
uses: ./.github/workflows/sanitizer-check.yaml
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'
1 change: 1 addition & 0 deletions etc/tsansup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aee9503

Please sign in to comment.