elasticsearch/qa/lucene-index-compatibility
Tanguy Leroux 106b66682e
[Test] Remove ASYNC translog durability in N-2 bwc upgrade tests (#121278)
When adding support for upgrading closed indices in 
N-2 version, I randomized the Translog.Durability setting 
of the closed index with the aim to test the 2 phases 
closing process.

This caused at least 1 test failure on Windows with the 
index being closed and the cluster upgraded before the 
synchronization of the translog had a chance to be 
executed. I think this cause the engine to be reset on 
the replica that is promoted as a primary, causing the 
loss of the operations that were not yet persisted.

Closes #121257
2025-02-03 12:05:30 +01:00
..
src/javaRestTest/java/org/elasticsearch/lucene [Test] Remove ASYNC translog durability in N-2 bwc upgrade tests (#121278) 2025-02-03 12:05:30 +01:00
build.gradle Disable N-2 BWC tests for non-snapshot builds (#119583) 2025-01-08 22:37:29 +11:00