-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBASE-26828 Increase the concurrency when running UTs in pre commit job #4213
Conversation
(!) A patch to the testing environment has been detected. |
1 similar comment
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
…ob (apache#4213) Signed-off-by: Yulin Niu <niuyulin@apache.org> (cherry picked from commit a49d147) (cherry picked from commit f42e465) Change-Id: I13e5c9f20b67b2a629652bbeb1732b46ce19f920
Increase the maven build thread to 4, and also increase the surefire fork count from 0.25C to 0.5C.
This could save us a lot of time.
Please see #4211 for the result.