-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
batch.tests.test_basics: test_container_job failed #9211
Comments
Test passed for commit 3e28b78 (Build Status, Sponge)! Closing this issue. |
Looks like this issue is flaky. 😟 I'm going to leave this open and stop commenting. A human should fix and close this. commit: c99c9c0 Test outputTraceback (most recent call last): File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/api_core/retry.py", line 191, in retry_target return target() File "/workspace/batch/.nox/py-3-9/lib/python3.9/site-packages/google/api_core/future/polling.py", line 120, in _done_or_raise raise _OperationNotComplete() google.api_core.future.polling._OperationNotComplete |
@m-strzelczyk PTAL Looks like the issue happens sometimes when To fix, I suggest:
|
Oops! Looks like this issue is still flaky. It failed again. 😬 I reopened the issue, but a human will need to close it again. commit: 3883f8f Test outputTraceback (most recent call last): File "/workspace/batch/tests/test_basics.py", line 100, in test_container_job _test_body(job, additional_test=lambda: _check_tasks(job_name)) File "/workspace/batch/tests/test_basics.py", line 56, in _test_body pytest.fail("Timed out while waiting for job to complete!") File "/workspace/batch/.nox/py-3-11/lib/python3.11/site-packages/_pytest/outcomes.py", line 194, in fail raise Failed(msg=reason, pytrace=pytrace) Failed: Timed out while waiting for job to complete! |
Note: #8899 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: c13058d
buildURL: Build Status, Sponge
status: failed
Test output
The text was updated successfully, but these errors were encountered: