DATAGEODE-185 - Fix DurableClientCacheIntegrationTest.

This commit is contained in:
John Blum
2019-05-09 22:27:18 -07:00
parent 1a430be61e
commit 8bc682a0c0
2 changed files with 49 additions and 19 deletions

View File

@@ -408,7 +408,8 @@ public class ClientCacheFactoryBean extends CacheFactoryBean implements Applicat
this.<ClientCache>fetchCache().readyForEvents();
}
catch (IllegalStateException | CacheClosedException ignore) {
// Thrown when clientCache.readyForEvents() is called on a non-durable client
// Thrown when ClientCache.readyForEvents() is called on a non-durable client
// or the ClientCache is closing.
}
}
}