-
Exception in thread "main" java.lang.NoClassDefFoundError: org/junit/runner/notification/RunListener
while using https://tech.io/playgrounds/929/reactive-programming-with-reactor-3/Flux
## Expec…
-
I am trying to provide a custom reporter in Gradle
From ScalaTest docs:
https://www.scalatest.org/user_guide/using_the_runner#specifyingReporters
i.e. I want to add a reporter class
```
-C[co…
atais updated
3 years ago
-
```
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
J 960 C2 net.openhft.chronicle.wire.BinaryWire.readEventName(Ljava/lang/StringBuilder;)Lnet/openhft/chronicle/wire…
-
This issue was migrated from [Pagure Issue #605](https://pagure.io/dogtagpki/issue/605). Originally filed by **[vakwetu](https://pagure.io/user/vakwetu) (@vakwetu)** on *2013-05-04 22:18:46*:
- Close…
-
This issue was migrated from [Pagure Issue #605](https://pagure.io/dogtagpki/issue/605). Originally filed by **[vakwetu](https://pagure.io/user/vakwetu) (@vakwetu)** on *2013-05-04 22:18:46*:
- Close…
-
Jenkins starts using 100% CPU after a few days. Using jstack I see several threads trying to write compressed output, and apparently not changing over time:
java.util.zip.Deflater.deflate(byte[], i…
timja updated
3 years ago
-
### Description
I updated my test library to latest stable version,
test : "1.3.0",
espresso : "3.3.0",
ext …
-
`./runtest.sh` can be used to run single test classes from the command line. Recently, it's gotten much slower.
Current results:
```
% time ./runtest.csh java/src/jmri/InstanceManagerTest.java
…
-
Currently, RunListener providers can only be declared in their native SPI configuration file. Revise the service loader to recognize providers declared in the JUnitWatcher SPI configuration file, too.
-
See https://gitter.im/junit-team/junit5?at=5c659880ef98455ea4364c08 for details.
Right now it's possible to catch a test failure in `handleTestExecutionException()` and swallow it. But the other w…