Abacn opened a new issue, #26616: URL: https://github.com/apache/beam/issues/26616
### What happened? e.g. https://ci-beam.apache.org/view/PostCommit/job/beam_PostCommit_Java_DataflowV2/lastCompletedBuild/ Following tests are permared: ``` org.apache.beam.sdk.io.gcp.spanner.SpannerReadIT.testReadWithTimeoutError org.apache.beam.sdk.io.gcp.spanner.SpannerReadIT.testReadFailsBadTable org.apache.beam.sdk.io.gcp.spanner.SpannerReadIT.testReadFailsBadSession org.apache.beam.sdk.io.gcp.spanner.SpannerReadIT.testQueryWithTimeoutError ``` error message: These are all error-reproducing tests failing with expected error not seen. Likely due to recent Spanner service rollout. ``` java.lang.AssertionError: Expected: (stack trace contains string 'SpannerException' and stack trace contains string 'DEADLINE_EXCEEDED') but: stack trace contains string 'SpannerException' was <java.lang.RuntimeException: This message was redacted. Please search the job logs in Cloud Logging for the entry with unique prefix: OutputMessage[5844617984962013488] for work item 1120611541754862560This message was redacted. Please search the job logs in Cloud Logging for the entry with unique prefix: OutputMessage[9250666589450804496] for work item 5143587066297128187This message was redacted. Please search the job logs in Cloud Logging for the entry with unique prefix: OutputMessage[5844617984962011739] for work item 6016024597067538899This message was redacted. Please search the job logs in Cloud Logging for the entry with unique prefix: OutputMessage[9250666589450803181] for work item 8190027929335299829Workflow failed. Causes: S13:read db/Execute query/Reshuffle/Reshuffle/GroupByKey/Read+read db/Execute query/Reshuffle/Reshuffle/GroupByKey/GroupByWindow+read db/Execute ... ``` ### Issue Failure Failure: Test is continually failing ### Issue Priority Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy) ### Issue Components - [ ] Component: Python SDK - [X] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [X] Component: IO connector - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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]
