Brent Beardsley
02/08/2023, 6:09 PM[4.128s][warning][gc,alloc] ClassGraph-worker-16: Retried waiting for GCLocker too often allocating 1026 words
UnknownClass.Kotest > UnknownClass.initializationError FAILED
org.junit.platform.commons.JUnitException at EngineExecutionOrchestrator.java:113
Caused by: io.kotest.engine.config.ConfigurationException at ConfigManager.kt:29
Caused by: io.github.classgraph.ClassGraphException at ClassGraph.java:1606
Caused by: java.lang.OutOfMemoryError at NestedJarHandler.java:654
UnknownClass.Kotest FAILED
If I keep re-running it eventually works. Is there a kotest leak? Or am I missing some kotest setting or is there something else I should be modifying? thxEmil Kantis
02/08/2023, 6:13 PMBrent Beardsley
02/08/2023, 6:14 PMRob Elliot
02/08/2023, 7:16 PM