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
In case of failure, some tests are restarted. That's great, but when
parsing the subcases (nested tests), the previous results were
overridden. Also, when displaying the results, the 'retry' field from
the main test was re-used in each subcases: quite confusing for the
reader.
Now, in case of retry, a new dictionary under the 'results-retry' key is
stored in the 'json_full' entry in the DB. This dictionary uses the
subcase titles as keys, and the results as values. Thanks to that, when
querying the subcases results, this dictionary is used to properly set
the 'retry' field for each subcase.
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
0 commit comments