OpenSearch/server/src
Boaz Leskes f5f679f921 testTranslogReplayWithFailure: do not assume engine is recoverable when disk errors stop
The test currently makes the assumption that if underlying directory stops throwing exceptions, we can always open the engine. This is not the case as some errors can cause a corruption marker to be placed in the store.

This commit refactors the test to only check that everything is OK if the engine was successfully opened. On top of that, there is no point in checking replay with no errors as we have another test for that.

Closes #28426
2018-01-30 10:02:26 +01:00
..
main Add ability to index prefixes on text fields (#28290) 2018-01-30 08:26:56 +00:00
test testTranslogReplayWithFailure: do not assume engine is recoverable when disk errors stop 2018-01-30 10:02:26 +01:00