Uh oh!
There was an error while loading. Please reload this page.
GH-15017: [Python] Harden test_memory.py for use with ARROW_USE_GLOG=ON - #36901
Conversation
Suggested-By: Sutou Kouhei <kou@clear-code.com>
h-vetinari
commented
Jul 27, 2023
@github-actions crossbow submit -g conda-linux-x64-cpu-py3 |
|
h-vetinari
commented
Jul 27, 2023
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 |
kou
commented
Jul 27, 2023
@github-actions crossbow submit conda-linux-x64-cpu-py3 conda-osx-x64-cpu-py3 |
Revision: f0fbddf Submitted crossbow builds: ursacomputing/crossbow @ actions-1537d49ce0
|
h-vetinari
commented
Jul 27, 2023
@github-actions crossbow submit conda-linux-x64-cpu-py3 conda-osx-x64-cpu-py3 |
Revision: 9e394b2 Submitted crossbow builds: ursacomputing/crossbow @ actions-d5c32d8073
|
h-vetinari
commented
Jul 27, 2023
@kou, this should be ready IMO - at least, I couldn't find anything in the linter job that's related to this PR. |
Uh oh!
There was an error while loading. Please reload this page.
h-vetinari
commented
Jul 28, 2023
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>
Accept output pattern for ARROW_USE_GLOG=ON too.