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
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Publisher.java
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -372,11 +372,7 @@ private static final class OutstandingBatch {
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Subscriber.java
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/it/ITPubSubTest.java
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/FakeScheduledExecutorService.java
+2-31Lines changed: 2 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -86,35 +86,6 @@ public ScheduledFuture<?> scheduleWithFixedDelay(
86
86
PendingCallableType.FIXED_DELAY));
87
87
}
88
88
89
-
/**
90
-
* This allows for adding expectations on future work to be scheduled ( {@link
91
-
* FakeScheduledExecutorService#schedule} or {@link
92
-
* FakeScheduledExecutorService#scheduleAtFixedRate} or {@link
93
-
* FakeScheduledExecutorService#scheduleWithFixedDelay}) based on its delay.
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/FakeSubscriberServiceImpl.java
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/MessageDispatcherTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ public void sendAckOperations(
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/OpenCensusUtilTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ public class OpenCensusUtilTest {
56
56
// Verifies that trace contexts propagated as an attribute are set as the parent link in the
57
57
// message receiver and that the tag context is not change (for now).
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/PublisherImplTest.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,6 @@ public class PublisherImplTest {
Copy file name to clipboardExpand all lines: branches/autosynth-iot/google-cloud-clients/google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/SubscriberTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ public void testFailedChannel_fatalError_subscriberFails() throws Exception {
0 commit comments