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
If you upload a results.zip file to tfb-status but you never uploaded a results.json for that same run before, tfb-status handles that situation poorly. In terms of sorting on the home page, the run is placed last instead of first. Also, the environment name and other details don't show up for that run on the home page or results detail page.
The sorting behavior is an accident of how the sort order for home page entries is defined in code. The environment name (and other details) not showing up is because that rendering code is trying to pull those attributes from the standalone results.json file only and not looking in the results.zip file (which also contains a perfectly usable results.json file inside).
The text was updated successfully, but these errors were encountered:
If you upload a results.zip file to tfb-status but you never uploaded a results.json for that same run before, tfb-status handles that situation poorly. In terms of sorting on the home page, the run is placed last instead of first. Also, the environment name and other details don't show up for that run on the home page or results detail page.
The sorting behavior is an accident of how the sort order for home page entries is defined in code. The environment name (and other details) not showing up is because that rendering code is trying to pull those attributes from the standalone results.json file only and not looking in the results.zip file (which also contains a perfectly usable results.json file inside).
The text was updated successfully, but these errors were encountered: