[ 
https://issues.apache.org/jira/browse/BEAM-14423?focusedWorklogId=767468&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-767468
 ]

ASF GitHub Bot logged work on BEAM-14423:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/May/22 00:21
            Start Date: 07/May/22 00:21
    Worklog Time Spent: 10m 
      Work Description: 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.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 767468)
    Time Spent: 1h 20m  (was: 1h 10m)

> BigtableIO.BigtableReader needs exception handling test
> -------------------------------------------------------
>
>                 Key: BEAM-14423
>                 URL: https://issues.apache.org/jira/browse/BEAM-14423
>             Project: Beam
>          Issue Type: Test
>          Components: io-java-gcp
>            Reporter: Yi Hu
>            Assignee: Yi Hu
>            Priority: P2
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> To make sure that we're dealing with exceptions appropriately, we need to 
> show in tests that the behavior is appropriate.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to