smengcl commented on pull request #1286: URL: https://github.com/apache/hadoop-ozone/pull/1286#issuecomment-669513483
It seems adding parameterized test for `TestRootedOzoneFileSystem` tripped the time out. Before the parameterization it is already taking 40min to finish the integration test suite: https://github.com/apache/hadoop-ozone/runs/941577903 ``` [INFO] Reactor Summary for Apache Hadoop Ozone Integration Tests 0.6.0-SNAPSHOT: [INFO] [INFO] Apache Hadoop Ozone Integration Tests .............. SUCCESS [40:01 min] [INFO] Apache Hadoop Ozone Mini Ozone Chaos Tests ......... SUCCESS [ 1.758 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS ``` After the parameterization commit it is timing out at over 45min: https://github.com/apache/hadoop-ozone/pull/1286/checks?check_run_id=946974224 ``` [INFO] Reactor Summary for Apache Hadoop Ozone Integration Tests 0.6.0-SNAPSHOT: [INFO] [INFO] Apache Hadoop Ozone Integration Tests .............. FAILURE [45:44 min] [INFO] Apache Hadoop Ozone Mini Ozone Chaos Tests ......... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 45:45 min [INFO] Finished at: 2020-08-04T23:33:52Z ``` ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
