Commit 24a2d68
authored
Remove flaky assertion in FullClusterRestartIT.testRecovery (opensearch-project#20747)
The test asserts that after a full cluster restart upgrade, at least one
old version Lucene segment must still exist on the primary. This is not
guaranteed because background merges can merge all old version segments
into new segments before the assertion runs.
The remaining assertions still validate that translog replay occurred
and produced at least one new-version segment on the primary.
Signed-off-by: Andrew Ross <andrross@amazon.com>1 parent 4ecd720 commit 24a2d68
File tree
1 file changed
+0
-1
lines changed- qa/full-cluster-restart/src/test/java/org/opensearch/upgrades
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
796 | | - | |
797 | 796 | | |
798 | 797 | | |
799 | 798 | | |
| |||
0 commit comments