You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/04/12 02:16:21 UTC

[GitHub] [beam] emilymye commented on a diff in pull request #17346: BEAM-14277: Disables Spanner change streams tests

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")
   ```



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org