You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/08/04 12:21:43 UTC

[GitHub] yanghua commented on a change in pull request #6490: [FLINK-10056] [test] Add JobMasterTest#testRequestNextInputSplit

yanghua commented on a change in pull request #6490: [FLINK-10056] [test] Add JobMasterTest#testRequestNextInputSplit
URL: https://github.com/apache/flink/pull/6490#discussion_r207707125
 
 

 ##########
 File path: flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphTestUtils.java
 ##########
 @@ -118,7 +118,9 @@ public static void waitUntilJobStatus(ExecutionGraph eg, JobStatus status, long
 		}
 
 		if (System.nanoTime() >= deadline) {
-			throw new TimeoutException("The job did not reach status " + status + " in time. Current status is " + eg.getState() + '.');
+			throw new TimeoutException(
+				"The job did not reach status " + status + " in time. " +
+				"Current status is " + eg.getState() + '.');
 
 Review comment:
   please use unified `""` not `''`.  what's more, use string format looks better to me

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


With regards,
Apache Git Services