Skip to content

Commit

Permalink
Add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Oct 30, 2017
1 parent 91fbab3 commit b2cbfc5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -104,6 +104,7 @@ public void testLazyInitialization() {
* sequence numbers this could lead to excessive memory usage resulting in out of memory errors.
*/
tracker.markSeqNoAsCompleted(randomNonNegativeLong());
assertThat(tracker.processedSeqNo.size(), equalTo(1));
}

public void testSimpleOverFlow() {
Expand Down

0 comments on commit b2cbfc5

Please sign in to comment.