Open GoogleCodeExporter opened 9 years ago
Further investigation has shown that the tests were failing due to timing
issues. These are being caused by the tests using the loop-back address
127.0.0.2. In a number of places including in debug comments the code performs
an implicit name look-up on the address 127.0.0.2 which on my server was timing
out after 5 seconds. As some of the tests are time critical this was causing
them to fail. By adding an explicit alias in /etc/hosts for 127.0.0.2 in the
/etc/hosts file I managed to get the testsuite to run successfully.
The bug can be closed. Maybe a README file can be created to state that the
/etc/hosts file need to be updated?
Original comment by dpalmer...@gmail.com
on 11 Mar 2015 at 2:20
Original issue reported on code.google.com by
dpalmer...@gmail.com
on 10 Mar 2015 at 9:35