[
https://issues.apache.org/jira/browse/BEAM-13855?focusedWorklogId=724800&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-724800
]
ASF GitHub Bot logged work on BEAM-13855:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Feb/22 21:52
Start Date: 10/Feb/22 21:52
Worklog Time Spent: 10m
Work Description: y1chi commented on a change in pull request #16799:
URL: https://github.com/apache/beam/pull/16799#discussion_r804137866
##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -581,6 +581,8 @@ task googleCloudPlatformLegacyWorkerIntegrationTest(type:
Test, dependsOn: copyG
exclude '**/BigQueryIOStorageReadTableRowIT.class'
exclude '**/PubsubReadIT.class'
exclude '**/FhirIOReadIT.class'
+ exclude '**/SpannerChangeStreamIT.class'
Review comment:
These are not supported on dataflow v1, so we intend to keep them
excluded.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 724800)
Time Spent: 1h 50m (was: 1h 40m)
> Dataflow postcommits timing out
> -------------------------------
>
> Key: BEAM-13855
> URL: https://issues.apache.org/jira/browse/BEAM-13855
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Kyle Weaver
> Assignee: Yichi Zhang
> Priority: P1
> Labels: currently-failing
> Fix For: 2.37.0
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> [https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV1]
> [https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2]
> Test SpannerChangeStreamIT seems problematic.
> on Dataflow V2
> Caused by: java.lang.NullPointerException
> at
> org.apache.beam.sdk.io.gcp.spanner.changestreams.it.SpannerChangeStreamIT.modsToString(SpannerChangeStreamIT.java:193)
> at
> org.apache.beam.sdk.transforms.Contextful.lambda$fn$36334a93$1(Contextful.java:112)
> at
> org.apache.beam.sdk.transforms.MapElements$1.processElement(MapElements.java:143)
> On Dataflow V1:
> finalizeBundle not supported by non-portable dataflow runner.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)