Skip to content

Commit

Permalink
Merge branch 'apache:trunk' into HADOOP-18427
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 authored Sep 1, 2022
2 parents cbdc06b + 2dd8b13 commit 5a453fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public void testRecoverAfterDoubleFailures() throws Exception {
public void testUnresolvableHostName() throws Exception {
expectedException.expect(UnknownHostException.class);
new QuorumJournalManager(conf,
new URI("qjournal://" + "bogus:12345" + "/" + JID), FAKE_NSINFO);
new URI("qjournal://" + "bogus.invalid:12345" + "/" + JID), FAKE_NSINFO);
}

/**
Expand Down

0 comments on commit 5a453fb

Please sign in to comment.