Uh oh!
There was an error while loading. Please reload this page.
Updating Bigtable stub creation to work with emulator. - #2249
Conversation
garye
commented
Sep 6, 2016
I'll take a look |
dhermes
commented
Sep 6, 2016
Thanks! |
dhermes
commented
Sep 6, 2016
@garye I should note that only the last commit is germane to this PR, the rest are for the two diffbase PRs. |
dhermes
commented
Sep 6, 2016
@garye I have found the start of a culprit. Some operations accidentally kill the server, causing all subsequent operations to fail. Also the example stack trace refers to a path not on my machine ( |
tseaver
commented
Sep 7, 2016
@dhermes needs rebasing. |
49c6e7c to
5000ac6Comparetseaver
commented
Sep 8, 2016
| instances, failed_locations = retry(Config.CLIENT.list_instances)() | ||
| if len(failed_locations) != 0: | ||
| raise ValueError('List instances failed in module set up.') |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
tseaver
commented
Sep 8, 2016
Would it be simpler to wrap the instance admin / table admin testsuite classes in |
dhermes
commented
Sep 8, 2016
The problem is that |
5000ac6 to
191c042CompareSystem test will be updated soon, once some issues with the emulator are worked out.
191c042 to
4191ebfComparedhermes
commented
Sep 8, 2016
FWIW the AppVeyor check has been deleted (was created when messing around trying to create https://ci.appveyor.com/project/GoogleCloudPlatform/google-cloud-python/) |
dhermes
commented
Sep 8, 2016
@tseaver PTAL |
tseaver
commented
Sep 8, 2016
LGTM |
System test will be updated soon, once some issues with the emulator are worked out.
Message was previously:
Currently does not work as-is since most of the methods (most notable row.commit()) result in
UNAVAILABLEfrom the backend.Towards #2242.
/cc @garye Could you check out this branch and run
tox -e bigtable-emulatorto see the failures?NOTE: Has #2245 as diffbase.