steveloughran commented on PR #7814: URL: https://github.com/apache/hadoop/pull/7814#issuecomment-3085040099
Seems to kick off the tests in parallel. There are three runs, the last with no tests executed. But its elapsed time is exactly those of the other two executions added up (16.38 + 12.42 =28.8) ``` ------------------------------------------------------- [INFO] Running org.apache.hadoop.fs.s3a.performance.ITestCreateFileCost [INFO] Running org.apache.hadoop.fs.s3a.performance.ITestCreateFileCost [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.38 s -- in org.apache.hadoop.fs.s3a.performance.ITestCreateFileCost [INFO] Running org.apache.hadoop.fs.s3a.performance.ITestCreateFileCost [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.42 s -- in org.apache.hadoop.fs.s3a.performance.ITestCreateFileCost [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.89 s -- in org.apache.hadoop.fs.s3a.performance.ITestCreateFileCost [INFO] [INFO ``` -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org