forked from elastic/elasticsearch
-
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.
Fixes assertion check in RollupShardIndexer
This commit removes the assertion in RollupShardIndexer that verifies that temporary files are deleted. Since it is the responsibility of the indexer to instruct the OS to delete files, it may not do so in a timely manner. This results in a potentially flaky assertion. Instead, a new unit test is introduced that will introspect the indexer and assert that it had successfully called for the files to be deleted. Closes elastic#68609.
- Loading branch information
Showing
3 changed files
with
39 additions
and
13 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
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