Update gtest usage to be more canonical
Depends on D4781
Differential D4782
[Services] Fix tunnelbroker ctest usage • jon on Aug 9 2022, 10:43 AM. Authored by Tags None Referenced Files
Details
Update gtest usage to be more canonical Depends on D4781 nix develop cd services/tunnelbroker export COMM_TEST_SERVICES=1 rm -rf build mkdir build cd build cmake .. make -j ctest # test suite should run If you want the test suite to fully pass, you need to also follow Unfortunately, the logic for finding the tunnelbroker.ini file still
Diff Detail
Event TimelineComment Actions Followed the Test Plan and confirmed that everything worked as expected! Didn't bother setting up RabbitMQ to get all of the tests to pass, but I think the ones expected to succeed did.
Comment Actions Seems that this should be fixed from the tunnelbroker side to run it in a nix: Unfortunately, the logic for finding the tunnelbroker.ini file still assumes docker-only paths I have created a task for it as ENG-1589. |