thiagotnunes commented on pull request #16799: URL: https://github.com/apache/beam/pull/16799#issuecomment-1034702693
Created PR https://github.com/apache/beam/pull/16806 to fix the failures in `SpannerChangeStreamIT`. Note that the `SpannerIO.readChangeStreams()` does not currently work with the legacy runner, because it uses `BundleFinalizer`, which is not supported. I tried running the `SpannerChangeStreamOrderedWithtinKeyIT` test and it worked 3 times in a row. It seems that I can not simulate the error you are seeing, do you have more information? (This won't work with legacy runner as well) The command I used for this is the following per your instructions: ``` ./gradlew :runners:google-cloud-dataflow-java:googleCloudPlatformRunnerV2IntegrationTest --tests org.apache.beam.sdk.io.gcp.spanner.changestreams.it.SpannerChangeStreamOrderedWithinKeyIT --info ``` -- 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]
