Skip to content

Conversation

@lucafedeli88
Copy link
Member

@lucafedeli88 lucafedeli88 commented Sep 17, 2024

In CI tests based on clang sanitizers (UB and thread), most of the time (~ 1h) is spent in compiling the code, while just a few minutes are spent actually running some simulations. This means that we can increase the coverage of the test by adding some more simulations to the tests with a negligible increase of the total runtime for this CI test.
This PR does just that.

Note: we can probably add even more tests.

@lucafedeli88 lucafedeli88 force-pushed the increase_coverage_of_clang_sanitizer_tests branch from 768dc03 to d6a90c9 Compare October 2, 2024 09:30
@lucafedeli88
Copy link
Member Author

This PR is no longer needed. #5597 adds more tests for the UB sanitizer and a new PR will be created to add more cases for the thread sanitizer as soon as the issues are fixed.

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

Labels

component: tests Tests and CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant