Kotest 6.0.0.M1 WARNING TestExecutionListener ... ...
# kotest
g
Kotest 6.0.0.M1 WARNING TestExecutionListener ... java.lang.NullPointerException 🧵
I've just bumped to v6
Maven 3.9.x
Kotlin 2.1.0
JUnit Engine 5.13.3
My whole suite looks running fine, 0 Failed 0 Errors, but I see a lot of
WARNING TestExecutionListener [org.apache.maven.surefire.junitplatform.RunListenerAdapter] threw exception for method:
executionStarted(
TestIdentifier [uniqueId =
[engine:kotest]/[spec:...]/[test:Native Flow]/[test:...]/[test:...]/[test:...], parentId = [engine:kotest]/[spec:....]/[test:...]/[test:...]/[test:...], displayName = '...)
java.lang.NullPointerException
Any thoughts? I searched for similar errors but found nothing related in the channel gratitude thank you
b
did you try to execute a single test from the gutter? if so, try executing a whole test class and see if it disappears
g
Starting Kotest launcher with args: --spec;com....Test;--private;true;--reporter;teamcity
Parsed args: {spec=com....Test, private=true, reporter=teamcity}
descriptorFilter: null
And it runs and it
No, it was a try with Maven And I launched the whole class from the gutter and it succeeded
b
🤷
s
Make sure you have the latest intellij plugin
g
It seems the issue stems when running from Maven. Because it runs fine with the plugin. In any case, I should have the last version. That's on IDEA
That's on: