Skip to content

Commit

Permalink
Add TSAN and ASAN ODBC FSI Jenkins jobs (#7408)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Aiyedun <paul.aiyedun@heavy.ai>
Signed-off-by: Misiu Godfrey <misiu.godfrey@kraken.mapd.com>
  • Loading branch information
2 people authored and misiugodfrey committed Sep 28, 2023
1 parent eda55b8 commit 4d9f948
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/odbc-fsi-test.asan.suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
leak:libamazonredshiftodbc64
leak:liblzma
leak:libpgodbc
leak:libclouderahiveodbc64
5 changes: 5 additions & 0 deletions config/tsan.suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ race:ResultSet::parallelTop
race:rml::internal::BootStrapBlocks::allocate
# QE-891
race:daal::*
# 2023-06-13 Ignore issues reported in third-party ODBC drivers
race:libSnowflake.so
deadlock:libSnowflake.so
deadlock:libamazonredshiftodbc64.so
deadlock:libclouderahiveodbc64.so

0 comments on commit 4d9f948

Please sign in to comment.