Skip to content

Commit

Permalink
Fixed flaky test testActiveSubscriptionWithCache (apache#4282)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored May 16, 2019
1 parent c81efee commit 333ef98
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ public void testActiveSubscriptionWithCache() throws Exception {
assertNotNull(curosr);
// (4.2) Validate: validate cursor name
assertEquals(subName, curosr.getName());
// (4.3) Validate: entryCache should have cached messages
assertTrue(entryCache.getSize() != 0);

/************* Validation on empty active-cursor **************/
// (5) Close consumer: which (1)removes activeConsumer and (2)clears the entry-cache
Expand Down

0 comments on commit 333ef98

Please sign in to comment.