-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Introducing basic system test for Bigtable. #1512
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
Conversation
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.
This comment was marked as spam.
Sorry, something went wrong.
|
Hmm, I don't get the Travis failure: we should be skipping system-tests for PRs, shouldn't we? |
|
The Travis failure is my fault. I had to re-run the job before I remembered how things work. |
- Using sorted() zone comparison - Creating global CLIENT and CLUSTER at run-time rather than at import-time
0134f63 to
b223311
Compare
|
@tseaver PTAL |
|
LGTM. |
Introducing basic system test for Bigtable.
|
Arrrg! I committed a |
|
Nobody is perfect. |
|
Lulz |
No description provided.