-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus continuous test mode hides server output #18887
Labels
Milestone
Comments
/cc @stuartwdouglas |
Press [o] to trigger test output, or use We hide it by default to avoid cluttering the console with massive amounts of noise, but maybe we should display the captured output when there is a failure like we do in the Dev UI. |
stuartwdouglas
added a commit
to stuartwdouglas/quarkus
that referenced
this issue
Jul 22, 2021
I will make this part of the prompt to make it more obvious |
Thank you Stuart! |
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Aug 3, 2021
Fixes quarkusio#18887 (cherry picked from commit 45e3b5c)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I am using the new continuous test mode, which is awesome.
Now when I work on some test-driven coding, I write a test, write the code and then Quarkus runs my test and shows me that my code is not working:
But it hides the internal error message that the server would produce, which would help me understand why my code fails.
E.g. when I trigger the same rest-test not from a
@QuarkusTest
andRestAssured
, but viacurl
, I get my normal stack trace that tells me what does not work in my code.Expected behavior
Test failure output and server output are shown
Actual behavior
Only test output is shown, but server output is omitted
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.1.0.CR1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: