steveloughran commented on pull request #2118: URL: https://github.com/apache/hadoop/pull/2118#issuecomment-652444695
..and by removing the declarations of fork count = 1, the integration tests run in parallel too ``` INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.fs.azure.contract.ITestAzureNativeContractGetFileStatus [INFO] Running org.apache.hadoop.fs.azure.contract.ITestAzureNativeContractMkdir [INFO] Running org.apache.hadoop.fs.azure.ITestFileSystemOperationExceptionHandling [INFO] Running org.apache.hadoop.fs.azure.metrics.ITestAzureFileSystemInstrumentation [INFO] Running org.apache.hadoop.fs.azure.contract.ITestAzureNativeContractOpen [INFO] Running org.apache.hadoop.fs.azure.contract.ITestAzureNativeContractDelete ``` This may have been the case before, I'm just making extra sure after changing the test running ---------------------------------------------------------------- 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]
