Skip to content

Commit

Permalink
Fix for Ice/interrupt test - #3394 (#3395)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Jan 21, 2025
1 parent a5e59c7 commit 801fce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/test/src/main/java/test/Ice/interrupt/AllTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ public static void allTests(test.TestHelper helper) throws InterruptedException
p2.op();

final Callback cb = new Callback();
mainThread.interrupt();
r = p2.ice_flushBatchRequestsAsync();
mainThread.interrupt();
r.whenComplete((result, ex) -> test(ex == null));
Util.getInvocationFuture(r)
.whenSent(
Expand Down

0 comments on commit 801fce3

Please sign in to comment.