Using Kotlin guide test faillure #21756
Labels
area/kotlin
kind/bug
Something isn't working
triage/duplicate
This issue or pull request already exists
Describe the bug
I tried to run the GreetingTest from Using Kotlin guide and i got an faillure when running
mvn test
just after updating the code with Kotlin syntax.Expected behavior
Actual behavior
How to Reproduce?
Reproducer:
Steps to reproduce the behavior:
mvn test
Output of
uname -a
orver
Linux Precision-3551 5.11.0-40-generic #44~20.04.2-Ubuntu SMP Tue Oct 26 18:07:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk 11.0.12 2021-07-20 OpenJDK Runtime Environment 18.9 (build 11.0.12+7) OpenJDK 64-Bit Server VM 18.9 (build 11.0.12+7, mixed mode)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.5.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)3.8.3
Additional information
when i run command to run the application
mvn quarkus:dev
i get the error form the greetinggTest as the application starts.Nevertheless, when the app is up and i hit r to re-run the test, the test passes.
Suggestion to make the test pass:
The text was updated successfully, but these errors were encountered: