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
fix: swap latest_run_time and latest_run_time_utc in _parse_test_db_row
In _parse_test_db_row, latest_run_time was set to the raw UTC datetime
and latest_run_time_utc was converted to local time, which is backwards.
This swaps them to match the correct pattern in
_get_test_metadata_from_test_result_db_row where latest_run_time is
local time and latest_run_time_utc is UTC.
Co-Authored-By: Itamar Hartstein <[email protected]>
0 commit comments