Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Introducing basic system test for Bigtable.#1512

Merged
dhermes merged 2 commits into
googleapis:mastergoogleapis/google-cloud-python:masterfrom
dhermes:bigtable-basis-sys-testdhermes/google-cloud-python:bigtable-basis-sys-testCopy head branch name to clipboard
Feb 23, 2016
Merged

Introducing basic system test for Bigtable.#1512
dhermes merged 2 commits into
googleapis:mastergoogleapis/google-cloud-python:masterfrom
dhermes:bigtable-basis-sys-testdhermes/google-cloud-python:bigtable-basis-sys-testCopy head branch name to clipboard

Conversation

@dhermes

@dhermes dhermes commented Feb 20, 2016

Copy link
Copy Markdown
Contributor

No description provided.

@dhermes dhermes added the api: bigtable Issues related to the Bigtable API. label Feb 20, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 20, 2016
Comment thread system_tests/bigtable.py Outdated

def test_list_zones(self):
zones = CLIENT.list_zones()
self.assertEqual(sorted(zones), list(EXPECTED_ZONES))

This comment was marked as spam.

@tseaver

tseaver commented Feb 20, 2016

Copy link
Copy Markdown
Contributor

Hmm, I don't get the Travis failure: we should be skipping system-tests for PRs, shouldn't we?

@dhermes

dhermes commented Feb 20, 2016

Copy link
Copy Markdown
Contributor Author

The Travis failure is my fault. I had to re-run the job before I remembered how things work. system_tests/bigtable.py will get imported by attempt_system_tests so the client set-up should happen at run-time not at import-time. D'oh!

- Using sorted() zone comparison
- Creating global CLIENT and CLUSTER at run-time rather
  than at import-time
@dhermes dhermes force-pushed the bigtable-basis-sys-test branch from 0134f63 to b223311 Compare February 20, 2016 17:57
@dhermes

dhermes commented Feb 20, 2016

Copy link
Copy Markdown
Contributor Author

@tseaver PTAL

@theacodes

Copy link
Copy Markdown
Contributor

LGTM.

dhermes added a commit that referenced this pull request Feb 23, 2016
Introducing basic system test for Bigtable.
@dhermes dhermes merged commit 3cfb676 into googleapis:master Feb 23, 2016
@dhermes dhermes deleted the bigtable-basis-sys-test branch February 23, 2016 20:14
@dhermes

dhermes commented Feb 23, 2016

Copy link
Copy Markdown
Contributor Author

Arrrg! I committed a Review changes (will be squashed). commit message by mistake.

@theacodes

Copy link
Copy Markdown
Contributor

Nobody is perfect.

@dhermes

dhermes commented Feb 23, 2016

Copy link
Copy Markdown
Contributor Author

Lulz

parthea pushed a commit that referenced this pull request Mar 2, 2026
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
Adding Response.content and headers will help debug this flaky issue
which throws 403, having more verbose information would be helpful.


Closes #1512
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the Bigtable API. 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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.