-
014a67b2
by Miroslav Lichvar at 2024-11-28T10:02:58+01:00
test: update 106-refclock
With the latest clknetsim all PHC readings should be valid (no
timestamps from future).
Also don't forget to remove refclock.log between tests.
-
d7a578fe
by Miroslav Lichvar at 2024-11-28T11:17:51+01:00
test: enable valgrind fd tracking
-
d71e2259
by Miroslav Lichvar at 2024-11-28T14:35:01+01:00
client: close /dev/urandom on exit
-
26fef175
by Miroslav Lichvar at 2024-11-28T14:35:58+01:00
main: close pipe in grandparent process
Close the other end of the pipe in the grandparent process before exit
to avoid valgrind error.
Also, in the daemon process avoid closing the pipe for second time in
the 0-1024 close() loop to avoid another error.
-
7196943f
by Miroslav Lichvar at 2024-11-28T16:09:19+01:00
nts: close socket in helper process on exit
Close the socket used for receiving helper requests before exit to avoid
another valgrind error.
-
a0d34eb3
by Miroslav Lichvar at 2024-11-28T16:28:58+01:00
test: add valgrind support to system tests