You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/07/19 00:25:26 UTC

[GitHub] [ozone] adoroszlai commented on a change in pull request #2428: HDDS-5436. Add acceptance test for Hadoop 3.3

adoroszlai commented on a change in pull request #2428:
URL: https://github.com/apache/ozone/pull/2428#discussion_r671921972



##########
File path: hadoop-ozone/dist/src/main/smoketest/ozonefs/hadoopo3fs.robot
##########
@@ -36,4 +36,4 @@ Test hadoop dfs
     ${result} =        Execute                    hdfs dfs -ls ${dir}
                        Should contain             ${result}   ${PREFIX}-${random}
     ${result} =        Execute                    hdfs dfs -cat ${dir}/${PREFIX}-${random}
-                       Should contain             ${result}   This product includes software developed by The Apache Software
\ No newline at end of file
+                       Should contain             ${result}   This product includes software developed

Review comment:
       Yes, Hadoop's NOTICE.txt [has changed](https://github.com/apache/hadoop/commit/567091aa9b3f001208470345c673059c0a138b69#diff-b810ebe4ffda4293c79d292059b45b59de7e649e86314ffd5a1ee4eb4b1e08c8).  The relevant part:
   
   ```diff
   -This product includes software developed by The Apache Software
   -Foundation (http://www.apache.org/).
   +This product includes software developed at
   +The Apache Software Foundation (http://www.apache.org/).
   ```
   
   So I changed the test to only look for the common prefix.




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

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org