[JAVA-4378] Use the JVM Test Suite Plugin Created: 27/Oct/21 Updated: 14/Jan/22 Resolved: 14/Jan/22 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Unknown |
| Reporter: | Jeffrey Yemin | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
https://docs.gradle.org/7.3-rc-2/userguide/jvm_test_suite_plugin.html It would reduce log output (and build times, slightly) if we only run unit tests in a single task rather than the whole matrix. And only run integration tests in the matrix. |
| Comments |
| Comment by Jeffrey Yemin [ 14/Jan/22 ] |
|
I did some experiments to see how much this would actually help, and it doesn't seem worth it. The unit tests account for less than 10% of the total size of the logs and less than 20% of the total number of tests. |