zhuzhurk commented on a change in pull request #11187: [FLINK-16234]Use 
LinkedHashSet for a deterministic iteration order
URL: https://github.com/apache/flink/pull/11187#discussion_r384412883
 
 

 ##########
 File path: 
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGeneratorTest.java
 ##########
 @@ -857,4 +860,17 @@ private static Method 
getSetResourcesMethodAndSetAccessible(final Class<?> clazz
                setResourcesMethod.setAccessible(true);
                return setResourcesMethod;
        }
+
+       private List<JobVertex> getExpectedVerticesList(List<JobVertex> 
vertices) {
+               List<JobVertex> verticesMatched = new ArrayList<JobVertex>();
+               List<String> ExpectedOrder = Arrays.asList("source1", 
"source2", "map1", "map2");
 
 Review comment:
   the head letter of this variable should not be capitalized.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to