Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@xoob
Copy link
Contributor

@xoob xoob commented Jul 3, 2017

Restore the gcloud tests that were disabled in #1917.

During local execution, py27-gcloud succeeds, while py34-gcloud currently fails, which I will address in the next commits.

Motivation and Context

As a follow up to #2130, I noticed Google Cloud tests were disabled. Since the 2.7 version seems to run okay locally, this PR is an attempt to get them to run in Travis again.

Have you tested this? If so, how?

Tested locally with tox -e py34-gcloud and tox -e py27-gcloud.

$ export GCS_TEST_PROJECT_ID=macro-mile-158613 \
  GCS_TEST_BUCKET=macro-mile-158613 \
  DATAPROC_TEST_PROJECT_ID=macro-mile-158613
$ tox -e py27-gcloud
$ tox -e py34-gcloud

Restore the gcloud tests that were disabled in spotify#1917.
During local execution, py27-gcloud succeeds, while py34-gcloud fails.

To run locally:

    export GCS_TEST_PROJECT_ID=macro-mile-158613 \
      GCS_TEST_BUCKET=macro-mile-158613 \
      DATAPROC_TEST_PROJECT_ID=macro-mile-158613
    tox -e py27-gcloud
@xoob
Copy link
Contributor Author

xoob commented Jul 4, 2017

This is going to take me a few more tries to get to work. The avro-python3 module is incompatible with the avro (Python 2) module, and a few other parts are broken in Python 3. I'll update the PR as I make progress.

@xoob xoob closed this Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant