You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta2/StreamWriterTest.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -637,6 +637,10 @@ public Throwable call() {
637
637
}
638
638
}
639
639
returnnull;
640
+
} catch (IllegalStateExceptionex) {
641
+
// Sometimes the append will happen after the stream is shutdown.
642
+
ex.printStackTrace();
643
+
returnnull;
640
644
} catch (Exceptione) {
641
645
returne;
642
646
}
@@ -650,6 +654,7 @@ public Throwable call() {
650
654
fakeExecutor.advanceTime(Duration.ofSeconds(10));
651
655
// The first requests gets back while the second one is blocked.
0 commit comments