python-docs-samples icon indicating copy to clipboard operation
python-docs-samples copied to clipboard

fix: add fixture for dataproc batch and better test cleanup

Open leahecole opened this issue 2 years ago • 0 comments

Description

#8021 was similar but was throwing the Aborted error, this is giving a 409 AlreadyExists which was happening when it would retry but already find a batch there. I've added teardown logic to hopefully reduce the likelihood that an AlreadyExists happens.

Fixes #8254

Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.

Checklist

leahecole avatar Aug 15 '22 14:08 leahecole