We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fbab3 commit b2cbfc5Copy full SHA for b2cbfc5
core/src/test/java/org/elasticsearch/index/seqno/LocalCheckpointTrackerTests.java
@@ -104,6 +104,7 @@ public void testLazyInitialization() {
104
* sequence numbers this could lead to excessive memory usage resulting in out of memory errors.
105
*/
106
tracker.markSeqNoAsCompleted(randomNonNegativeLong());
107
+ assertThat(tracker.processedSeqNo.size(), equalTo(1));
108
}
109
110
public void testSimpleOverFlow() {
0 commit comments