-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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-7675] Unify Gradle test configuration across Py2 and Py3 #9183
Conversation
run seed job |
Run Portable_Python PreCommit |
Run Python_PVR_Flink PreCommit |
Run Python27 WordCountIT Performance Test |
Run Python MongoDBIO_IT |
Run Python Spark ValidatesRunner |
Run Python 2 PostCommit |
Following affected Jenkins tests are passing:
Python Spark ValidatesRunner Tests is broken for a while due to dependency upgrade (Numpy 1.17.0 requires python3.5 and above). I may not be able to make it pass in this PR. I'll go ahead and quick fix Portable_Python PreCommit. |
run seed job |
Run Python_PVR_Flink PreCommit |
Portable_Python PreCommit passed. All tests are done. |
Please review: @tvalentyn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as long as suites pass.
Thanks, @markflyhigh. |
Thank you. I'll merge it. |
…ration across Py2 and Py3 (apache#9183)
Unify Python Gradle test configuration so that all Python tests are located in right directory of
:sdks:python:test-suites
.sdks/python/build.gradle
to:sdks:python:test-suties
. Those tests are placed inpy2
subdirectory based on type/runner.sdks/python/build.gradle
should only holds non-testing/analysis tasks.Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).[BEAM-XXX] Fixes bug in ApproximateQuantiles
, where you replaceBEAM-XXX
with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.Post-Commit Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.