-
Notifications
You must be signed in to change notification settings - Fork 100
Store summary of previous runs when deflaking #360
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
Store summary of previous runs when deflaking #360
Conversation
nagpavan-chilakam
left a comment
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.
Just a thought, if the error summary is same for all the runs, it would be good if we can just display that 1 error and number of times it failed with the same reason. If a test failed all 5 times with same reason, displaying the same error summary 5 times may be cumbersome to read, especially if we are running a bunch of tests.
Otherwise looks good
This is a good idea but Im not sure a good way to display this, ? Thoughts @nagpavan-chilakam @stan-confluent |
|
Looks good overall, thanks Ian!
|
* Store summary of previous runs when deflaking * combine same stack traces * update comments
* Store summary of previous runs when deflaking * combine same stack traces * update comments
Motivation:
when getting a flaky test, the summaries are clear due to the last run passing, loosing all data of failed runs. This PR intends to remedy this by changing the summary behavior of deflake runs. In a deflake run, all summaries are included, and demarked by the run number and a ~~~~~:
Testing:
ran unit tests and ran all system tests