Github user GJL commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5466#discussion_r168199770
  
    --- Diff: 
flink-clients/src/test/java/org/apache/flink/client/program/rest/RestClusterClientTest.java
 ---
    @@ -493,7 +520,7 @@ public void testTriggerSavepoint() throws Exception {
                                } else {
                                        return 
FutureUtils.completedExceptionally(
                                                new RestHandlerException(
    -                                                   "Unexpected savepoint 
trigger id: " + savepointTriggerId,
    +                                                   "Unexpected savepoint 
trigger jobId: " + savepointTriggerId,
    --- End diff --
    
    something went wrong here


---

Reply via email to