OpenSearch/test/framework
Simon Willnauer ff5dd14753
Fix test failures related to file corruption (#36530)
* Fix CorruptFileIT to also take last DV generation into account

We currently only prune old .liv generations. With soft_deletes it's important
to also prune DV generations.

* Fix CorruptionUtils to skip the footer bytes after the checksum is read.

Today we read a broken checksum since we also checksum the 8 footer bytes that include
the checksum algorithm and the footer magic.

Closes #36526
2018-12-12 16:21:02 +01:00
..
src Fix test failures related to file corruption (#36530) 2018-12-12 16:21:02 +01:00
build.gradle Testing conventions task part 2 (#36107) 2018-12-05 14:20:01 +02:00