elasticsearch/qa/full-cluster-restart
Iraklis Psaroudakis cadd3d3a0d
[7.17] Remove translog from bwc testRecovery (#101068) (#101104)
* Remove translog from bwc testRecovery (#101068)

When the test was trying to test recovering translog ops,
since we flush on close/shutdown, it failed because it never
recovered any translog ops.

The code for translog recovery is irrelevant due to that and
this PR proposes to remove it.

Alternatively, we could simulate killing nodes forcibly before
upgrading, but (a) that seems out of the ordinary for upgrades,
and (b) in trying that, it did not consistently pass the test
because sometimes the flush on close still happened.

Fixes #52031

* Fix
2023-10-19 05:47:09 -04:00
..
src/javaRestTest/java/org/elasticsearch/upgrades [7.17] Remove translog from bwc testRecovery (#101068) (#101104) 2023-10-19 05:47:09 -04:00
build.gradle [7.17] Convert full cluster restart tests to new rest testing framework (#93422) (#93432) 2023-02-02 17:58:30 -05:00