Giorgio Vespucci
04/18/2025, 12:31 PMdebug
level of logging to see what "it's doing"?
I'm affected in my work project by a behavior that HANGS A LOT before starting to execute the tests.
I cannot upgrade from V5.6.x to v5.9.x due to this.
I only see an infinite series of
Warning: Kotest autoscan is enabled. This means Kotest will scan the classpath for extensions that are annotated with @AutoScan. To avoid this startup cost, disable autoscan by setting the system property 'kotest.framework.classpath.scanning.autoscan.disable=true'. In 6.0 this value will default to true. For further details see <https://kotest.io/docs/next/framework/project-config.html#runtime-detection>
Setting the mentioned property to true
doesn't help.
Thank You
CC @Matteo MirkMatteo Mirk
04/18/2025, 1:08 PMkotest.framework.classpath.scanning.config.disable=true
kotest.framework.classpath.scanning.autoscan.disable=true
see if this helps!Matteo Mirk
04/18/2025, 1:10 PMsrc/test/resources/kotest.properties
and it works. Other paths and file names may not be read by Kotestsam
04/18/2025, 5:03 PMsam
04/18/2025, 5:44 PMMatteo Mirk
04/18/2025, 5:54 PMsam
04/18/2025, 5:54 PM