-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: log all exceptions caught by RetryRule (#1663)
Currently, RetryRule show details only of the last caught exception, but this one may not be the real reason of the test failure. This change prints the stack trace of all caught expections when debug level for RetryRule is at least 'debug', helping the develper to detect the real cause of the test failure. Fixes #1527 Co-authored-by: Mikhail Shabarov <[email protected]>
- Loading branch information
1 parent
79432e1
commit d185ae4
Showing
1 changed file
with
23 additions
and
4 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