Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Delete handwritten PubSub layer #1520

Merged
merged 3 commits into from
Jan 12, 2017
Merged

Delete handwritten PubSub layer #1520

merged 3 commits into from
Jan 12, 2017

Conversation

pongad
Copy link
Contributor

@pongad pongad commented Jan 11, 2017

You have no idea how happy this PR makes me

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 11, 2017
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 58928d1 on pongad:pubsub-rm into ** on GoogleCloudPlatform:pubsub-rm**.

@coveralls
Copy link

Coverage Status

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.

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.

This comment was marked as spam.

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.

This comment was marked as spam.

@garrettjonesgoogle
Copy link
Member

LGTM

@pongad pongad merged commit 5f1417c into googleapis:pubsub-rm Jan 12, 2017
@pongad pongad deleted the pubsub-rm branch January 12, 2017 00:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants