On 8/30/12 2:23 AM, Alan Bateman wrote:
On 30/08/2012 03:01, Stuart Marks wrote:
Hi Alan,

I'm opening another front in the war against test failures. Please review
these additions to the problem list.

Thanks.

s'marks
I see you've got bugs for each of these so looks okay to me.

BTW: On EagerHttpFallback.java, I've seen that fail too but only on systems
where the host name resolves to the loopback address. That's the out of the box
configuration with most Linux distributions so the tests need to tolerant that
(even if RMI itself needs the host name resolving to the host address for it to
work between hosts).

Thanks.

Interesting point about the cases where this test fails when the hostname resolved to the loopback address. I'll add a note to the bug report. The other cases I've seen occur when the address of localhost is not 127.0.0.1, as the test has 127.0.0.1 hardcoded. On Ubuntu localhost is 127.0.1.1 and the test fails every time.

s'marks

Reply via email to