-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-15017: [Python] Harden test_memory.py for use with ARROW_USE_GLOG=ON #36901
Conversation
Suggested-By: Sutou Kouhei <kou@clear-code.com>
|
@github-actions crossbow submit -g conda-linux-x64-cpu-py3 |
|
I don't want to run the full barrage of conda-tests here to verify that the tests passes when glog is enabled. One run of |
@github-actions crossbow submit conda-linux-x64-cpu-py3 conda-osx-x64-cpu-py3 |
Revision: f0fbddf Submitted crossbow builds: ursacomputing/crossbow @ actions-1537d49ce0
|
@github-actions crossbow submit conda-linux-x64-cpu-py3 conda-osx-x64-cpu-py3 |
Revision: 9e394b2 Submitted crossbow builds: ursacomputing/crossbow @ actions-d5c32d8073
|
@kou, this should be ready IMO - at least, I couldn't find anything in the linter job that's related to this PR. |
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.
+1
Thanks for fixing the superfluous f-string! :) |
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 47e438a. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them. |
…_GLOG=ON (apache#36901) Accept output pattern for ARROW_USE_GLOG=ON too. * Closes: apache#15017 Lead-authored-by: H. Vetinari <h.vetinari@gmx.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…_GLOG=ON (apache#36901) Accept output pattern for ARROW_USE_GLOG=ON too. * Closes: apache#15017 Lead-authored-by: H. Vetinari <h.vetinari@gmx.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Accept output pattern for ARROW_USE_GLOG=ON too.