Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@blp
Copy link
Member

@blp blp commented Jan 30, 2026

The additional prints should help narrow down test failures. The added wait_for_deployment_status is a little harder to defend, but it might help too.

The additional prints should help narrow down test failures.  The
added wait_for_deployment_status is a little harder to defend, but it might
help too.

Signed-off-by: Ben Pfaff <[email protected]>
@blp blp requested a review from gz January 30, 2026 04:05
@blp blp self-assigned this Jan 30, 2026
Copilot AI review requested due to automatic review settings January 30, 2026 04:05
@blp blp added bug Something isn't working CI/CD python Pull requests that update python code labels Jan 30, 2026
@blp blp enabled auto-merge January 30, 2026 04:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances integration test debugging capabilities by adding diagnostic print statements and an additional state transition check to help identify and troubleshoot test failures related to pipeline lifecycle operations.

Changes:

  • Added diagnostic print statement showing the delay value being tested in each iteration
  • Added wait_for_deployment_status call to ensure pipeline has transitioned away from "Stopped" state before proceeding
  • Added print statement in wait_for_deployment_status helper to show what state transition is being awaited

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
python/tests/platform/test_pipeline_lifecycle.py Added debug output and explicit wait for state transition after starting pipeline
python/tests/platform/helper.py Added diagnostic print to show wait parameters when checking deployment status

@blp blp added this pull request to the merge queue Jan 30, 2026
Merged via the queue into main with commit ca1950b Jan 30, 2026
6 of 7 checks passed
@blp blp deleted the python-tests branch January 30, 2026 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working CI/CD python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants