You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TEST] Wait for no pending operations on the index shard (#118244)
This fixes testRetryPointInTime which on teardown is looking to assert
that the operations in the translog and in the lucene index are the
same.
Previously we didn't wait for the translog operations to be applied.
This changes `assertConsistentHistoryInLuceneIndex` to wait for the
pending operations in the translog to be applied.
Fixes#117116
0 commit comments