07f34838bd
Add testing capabilities similar to what existed before on the older architecture. With this test specifically, test if we can create vertices and return them with ScanAll. There is a hard-coded 3s wait in the test which is needed because the MachineManager need this time to initialize itself.
6 lines
193 B
CMake
6 lines
193 B
CMake
function(distributed_queries_e2e_python_files FILE_NAME)
|
|
copy_e2e_python_files(distributed_queries ${FILE_NAME})
|
|
endfunction()
|
|
|
|
distributed_queries_e2e_python_files(distributed_queries.py)
|