You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very appreciate about Quarkus Continuous Testing feature. Great improvement!
Today I tested this feature with Quarkus 2.0.0-Alpha1 with my code which is using in JUnit tests the https://github.com/junit-pioneer/junit-pioneer library. If I now press the e button in the console after quarkus:dev start i get the exception:
2021-04-23 15:35:58,197 ERROR [io.qua.dep.dev.tes.TestRunner] (Test runner thread) Internal error running tests: java.util.ServiceConfigurationError: org.junit.platform.launcher.TestExecutionListener: org.junitpioneer.jupiter.issue.IssueExtensionExecutionListener not a subtype
at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:589)
at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1237)
at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1265)
at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1300)
at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1385)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:132)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
at org.junit.platform.launcher.core.LauncherFactory.create(LauncherFactory.java:108)
at io.quarkus.deployment.dev.testing.JunitTestRunner.runTests(JunitTestRunner.java:141)
at io.quarkus.deployment.dev.testing.TestRunner.runInternal(TestRunner.java:241)
at io.quarkus.deployment.dev.testing.TestRunner$1.run(TestRunner.java:125)
at java.base/java.lang.Thread.run(Thread.java:834)
I am very appreciate about Quarkus Continuous Testing feature. Great improvement!
Today I tested this feature with Quarkus 2.0.0-Alpha1 with my code which is using in JUnit tests the https://github.com/junit-pioneer/junit-pioneer library. If I now press the e button in the console after quarkus:dev start i get the exception:
Test:
Any idea how to avoid this exception?
The text was updated successfully, but these errors were encountered: