- In example application run
./gradlew test --tests '*normal*'which works. - Run
./gradlew test --tests '*coroutines*'which fails - Run
./gradlew test --tests '*timeout*'which also fails, resulting into timeout - Run
./gradlew test. First 2 tests passes, last 3 not. However, the testnormal2should pass as well. Also thetimeoutTesttest should fail, but for some reason actually passes.
ondrej-hrstka/micronaut-data-coroutines-transactions-error
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|