Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
Which one of the myriad of make targets runs the testsuites just like Pikefarm used to?
make valgrind_verify TESTARGS="-a -T -F"
You can see exactly the steps that Pikefarm takes by looking in bin/xenofarm.sh. There is also a "make xenofarm" target.
Ok. make verbose_verify was enough to expose a problem, not in my patches, but in the tests; the socket tests hang, possibly due to too low constraints in the vserver I'm testing it in. I've fixed part of these problems last time, seems like they still are not robust enough. I'll revisit the network code and socket tests some time next week.