forked from elastic/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ispec: fix cross-spec leak from fatal error integration specs (elasti…
…c#13002) Because the "Fatal Error" specs specifically inject fatal errors during execution, and do so by reacting to a "poison" event, the fatal error prevents the poison event from being ACK'd in the underlying queue. By specifying a one-off temporary data directory in these specs and cleaning up after ourselves, we ensure that a PQ containing un-ACK'd events isn't leaked to the next spec to run.
- Loading branch information
Showing
1 changed file
with
16 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