OpenSearch/test/framework
Nhat Nguyen a6abb28abf
Fix InternalEngineTests#assertOpsOnPrimary (#37746)
The assertion `assertOpsOnPrimary` does not store seq_no and primary
term of successful deletes to the `lastOpSeqNo` and `lastOpTerm`. This
leads to failures of the subsequence CAS deletes or indexes with seq_no
and term. Moreover, this assertion trips a translog assertion because it
bumps the primary term of some operations but not the primary term of
the engine.

Relates #36467
Closes #37684
2019-01-24 10:02:48 -05:00
..
src Fix InternalEngineTests#assertOpsOnPrimary (#37746) 2019-01-24 10:02:48 -05:00
build.gradle Split third party audit exclusions by type (#36763) 2019-01-07 17:24:19 +02:00