microsoft / azure-load-testing

MIT License
22 stars 3 forks source link

The "updated on" does not change when a new run has been created for a Test #127

Closed johnAgilisys closed 1 year ago

johnAgilisys commented 1 year ago

Describe the bug Run the test over mutiple cycles on different dates and the test "Update On" field shows the date of when the test was first created.

Expected behavior The field shoud be updated to reflect the latest run for a test?

Screenshots image

Desktop (please complete the following information):

AB#1692617

Nagarjuna-Vipparthi commented 1 year ago

@johnAgilisys The 'Updated on' field indicates the date on which any changes to the test configuration have been made. If the same test set up was run multiple times, it is not being considered as an update to the test configuration. For example, if you have added a pass/fail criterion, increased the number of test engines in an existing test, such changes are considered as updates to the test.

If you are interested in knowing when the latest test run happened, you can look at the test run name, which includes the timestamp of the test run.

johnAgilisys commented 1 year ago

@Nagarjuna-Vipparthi Thanks for the respone. Agree I am able to find the latest run from the name but that would mean drilling into each test to see the last run date and status. would have been useful to have that on the summary page of the tests image

Nagarjuna-Vipparthi commented 1 year ago

@johnAgilisys thank you for the suggestion. We will add it to our backlog and explore ways of improving the interface for listing the test details.

johnAgilisys commented 1 year ago

thats great.. thanks.

ninallam commented 1 year ago

@johnAgilisys This enhancement has been added. Closing this issue for now. Please reopen if you have any issue.