Skip to content

Conversation

@dhermes
Copy link
Contributor

@dhermes dhermes commented Feb 20, 2016

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

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

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Feb 20, 2016

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

@dhermes
Copy link
Contributor Author

dhermes commented Feb 20, 2016

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
Copy link
Contributor Author

dhermes commented Feb 20, 2016

@tseaver PTAL

@theacodes
Copy link
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
Copy link
Contributor Author

dhermes commented Feb 23, 2016

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

@theacodes
Copy link
Contributor

Nobody is perfect.

@dhermes
Copy link
Contributor Author

dhermes commented Feb 23, 2016

Lulz

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