Re: Slow build and startup of tests in intellij

2025-04-09 Thread Christos Malliaridis
Hey Colvin, I would probably not blame the UI module for that, but it is mentioned in the output. If I understand it correctly, IntelliJ IDEA cannot be used to run the tests as proposed before, because the Kotlin UI module's WebAssembly target is not supported? If that is the case, could you try d

Re: Slow build and startup of tests in intellij

2025-04-08 Thread Colvin Cowie
Hey Jason, I was using 2024.3.2, updated to 2024.3.5 and it's the same, running on Windows 10 with Temurin 21.0.5. The intellij issue I linked says it was raised on 2024.1.4, so perhaps 2023 isn't affected. The compiler issue shows up like this: Executing pre-compile tasks… Running 'before' tasks

Re: Slow build and startup of tests in intellij

2025-04-07 Thread Jason Gerlowski
Hey Colvin, Changing the "Run tests using" setting to "IntelliJ IDEA" is the main way I know of to tackle the long startup time for tests. (For those that might be unfamiliar, the full path in my version of IntelliJ at least is: "Settings" -> "Build, Execution, Deployment" -> "Build Tools" -> "Gr

Slow build and startup of tests in intellij

2025-04-07 Thread Colvin Cowie
Hello all, While writing smoke tests for the v2 API I've noticed that the spin up time of the tests in intellij with gradle is quite slow, making it hard to iterate rapidly. Even without making any changes, there's about 30-40 seconds of gradle build before they start running. And it's maybe doubl