Skip to content
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

feat(bigtable): skip system tests failing with emulator #18

Merged
merged 5 commits into from May 20, 2020

Conversation

HemangChothani
Copy link
Contributor

Fixes #5

  • Skipping the tests which are failing with emulator.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 17, 2020
@HemangChothani HemangChothani added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 20, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 20, 2020
@HemangChothani
Copy link
Contributor Author

The 'docs' test failed which is irrelevant to the changes, issue has fixed in PR 20

@HemangChothani
Copy link
Contributor Author

System test failed is not relevant to changes, it throws error like Operation successfully rolled back : Insufficient node quota

@HemangChothani HemangChothani added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 19, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 19, 2020
tests/system.py Outdated
@@ -657,6 +657,13 @@ def tearDown(self):
for table in self.tables_to_delete:
table.delete()

def _maybe_emulator_skip(self, message):
Copy link
Collaborator

Choose a reason for hiding this comment

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

my preference would be to name this _skip_if_emulated

@kolea2 kolea2 merged commit 399d3d3 into googleapis:master May 20, 2020
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.

Run system test suite on emulator as well as live service
4 participants