Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Python tests working under ASan/CI #156

Open
jsiwek opened this issue Dec 10, 2020 · 0 comments
Open

Get Python tests working under ASan/CI #156

jsiwek opened this issue Dec 10, 2020 · 0 comments

Comments

@jsiwek
Copy link
Contributor

jsiwek commented Dec 10, 2020

i.e. address this:

broker/ci/test.sh

Lines 10 to 15 in 8899280

# Python tests under ASan are problematic for various reasons, so skip
# e.g. need LD_PRELOAD, some specific compiler packagings are
# buggy when preloaded due to missing libasan compilation flag,
# leaks are miss-reported so have to disable leak checking, and
# finally most tests end up timing out when run under ASan anyway.
CTEST_OUTPUT_ON_FAILURE=1 ctest -E python

Otherwise, can be a matter of luck whether problems like #153 (comment) get caught early.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants