marcingrzejszczak / gradle-test-profiler

created with @AChudzik. The idea of this plugin is to perform profiling of your tests. You will be able to see your test execution times sorted in the descending manner together with an information about a module and the class name from which the test was executed.
Apache License 2.0
25 stars 11 forks source link

The profiler is not thread-safe #20

Closed marcingrzejszczak closed 9 years ago

marcingrzejszczak commented 9 years ago

When you run

./gradlew clean build --parallel

You get the following exception:

* Where:
Script 'https://raw.githubusercontent.com/marcingrzejszczak/gradle-test-profiler/0.0.4/test_profiling.gradle' line: 90

* What went wrong:
Execution failed for task .......'.
> java.util.ConcurrentModificationException (no error message)