andygrove commented on pull request #1289: URL: https://github.com/apache/arrow-rs/pull/1289#issuecomment-1033887256
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. ```bash ~/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. -- 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]
