Uh oh!
There was an error while loading. Please reload this page.
BigTable: try resetting BIGTABLE_EMULATOR_HOST to fix bigtable test errors - #4443
BigTable: try resetting BIGTABLE_EMULATOR_HOST to fix bigtable test errors#4443igorbernstein2 wants to merge 1 commit into
Conversation
igorbernstein2
commented
Nov 22, 2017
I couldn't reproduce the test failures locally, so I'm not sure if this is the actual cause of the issues. |
dhermes
left a comment
There was a problem hiding this comment.
@igorbernstein2 Instead, can you use
@mock.patch('os.environ', new={})deftest_retry(self):
...This way, any changes you make to os.environ in this method will be isolated.
Also, as far as reproducing, you can use the same Docker image our tests run in:
docker run \
--rm \
--tty \
--interactive \
--volume $(git rev-parse --show-toplevel):/var/code/gcp/ \
googleapis/nox:0.17.0 \
/bin/bash
(This won't help you decode the credentials file, but I'm happy to chat about how you might get one of those if you're not familiar.)
dhermes
commented
Dec 4, 2017
@igorbernstein2 Since #3811 will be (temporarily) reverted, I have changed the base of this PR from |
theacodes
commented
Feb 22, 2018
I'm closing this for now. It's been open since last year and no movement, and as far as I know our bigtable tests are passing. Feel free to comment if this is still relevant. |
No description provided.