chaozwn commented on a change in pull request #14536:
URL: https://github.com/apache/flink/pull/14536#discussion_r554919445
##########
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:
Do I need to cancel the changes in these two test files, NameTest.java and
TestProgram.java
##########
File path:
flink-java/src/test/java/org/apache/flink/api/java/operators/NamesTest.java
##########
@@ -62,7 +62,7 @@ public boolean filter(String value) throws Exception {
})
.output(new DiscardingOutputFormat<String>());
Plan plan = env.createProgramPlan();
- testForName("Filter at testDefaultName(NamesTest.java:55)", plan);
Review comment:
ok
----------------------------------------------------------------
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]