sekikn commented on a change in pull request #757:
URL: https://github.com/apache/bigtop/pull/757#discussion_r596451003



##########
File path: 
bigtop-tests/test-artifacts/hadoop/src/main/groovy/org/apache/bigtop/itest/hadoop/mapreduce/TestHadoopExamples.groovy
##########
@@ -152,9 +143,7 @@ class TestHadoopExamples {
   public static LinkedHashMap<String, Object[]> generateTests() {
     LinkedHashMap<String, Object[]> res = [:];
     examples.each { k, v -> res[k] = [k.toString(), v.toString()] as Object[]; 
}
-    if (HADOOP_COMMAND != "hadoop-qfs") {
-      additional_examples.each { k, v -> res[k] = [k.toString(), v.toString()] 
as Object[]; }
-    }
+    additional_examples.each { k, v -> res[k] = [k.toString(), v.toString()] 
as Object[]; }

Review comment:
       We can merge `additional_examples` into `examples`, because the former 
was separated from the latter so as to addressing QFS test failure originally. 
See the comment at line 129.




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


Reply via email to