Skip to content

Commit

Permalink
[hotfix] Add Assert.fail to RestClusterClientTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Mar 27, 2018
1 parent 4c234fe commit a0ba69e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ testSavepointHandlers.new TestSavepointHandler(

try {
restClusterClient.triggerSavepoint(new JobID(), null).get();
fail("Expected exception not thrown.");
} catch (final ExecutionException e) {
assertTrue(
"RestClientException not in causal chain",
Expand Down

0 comments on commit a0ba69e

Please sign in to comment.