damccorm opened a new issue, #20042: URL: https://github.com/apache/beam/issues/20042
Dataflow retries a failed work item indefinitely. As PAsserts are translated to PTransforms, A failed PAssert will be retried indefinitely in Streaming mode. So we should stop fail the pipeline in case of PAssert failure instead of waiting for test timeout. Example job [https://pantheon.corp.google.com/dataflow/jobsDetail/locations/us-west1/jobs/2020-01-09_13_25_08-2233620052523810338?project=apache-beam-testing&folder&organizationId](https://pantheon.corp.google.com/dataflow/jobsDetail/locations/us-west1/jobs/2020-01-09_13_25_08-2233620052523810338?project=apache-beam-testing&folder&organizationId) Imported from Jira [BEAM-9081](https://issues.apache.org/jira/browse/BEAM-9081). Original Jira may contain additional context. Reported by: angoenka. -- 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]
