-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable timeout setting for Python TestPipeline (#29646) #33866
base: master
Are you sure you want to change the base?
Enable timeout setting for Python TestPipeline (#29646) #33866
Conversation
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
Hey @mentors this is my first pr and contribution too |
Assigning reviewers. If you would like to opt out of this review, comment R: @tvalentyn for label python. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
Thanks for you contribution! Left some comments. PTAL at lint errors - you can find test failure logs by clicking on 'Details'. There is:
|
@tvalentyn 4 of the tests are failing and can i raise a issue for this ? If yes what is the format? |
Let's focus on failures that can be attributed to this PR for now, we can re-run the unrelated test suites, they might be flakes or something that has been already fixed. The Lint and Formatter errors are caused by the changes in this PR though. |
This PR introduces a timeout setting for TestPipeline in Apache Beam’s Python SDK.
Changes:
Fixes: