[
https://issues.apache.org/jira/browse/BEAM-14277?focusedWorklogId=755540&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-755540
]
ASF GitHub Bot logged work on BEAM-14277:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Apr/22 02:16
Start Date: 12/Apr/22 02:16
Worklog Time Spent: 10m
Work Description: emilymye commented on code in PR #17346:
URL: https://github.com/apache/beam/pull/17346#discussion_r847881461
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/it/SpannerChangeStreamIT.java:
##########
@@ -84,6 +85,7 @@ public void before() {
pipeline.getOptions().as(ChangeStreamTestPipelineOptions.class).setBlockOnRun(false);
}
+ @Ignore
Review Comment:
```suggestion
@Ignore("BEAM-14277 Sickbay until autoscaling changes are merged")
```
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/it/SpannerChangeStreamTransactionBoundariesIT.java:
##########
@@ -83,6 +84,7 @@ public static void setup() throws InterruptedException,
ExecutionException, Time
databaseClient = ENV.getDatabaseClient();
}
+ @Ignore
Review Comment:
```suggestion
@Ignore("BEAM-14277 Sickbay until autoscaling changes are merged")
```
Issue Time Tracking
-------------------
Worklog Id: (was: 755540)
Time Spent: 1h 10m (was: 1h)
> SpannerChangeStreamIT test failing
> ----------------------------------
>
> Key: BEAM-14277
> URL: https://issues.apache.org/jira/browse/BEAM-14277
> Project: Beam
> Issue Type: Sub-task
> Components: test-failures
> Reporter: Emily Ye
> Assignee: Thiago Nunes
> Priority: P2
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> FAILURES:
> https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV2/1468/
> org.apache.beam.sdk.io.gcp.spanner.changestreams.it.SpannerChangeStreamIT.testReadSpannerChangeStream
>
> org.apache.beam.sdk.io.gcp.spanner.changestreams.it.SpannerChangeStreamTransactionBoundariesIT.testTransactionBoundaries
>
>
> Looks like errors are related to [https://github.com/apache/beam/pull/17202]
> - we should probably change autoscaling for these tests?
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)