Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dot/utils/run_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dot/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down