Commit c34e430
fix: deflake SubscriptionPartitionProcessorImplTest (#768)
The test case expects the processor to fail immediately (with deadline of zero) after failing the underlying subscriber. However, the actual failing is done asynchronously. Waiting for a little bit removes the flakiness. Co-authored-by: Manu Menzella <menzella@google.com>1 parent 236f251 commit c34e430
File tree
1 file changed
+1
-1
lines changed- pubsublite-beam-io/src/test/java/com/google/cloud/pubsublite/beam
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments