dianaclarke commented on pull request #1289: URL: https://github.com/apache/arrow-rs/pull/1289#issuecomment-1033912687
> One of the tests failed because it makes an assumption that a `target` directory exists and it did not. My assumption is that somehow the current working directory was not correct. This is how I initiated the benchmark run. > > ```shell > ~/git/arrow-rs/conbench$ conbench arrow-rs --src-dir=`pwd`/.. > ``` > > I see that the Python code should have changed the directory so I am not sure what went wrong. I will start debugging this tonight. We may also want to have our tests write output to a temporary directory rather than making any assumptions about current working directory. If you pull the latest, I just removed the need for `--src-dir`. Hopefully that works for you. ``` $ cd ~/arrow-rs/conbench/ $ conda create -y -n conbench python=3.9 $ conda activate conbench (conbench) $ pip install -r requirements.txt (conbench) $ conbench arrow-rs ``` PS. I don't work on arrow at all anymore, so I better go back to my day job now – just didn't want to leave you hanging. Cheers! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
