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



##########
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:
       when i use master branch, this method test failed in flink bot ,because 
TestProgram change line




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to