-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Intermittent TestStreamManager "job already exists" error on Windows #6933
Comments
Steps to Investigate and Guard Against the Flaky Test The failure in the Plan to Fix or Mitigate This
Updated Test CodeHere’s an updated version of the code along with the mentioned fixes: `import pytest @mock.patch.object(quantum, 'QuantumEngineServiceAsyncClient', autospec=True)
` Updates:
Suggestions for the next steps:
Let me know if it doesn't work. |
Description of the issue
A recent run of ci.yaml produced a pytest error on Windows:
This seems to be a random failure. The PR was #6900. The log can be found at
https://github.com/quantumlib/Cirq/actions/runs/12695629658/job/35387939180?pr=6900.
Although this was a random flake, we should look if there's a way to guard against it.
How to reproduce the issue
I can't reproduce this deliberately. The frequency of occurrence is unknown.
Cirq version
1.5.0.dev
The text was updated successfully, but these errors were encountered: