-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test errors due to missing Logback appenders (#459)
* Update InMemoryAppenderExtension so that it will reset the Logback logging system if it doesn't find the expected appenders. It only tries once, which will fix the case when a previously-executed test corrupts the logging system, like DropwizardAppExtension and DropwizardClientExtension both do by stopping and detaching ALL appenders. Fixes #457
- Loading branch information
1 parent
c5f45cf
commit 9da30f7
Showing
1 changed file
with
65 additions
and
3 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