Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 330980

Summary: [Help] Test HelpServerBinding failing in N20101122-2000
Product: [Eclipse Project] Platform Reporter: Chris Goldthorpe <cgold>
Component: User AssistanceAssignee: Chris Goldthorpe <cgold>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.7   
Target Milestone: 3.7 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch to comment out the failing test conditions none

Description Chris Goldthorpe CLA 2010-11-23 18:30:19 EST
The newly added test HelpServerBinding is failing on all three test platforms in the nightly builds but not in the same way. On WinXP and MacOSX the two tests for infocenter and standalone mode which are expected to access the help system using the IP address of the server (instead of 127.0.0.1) fail - this may be a firewall issue. On RHEL the test that in Workbench mode the server can only be accessed on 127.0.0.1, and not using the IP address of the server fails.
Comment 1 Chris Goldthorpe CLA 2010-11-23 18:37:31 EST
Created attachment 183720 [details]
Patch to comment out the failing test conditions

For now I will comment out the problematic test cases but still need to investigate whether on Linux we are blocking remote access to the help server.
Comment 2 Chris Goldthorpe CLA 2010-11-24 14:58:36 EST
On Linux InetAddress.getHostIP() is returning 127.0.0.1 rather than the actual IP address which is defeating the intent of the tests. Closing.