Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit efb529f

Browse files
committed
.
1 parent 8c140f0 commit efb529f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta2

google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta2/StreamWriterTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,8 @@ public void testFlushAllFailed() throws Exception {
958958
.build();
959959

960960
testBigQueryWrite.addException(Status.DATA_LOSS.asException());
961+
testBigQueryWrite.addException(Status.DATA_LOSS.asException());
962+
testBigQueryWrite.addException(Status.DATA_LOSS.asException());
961963

962964
ApiFuture<AppendRowsResponse> appendFuture1 = sendTestMessage(writer, new String[] {"A"});
963965
ApiFuture<AppendRowsResponse> appendFuture2 = sendTestMessage(writer, new String[] {"B"});

0 commit comments

Comments
 (0)