-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Improve JUnit and Junit5 reporting on failures of amqp tests #1267
Comments
Oh, the message description is not displayed. Yeah, that is not helpful at all. |
Ignore that comment: xxxCreatedEvent is the description. So just the consumer name and tags should help you. |
I've included the JUnit description in the error message. The downside is that in Gradle test reports it will be duplicated.
|
uglyog
pushed a commit
that referenced
this issue
Dec 27, 2020
uglyog
pushed a commit
that referenced
this issue
Dec 27, 2020
4.1.13 released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When Amqp tests fail, it's very hard to understand which interaction has failed, as neither the consumer nor the interaction are reported. Showing at least the consumer name (and ideally the tag) would make it much easier to understand failures.
Current example output:
The text was updated successfully, but these errors were encountered: