jdaugherty commented on code in PR #14875: URL: https://github.com/apache/grails-core/pull/14875#discussion_r2183866084
########## gradle/test-config.gradle: ########## @@ -73,3 +73,31 @@ tasks.withType(Test).configureEach { } } +if(hasProperty('testBisect')) { + tasks.withType(Test).configureEach { + maxParallelForks = 1 + forkEvery = 0 + + develocity { + testDistribution { + enabled.set(false) + retryInSameJvm.set(true) + } Review Comment: I believe in my testing, this is what caused it to run a single test runner so yes I think it's required. I'm not sure if it's a side effect of this change or if there's a better way. -- 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: notifications-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org