dawidwys commented on a change in pull request #6266: [FLINK-9682] Add
setDescription to execution environment and provide description field for the
rest api
URL: https://github.com/apache/flink/pull/6266#discussion_r219485200
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/messages/WebMonitorMessagesTest.java
##########
@@ -147,7 +147,7 @@ public void testMultipleJobDetails() {
JobID jid = new JobID();
JobStatus status =
JobStatus.values()[rnd.nextInt(JobStatus.values().length)];
- details[k] = new JobDetails(jid, name, time, endTime,
endTime - time, status, lastModified, numVerticesPerState, numTotal);
+ details[k] = new JobDetails(jid, name, time, endTime,
endTime - time, status, lastModified, numVerticesPerState, numTotal, "");
Review comment:
Please use the `GenericMessageTester` for the description the same way it is
used for `jobName`
----------------------------------------------------------------
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