-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-31231][BUILD][FOLLOW-UP] Set the upper bound (before 46.1.0) for setuptools in pip package test #28005
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
[SPARK-31231][BUILD][FOLLOW-UP] Set the upper bound (before 46.1.0) for setuptools in pip package test #28005
Conversation
|
I will port this through master, branch-3.0 and branch-2.4 to reduce the diff between branches. |
|
I will use #28006 to check branch-2.4 for sure. |
|
Test build #120291 has finished for PR 28005 at commit
|
|
Test build #120300 has finished for PR 28005 at commit
|
|
Test build #120302 has finished for PR 28005 at commit
|
|
retest this please |
|
Test build #120308 has finished for PR 28005 at commit
|
|
Retest this please. |
|
Test build #120321 has finished for PR 28005 at commit
|
|
retest this please |
|
Test build #120337 has finished for PR 28005 at commit
|
|
retest this please |
|
There are a bunch of flaky tests here ... JIRA: SPARK-31248 Strack traceJIRA: SPARK-31249 Strack traceJIRA: SPARK-31250 Strack traceJIRA: SPARK-31251 Strack tracecc @jiangxb1987, @Ngone51, @gaborgsomogyi, @HeartSaVioR, @tgravescs, @zsxwing FYI |
gaborgsomogyi
left a comment
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 (pending tests).
|
Test build #120358 has finished for PR 28005 at commit
|
|
cc @srowen |
|
Thanks guys. pypa/setuptools#2046 this issue seems fixed quickly, and seems they released new maintenance versions. Let me try to revert the previous fix, and see if build passes in this PR. |
…in pip package test" This reverts commit c181c45.
6999fa7 to
d07a80b
Compare
|
Test build #120383 has finished for PR 28005 at commit
|
|
Okay, appearntly it's not fixed yet. I am going back to the original fix and merge it. |
… 46.0.0 in pip package test"" This reverts commit d07a80b.
|
Same changes were already tested and passed. Merged to master, branch-3.0, and branch-2.4. |
…or setuptools in pip package test ## What changes were proposed in this pull request? This PR is a followup of #27995. Rather then pining setuptools version, it sets upper bound so Python 3.5 with branch-2.4 tests can pass too. ## Why are the changes needed? To make the CI build stable ## Does this PR introduce any user-facing change? No, dev-only change. ## How was this patch tested? Jenkins will test. Closes #28005 from HyukjinKwon/investigate-pip-packaging-followup. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 178d472) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
…or setuptools in pip package test This PR is a followup of #27995. Rather then pining setuptools version, it sets upper bound so Python 3.5 with branch-2.4 tests can pass too. To make the CI build stable No, dev-only change. Jenkins will test. Closes #28005 from HyukjinKwon/investigate-pip-packaging-followup. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 178d472) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
|
Okay, seems the new maintenence release isn't published to conda yet - https://anaconda.org/anaconda/setuptools. I will revert this change once it's available. |
|
This PR is rather to fix the ongoing pip test failure in branch-2.4, and reduce the diff between branches. I will revert appropriately once we can confirm the latest setuptools fixed this issue via running pip test in Jenkins machines later. |
…or setuptools in pip package test ## What changes were proposed in this pull request? This PR is a followup of apache#27995. Rather then pining setuptools version, it sets upper bound so Python 3.5 with branch-2.4 tests can pass too. ## Why are the changes needed? To make the CI build stable ## Does this PR introduce any user-facing change? No, dev-only change. ## How was this patch tested? Jenkins will test. Closes apache#28005 from HyukjinKwon/investigate-pip-packaging-followup. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
What changes were proposed in this pull request?
This PR is a followup of #27995. Rather then pining setuptools version, it sets upper bound so Python 3.5 with branch-2.4 tests can pass too.
Why are the changes needed?
To make the CI build stable
Does this PR introduce any user-facing change?
No, dev-only change.
How was this patch tested?
Jenkins will test.