-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Delete handwritten PubSub layer #1520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Changes Unknown when pulling 58928d1 on pongad:pubsub-rm into ** on GoogleCloudPlatform:pubsub-rm**. |
Changes Unknown when pulling 3a559cc on pongad:pubsub-rm into ** on GoogleCloudPlatform:pubsub-rm**. |
} | ||
|
||
@SuppressWarnings("unchecked") | ||
public static void main(String... args) throws Exception { |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
assertSame(NoCredentials.getInstance(), options.getCredentials()); | ||
} | ||
|
||
@Test | ||
public void testStartStopReset() throws IOException, InterruptedException, TimeoutException { | ||
LocalPubSubHelper helper = LocalPubSubHelper.create(); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
public void testStartStopReset() throws IOException, InterruptedException, TimeoutException { | ||
LocalPubSubHelper helper = LocalPubSubHelper.create(); | ||
helper.start(); | ||
PubSub pubsub = helper.getOptions().getService(); | ||
pubsub.create(TopicInfo.of(TOPIC)); | ||
assertNotNull(pubsub.getTopic(TOPIC)); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
LGTM |
You have no idea how happy this PR makes me