ptupitsyn commented on a change in pull request #466:
URL: https://github.com/apache/ignite-3/pull/466#discussion_r755226415
##########
File path:
modules/client/src/test/java/org/apache/ignite/client/ReconnectTest.java
##########
@@ -98,12 +95,11 @@ public void testOperationFailsWhenAllServersFail() throws
Exception {
}
}
- private void stop(IgniteBiTuple<ClientHandlerModule,
ConfigurationRegistry> srv) throws Exception {
+ private void stop(AutoCloseable srv) throws Exception {
Review comment:
Fixed, added `AfterEach`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]