ARROW-14980: [C++] GCS tests use PYTHON environment variable#11888
ARROW-14980: [C++] GCS tests use PYTHON environment variable#11888coryan wants to merge 2 commits intoapache:masterfrom coryan:ARROW-14980-gcsfs-tests-use-PYTHON-env-var
Conversation
| server_process_.terminate(); | ||
| server_process_.wait(); | ||
| } | ||
| ASSERT_TRUE(server_process_.valid()); |
There was a problem hiding this comment.
What happens if not? Does the user get an error message stating why the process failed executing?
There was a problem hiding this comment.
It depends. I fixed the code to print a better message when the python interpreter is not found or fails to start. The python interpreter itself prints a better error message when it manages to run.
|
Benchmark runs are scheduled for baseline = 464ccde and contender = 53ab5a0. 53ab5a0 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
No description provided.