Actions
Bug #5563
closedFix bug in drb tests if hostname does not resolve to a local IP
Description
3 of the drb tests leave the hostname part of the druby URI empty instead of using localhost. When a hostname is not provided, ruby uses the system hostname, which usually resolves to a local IP address, but not always. This causes the tests to fail if the system hostname doesn't resolve to a local IP address. The tests also appear to hang, since the connection timeout is 100 seconds.
The attached patch fixes this case by using localhost as the hostname in the 3 tests that did not already do that, making them consistent with the other tests.
Files
Updated by ko1 (Koichi Sasada) about 13 years ago
- Assignee set to seki (Masatoshi Seki)
Updated by shyouhei (Shyouhei Urabe) about 13 years ago
- Status changed from Open to Assigned
Updated by jeremyevans0 (Jeremy Evans) over 11 years ago
This bug can be closed. Bug #7311 was a duplicate of this bug with the exact same patch I provided, and the patch was applied at r41916.
Actions
Like0
Like0Like0Like0Like0