wangchao316 commented on pull request #2507: URL: https://github.com/apache/iotdb/pull/2507#issuecomment-761977991
> I am very interested in how to run tests in parallel. we could use TestNG in OpenSource softeware. I use my company private parallel-plug-in for iotdb in my local environment now. I find that it takes 20 minutes to build Maven in github, but 10 minutes to build and run tests in parallel in my local. As the number of test cases increases, the execution time increases. I recommend : 1.modifying the test cases to be executed in parallel first. 2. and then switch to the parallel framework. At the same time, if a single thread to execute test cases one by one, failed to delete data file after a test finished, in this case, an error is reported when following test cases create the same name file . ---------------------------------------------------------------- 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]
