Skip to content

Commit

Permalink
Log dd progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Szabo committed Dec 5, 2024
1 parent bb53563 commit c786879
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tubular/scripts/dd_synthetic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,11 @@ def run_synthetic_tests(enable_automated_rollbacks, slack_notification_channel):

# Prepare and trigger the synthetic test request
test_requests = [SyntheticTestRequest("Hello, world test", PUBLIC_TEST_ID)]
logging.info("*** Triggering synthetic tests ***")
test_run_id = dd_client.trigger_synthetic_tests(test_requests)

# Fetch and print the test results
logging.info("*** Getting test results ***")
test_results = dd_client.get_test_results(test_run_id, test_requests)
logging.info("****** Test results:", test_results)

Expand Down

0 comments on commit c786879

Please sign in to comment.