Problems building and running tests with master
3 common issues in building:
- libprocess commented in
src/lib/dhcpsrv/Makefile.am
-
src/bin/netconf/main.cc
include not updated moving daemon code from dhcpsrv to process library. -
src/bin/netconf/main.cc
still usingisc::dhcp::Daemon
space (agains/dhcp/process/
.
One specific to macOS: DaemonTest.createPIDFileOverwrite
stalls. I propose to change the exit (0);
line 216 of src/lib/process/tests/daemon_unittest.cc
by _exit (0);
which BTW is safer and faster.