We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A build (https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/100902378) that began shortly after another (https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/100902340) gave a false negative due to the other test creating a topic:
test_message_pull_mode_e2e self.assertFalse(topic.exists())
While we're at it, we should probably use a custom namespace in datastore tests.
The text was updated successfully, but these errors were encountered:
Use runtime specific topic names in Pub/SUb system tests.
2951a8b
Fixes googleapis#1363.
83aedd9
83bf30a
dhermes
No branches or pull requests
A build (https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/100902378) that began shortly after another (https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/100902340) gave a false negative due to the other test creating a topic:
While we're at it, we should probably use a custom namespace in datastore tests.
The text was updated successfully, but these errors were encountered: