From 95b6a3553c56ccbbd3207522a5d3f300daf89da1 Mon Sep 17 00:00:00 2001 From: Bhargav Kowshik Date: Sun, 12 Jan 2025 15:01:18 +0530 Subject: [PATCH] Rename dot.run_status to dot.run_log instead --- dot/utils/run_management.py | 2 +- dot/utils/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot/utils/run_management.py b/dot/utils/run_management.py index 273647a..c42e93f 100644 --- a/dot/utils/run_management.py +++ b/dot/utils/run_management.py @@ -141,7 +141,7 @@ def run_dot_stages(project_id, logger, run_id): def run_dot_tests(project_id, logger, run_id): """Wrapper around the DOT pipeline which will set status, start and end - times in dot.run_status. Also catches exception and updates dot.run_log + times in dot.run_log. Also catches exception and updates dot.run_log to set status='Failed' Parameters diff --git a/dot/utils/utils.py b/dot/utils/utils.py index 3d44a65..af87597 100644 --- a/dot/utils/utils.py +++ b/dot/utils/utils.py @@ -329,7 +329,7 @@ def generate_row_results_df( List of values for id_column in the test results view (or entity for passing rows not in this view) run_id: str - ID of the current run, as found in dot.run_status + ID of the current run, as found in dot.run_log test_id: str ID of the tests, as found in dot.configured_tests entity_id: str