jitsi / jitsi-videobridge

Jitsi Videobridge is a WebRTC compatible video router or SFU that lets build highly scalable video conferencing infrastructure (i.e., up to hundreds of conferences per server).
https://jitsi.org/jitsi-videobridge
Apache License 2.0
2.88k stars 986 forks source link

ref(test): Disable kotest classpath autoscan #2164

Closed bgrozev closed 1 month ago

bgrozev commented 1 month ago

This change reduces test execution time by about 1 min (30%) on my machine.

Since the update to kotest 5.9 the following warning gets printed during tests: 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