virajjasani commented on PR #4796: URL: https://github.com/apache/hadoop/pull/4796#issuecomment-1225182580
With `scale`: ``` $ mvn -Dparallel-tests -DtestsThreadCount=10 -Dscale clean verify [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ hadoop-aws --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Results: [INFO] [WARNING] Tests run: 426, Failures: 0, Errors: 0, Skipped: 4 [INFO] --- maven-failsafe-plugin:3.0.0-M1:integration-test (default-integration-test) @ hadoop-aws --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Results: [INFO] [WARNING] Tests run: 1143, Failures: 0, Errors: 0, Skipped: 146 [INFO] --- maven-failsafe-plugin:3.0.0-M1:integration-test (sequential-integration-tests) @ hadoop-aws --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Results: [INFO] [ERROR] Errors: [ERROR] ITestS3AContractRootDir>AbstractContractRootDirectoryTest.testRecursiveRootListing:267 ยป TestTimedOut [INFO] [ERROR] Tests run: 124, Failures: 0, Errors: 1, Skipped: 10 [ERROR] testRecursiveRootListing(org.apache.hadoop.fs.contract.s3a.ITestS3AContractRootDir) Time elapsed: 180.127 s <<< ERROR! org.junit.runners.model.TestTimedOutException: test timed out after 180000 milliseconds ``` When ran individually, `ITestS3AContractRootDir` tests passed without any issues. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
