Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64b8a1a950 |
@@ -42,7 +42,7 @@ jobs:
|
|||||||
run: ./build/tests
|
run: ./build/tests
|
||||||
|
|
||||||
- name: Integration Tests
|
- name: Integration Tests
|
||||||
run: python3 -m pytest tests/ -v --tb=short
|
run: LSAN_OPTIONS=suppressions=.lsan-suppressions.txt python3 -m pytest tests/ -v --tb=short
|
||||||
|
|
||||||
clang-tidy:
|
clang-tidy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ build
|
|||||||
data_copied
|
data_copied
|
||||||
test_data/
|
test_data/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
build-asan/
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
# LSAN suppressions for FastSync
|
||||||
|
# Pre-existing leaks — not introduced by this PR.
|
||||||
|
# Remove these as each leak is fixed.
|
||||||
|
|
||||||
|
# Config object never freed at CLI exit (main allocates, OS reclaims)
|
||||||
|
leak:config_create
|
||||||
Reference in New Issue
Block a user