css4j / echosvg

SVG implementation in the Java™ Language, fork of Apache Batik, supporting level 4 selectors and colors.
Apache License 2.0
39 stars 2 forks source link

SamplesRenderingTest is too heavy #101

Closed carlosame closed 2 months ago

carlosame commented 2 months ago

If Gradle executes the SwingMemoryLeakTest in parallel with a heavy test like SamplesRenderingTest, a java.lang.OutOfMemoryError due to failed reallocation of scalar replaced objects could happen. RunnableQueueTest could also be a potential source of failures during parallel execution.

To prevent this:

1) Give more memory to test execution. 2) Split SamplesRenderingTest into smaller tests.