-
Couldn't load subscription status.
- Fork 929
Adds a summary for tests #2745
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
base: unstable
Are you sure you want to change the base?
Adds a summary for tests #2745
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## unstable #2745 +/- ##
============================================
+ Coverage 72.43% 72.48% +0.04%
============================================
Files 128 128
Lines 70145 70145
============================================
+ Hits 50813 50843 +30
+ Misses 19332 19302 -30 🚀 New features to boost your workflow:
|
5e696c6 to
4294967
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This enhancement will be handy for the team while fixing flaky test failures.
|
thank you @hpatro and @roshkhatri for reviewing. I've addressed the comments! |
|
Was chatting with @roshkhatri further about this. He feels like this might not be that helpful. Rather, test failure count by test name would help me better. Let's hear out others opinion as well. |
Yes, for making it useful for debugging flakiness. |
2497a06 to
ec376d5
Compare
|
I have updated the PR with the summary output as well, doesn't impact performance, and works with loops too. We can discuss if it is too verbose and we want to hide it behind a parameter. |
|
This looks great, and its quite verbose and I kinda like it. We can definitely add a parameter to enable this. |
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
e01da72 to
0517acd
Compare
This is inspired after my discussion with @roshkhatri and @hpatro. This changes allows us to see the results clearly after the suite is run.
The table is printed only when test uses
--verboseflag.