-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
Failed test summary is not showing up in ginkgo 2.1.4 #973
Comments
+1, I am facing the same issue after updating ginkgo to v2, if there is only one failure in the suit it doesn't show up int the test summary, is there a way we can print the test summary at the end of the test run? |
hey there - sorry for the delay. I'm pushing out a fix for this now. should cut a release sometime next week or so. |
Darthmineboy
added a commit
to Darthmineboy/rabbitmq-stream-go-client
that referenced
this issue
Jul 22, 2024
Gsantomaggio
added a commit
to rabbitmq/rabbitmq-stream-go-client
that referenced
this issue
Jul 24, 2024
* test that consumer offset is committed after flush interval * fix auto commit flush interval not triggered with constant stream of incoming messages * use time.Since() * update ginkgo as test summary is not showing onsi/ginkgo#973 * add test reason with number of messages received * try up to 50 messages * fix data race * tidy * move resetting messageCountBeforeStorage to cacheStoreOffset() * fix potential data race with messageCountBeforeStorage when closing consumer * have increaseMessageCountBeforeStorage() return current messageCountBeforeStorage so that we don't need getMessageCountBeforeStorage() and request the mutex twice --------- Co-authored-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I updated the ginkgo version to 2.1.4.
In my older versions - the test run summary used to look like
but after the upgrade , I could not see the summary about failing tests. it only displays last lines:
what flag should I use to see the failed tests summary?
As of now I am using :
Also, how should I silence these outputs like
The text was updated successfully, but these errors were encountered: