Skip to content

Commit

Permalink
Adopt suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
315157973 committed Aug 29, 2024
1 parent 1f9a47e commit ecc5ee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void testRecoveryDisabled() {
fail("should failed");
} catch (Exception e) {
assertTrue(e instanceof ReplicationException.UnavailableException);
assertTrue(e.getMessage().contains("Autorecovery is disabled. So giving up"));
assertTrue(e.getMessage().contains("Autorecovery is disabled due to missing Zookeeper node. Aborting recovery"));
}
}

Expand Down

0 comments on commit ecc5ee3

Please sign in to comment.