tillrohrmann commented on a change in pull request #6733: [FLINK-10291] 
Generate JobGraph with fixed/configurable JobID in 
StandaloneJobClusterEntrypoint
URL: https://github.com/apache/flink/pull/6733#discussion_r221280326
 
 

 ##########
 File path: 
flink-container/src/test/java/org/apache/flink/container/entrypoint/StandaloneJobClusterEntryPointTest.java
 ##########
 @@ -53,6 +55,7 @@ public void testJobGraphRetrieval() throws FlinkException {
 
                assertThat(jobGraph.getName(), 
is(equalTo(TestJob.class.getCanonicalName() + "-suffix")));
                assertThat(jobGraph.getMaximumParallelism(), is(parallelism));
+               assertEquals(jobGraph.getJobID(), new JobID(0, 0));
 
 Review comment:
   use `FIXED_JOB_ID` constant from `StandaloneJobClusterEntrypoint` for the 
expected value.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to