arjunashok commented on code in PR #58:
URL: https://github.com/apache/cassandra-sidecar/pull/58#discussion_r1307958167


##########
common/build.gradle:
##########
@@ -41,6 +41,8 @@ repositories {
 
 test {
     useJUnitPlatform()
+// Uncomment below to run unit tests in parallel
+//    maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1

Review Comment:
   This was introduced by @frankgh in a prior commit to my branch, so I will 
let him respond. Leaving it out of this commit for now.



-- 
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]

Reply via email to