-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Make python test failure with compile-time log threshold more in…
…formative (#1315) If `ACTS_LOG_FAILURE_THRESHOLD` is set, a compile time threshold is enabled and `setFailureThreshold` throws an exception. The python tests assume this call to `setFailureThreshold` always works. This PR prints an informative error message about what to do about this, but reraises the exception.
- Loading branch information
1 parent
1fdf72c
commit e7edccb
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters