Skip to content

Conversation

@sofisl
Copy link
Collaborator

@sofisl sofisl commented Jan 30, 2020

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 30, 2020
// Create a Pub/Sub topic to be used for testing.
const [topic] = await pubSubClient.createTopic(topicName);
console.log(`Topic ${topic.name} created.`);
await tools.runAsync(
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love it!

@fhinkel
Copy link
Contributor

fhinkel commented Jan 31, 2020

datacatalog tests are failing independently of your PR. I can't tell at a first glance if the iot failure is related. If it keeps failing you might want to submit a PR that doesn't touch those tests. Then we know right away if the failure is related to your changes.

const path = require('path');
const assert = require('assert');
const tools = require('@google-cloud/nodejs-repo-tools');
const {execSync} = require('child_process');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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