Abacn commented on code in PR #17559:
URL: https://github.com/apache/beam/pull/17559#discussion_r867274633
##########
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIOTest.java:
##########
@@ -296,6 +297,53 @@ public void
testReadWithRuntimeParametersValidationDisabled() {
p.apply(read);
}
+ @Test
+ public void testReadWithReaderStartFailed() throws IOException {
+ FailureBigtableService failureService =
+ new FailureBigtableService(
+ new
AutoValue_BigtableIOTest_FailureOptions.Builder().setFailAtStart(true).build());
Review Comment:
Thanks for the instructions! It makes perfect sense.
--
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]