leonardBang commented on a change in pull request #14536:
URL: https://github.com/apache/flink/pull/14536#discussion_r554997888



##########
File path: 
flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/handlers/JarSubmissionITCase.java
##########
@@ -95,7 +95,7 @@ public void testJarSubmission() throws Exception {
         final JobPlanInfo planResponse = showPlan(planHandler, storedJarName, 
restfulGateway);
         // we're only interested in the core functionality so checking for a 
small detail is
         // sufficient
-        Assert.assertThat(planResponse.getJsonPlan(), 
containsString("TestProgram.java:30"));
+        Assert.assertThat(planResponse.getJsonPlan(), 
containsString("TestProgram.java:28"));

Review comment:
       I didn't encounter this problem, maybe you need rebase the latest master 
branch, but we shouldn't modify it in this PR. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to