@ExpectedException is deprecated. Also fixes a sporadic timing issue in the client mode test; the default retry interval is 60 seconds and we only wait 10 seconds for the connection. If the initial connection fails, we don't retry before the timeout. INT-2527 Remove Event Deprecation @Test @ExpectedException... -> @Test(expected...