Skip to content
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

[BEAM-2366] Don't try to pickle gen_protos in tests. #3228

Closed
wants to merge 1 commit into from

Conversation

robertwb
Copy link
Contributor

Tests that pickle the main session but are run from setup.py attempt
to pickle everything visible in setup.py.

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify.
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

Tests that pickle the main session but are run from setup.py attempt
to pickle everything visible in setup.py.
@robertwb
Copy link
Contributor Author

@aaltay

@aaltay
Copy link
Member

aaltay commented May 25, 2017

Error is seems to be related to the cleanup of generated protos: "stderr: fatal: Not a git repository: sdks/python/.eggs/grpcio-wheels-build/grpcio/third_party/boringssl/../../.git/modules/third_party/boringssl"

Could you also run a post commit with this change?

@robertwb
Copy link
Contributor Author

Well that's a new error...

Jenkins: retest this please.

Also running post-commit at https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/2318/

@aaltay
Copy link
Member

aaltay commented May 25, 2017

It might be a leftover file that is causing an error. I am not sure how well jenkins does the cleanup.

@robertwb
Copy link
Contributor Author

robertwb commented May 25, 2017 via email

@robertwb
Copy link
Contributor Author

retest this please

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 3b7eae4 on robertwb:BEAM-2366 into ** on apache:master**.

@robertwb
Copy link
Contributor Author

R: @chamikaramj

@chamikaramj
Copy link
Contributor

LGTM

@asfgit asfgit closed this in b70e25c May 26, 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.

4 participants