-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.11.0
-
Component/s: C++ - Plasma
-
Labels:
Steps to reproduce from a fresh clone of Arrow:
mkdir cpp/debug
cd cpp/debug
cmake .. -DARROW_PLASMA=on
make -j8 unittest
client_tests may then fail due to the store executable not being created. The first time I reproduced the issue the test did fail, but the test passed on subsequent reproductions of this issue. Regardless, if you look in cpp/debug/debug, there is no plasma store executable. If you then call make, the store executable is generated in that directory.
- relates to
-
ARROW-3064 [C++] Add option to ADD_ARROW_TEST to indicate additional dependencies for particular unit test executables
-
- Resolved
-
- links to