[ELE-517] Order slack messages by test run time ASC#989
Conversation
ELE-517 Order slack messages by test run time ASC
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context Would you be willing to contribute this feature? |
|
👋 @ellakz |
88bbc8c to
91b117e
Compare
91b117e to
57b2f67
Compare
IDoneShaveIt
left a comment
There was a problem hiding this comment.
Looking good with a small NIT
| grouped_alerts = by_table_group + by_alert_group | ||
| return sorted( | ||
| grouped_alerts, | ||
| key=lambda grp: min(alert.detected_at for alert in grp.alerts), |
There was a problem hiding this comment.
I know this is a NIT but lets use explicit words grp -> group
No description provided.