You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main problem seems to be that CircleCI expects a list of test classes to assign each worker a set of them, but I did not find any way to list all test classes in gradle. The workaround I applied was to compile the project and then list all files that match a pattern ./**/*Test.class (remember that in Kotlin there can be more than one class in a .kt file).
When this issue is implemented this problem will be solved: gradle/gradle#2129
https://circleci.com/gh/allegro/envoy-control/tree/run-tests-in-parallel
https://circleci.com/blog/how-to-boost-build-time-with-test-parallelism/ (gradle setup)
The text was updated successfully, but these errors were encountered: