h-vetinari commented on issue #35587:
URL: https://github.com/apache/arrow/issues/35587#issuecomment-1788468818
Looking at the output of `gcsfs_test.cc`, it all ends with
```
Value of: Testbench()->running()
Actual: false
Expected: true
```
Looking at that file, it seems this needs the `testbench` binary:
https://github.com/apache/arrow/blob/c49e24273160ac1ce195f02dbd14acd7d0f6945e/cpp/src/arrow/filesystem/gcsfs_test.cc#L110-L111
which we don't have in conda-forge yet. I think it would make sense to skip
those tests if `testbench` cannot be found?
--
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]