bvolpato opened a new pull request, #29441:
URL: https://github.com/apache/beam/pull/29441

   Parameterized / parallel tests have been suffering with flakes because of 
job name collision when only suffixed with timestamp:
   
   ```
   com.google.api.client.googleapis.json.GoogleJsonResponseException: 409 
Conflict
   POST 
https://dataflow.googleapis.com/v1b3/projects/{PROJECT}/locations/us-central1/flexTemplates:launch
   {
     "code": 409,
     "errors": [
       {
         "domain": "global",
         "message": "(78f666ea16e50f79): There is already an active job named 
test-jdbc-to-pubsub-20231115093811749. If you want to  submit a second job, try 
again by setting a different name.",
         "reason": "alreadyExists"
       }
     ],
     "message": "(78f666ea16e50f79): There is already an active job named 
test-jdbc-to-pubsub-20231115093811749. If you want to  submit a second job, try 
again by setting a different name.",
     "status": "ALREADY_EXISTS"
   }
   ````
   
   This will add more entropy and avoid that collision.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to