You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @v1siuol, thank you for finding this and even start working on this. Any contribution is welcome.
About the second issue, I think the best approach would be to compute the end time from start time and time. With such approach, we won't change the overall behavior.
Describe the bug
A clear and concise description of what the bug is.
avocado jobs list
returns unsorted list of job results. One improvement is to sort the list bymtime
. This help find the recent jobs.avocado jobs show
shows weird end time because we don't have theend
attribute in theresults.json
any more.I have a fix on the first issue, but looking for inputs for the second one. One feasible fix is to replace the end time with the start time.
Steps to reproduce
Steps to reproduce the behavior with a reproducible whenever possible.
Expected behavior
Current behavior
System information (please complete the following information):
Ubuntu 18.04.6 LTS
Avocado 102.0
The text was updated successfully, but these errors were encountered: