Skip to content

Commit

Permalink
fix: 11298: VirtualMapReconnectTest fails intermittently with path no…
Browse files Browse the repository at this point in the history
…t in range log message (#11370)

Reviewed-by: Anthony Petrov <anthony@swirldslabs.com>, Ivan Malygin <ivan@swirldslabs.com>
Signed-off-by: Artem Ananev <artem.ananev@swirldslabs.com>
  • Loading branch information
artemananiev authored and imalygin committed Apr 17, 2024
1 parent 36d4783 commit 42fe629
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -225,6 +225,9 @@ protected void reconnectMultipleTimes(
final VirtualRoot root = learnerMap.getRight();
assertTrue(root.isHashed(), "Learner root node must be hashed");
} catch (Exception e) {
if (!failureExpected) {
e.printStackTrace(System.err);
}
assertTrue(failureExpected, "We did not expect an exception on this reconnect attempt! " + e);
}

Expand Down

0 comments on commit 42fe629

Please sign in to comment.