Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

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

Merged
kolea2 merged 5 commits into
googleapis:masterfrom
MaxxleLLC:bigtable_issue_5
May 20, 2020
Merged

feat(bigtable): skip system tests failing with emulator#18
kolea2 merged 5 commits into
googleapis:masterfrom
MaxxleLLC:bigtable_issue_5

Conversation

@HemangChothani

Copy link
Copy Markdown
Contributor

Fixes#5

  • Skipping the tests which are failing with emulator.

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

Copy link
Copy Markdown
ContributorAuthor

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

@HemangChothani

Copy link
Copy Markdown
ContributorAuthor

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

@HemangChothaniHemangChothani added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 19, 2020
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 19, 2020
Comment threadtests/system.py Outdated
for table in self.tables_to_delete:
table.delete()

def _maybe_emulator_skip(self, message):

Copy link
Copy Markdown
Contributor

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:masterMay 20, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yesThis 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

@HemangChothani@kolea2@googlebot@yoshi-kokoro