-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure test kit migrators are run only once (#154446)
Fixes #152472 (hopefully) In the failing test, we were reusing the _kibana migrator test kit_ migrator more than once. This can lead to unexpected results, as the `runMigrations()` method closes and flushes logging appenders when it is run. This PR ensures that each migrator in the test kit is run only once.
- Loading branch information
1 parent
d32cac4
commit 1f7aaff
Showing
2 changed files
with
23 additions
and
12 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