On 11/06/2017 04:40 PM, Ronnie Brunner wrote:
Hi MassimoI finally got around to check why my tests fail and figured out the following: The virtual host config in relation with DNS doesn't work in my environment. You have briefly touch that in a previous mail, which made me search in that direction. (Adding vhost1 and vhost2 to /etc/hosts didn't help, but it might still be something related to the /etc/resolv.conf or /etc/nsswitch.conf or so.) In any case, if I delete all NameVirtualHost directives from rivet-2.3.5/tests/* (I think only one or two left, the others are already commented) and then replace all <VirtualHost 127.0.0.1> with <VirtualHost *> in rivet-2.3.5/tests/*, all the tests work: rivet.test: Total 84 Passed 84 Skipped 0 Failed 0 Warning: files left behind: rivet.test: httpd.pid uploadedjpeg.jpg htaccess2 redirect_code.txt Since you said that you also have this issue on your home machine (I think it was), you might want to try with this small change. And if it then also works on your work environment, it might be a change worth committing... Best regards Ronnie
Ronnie, thank you so much! We know now with certainty that the problem doesn't invalidate in any way the past releases. But it's maybe worth a RC2 so that we may have a reasonably predictable test suite.
-- Massimo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
