Community
Participate
Working Groups
The Eclipse.org Hudson instance is now running Mylyn builds and tests. Due to changes in the build system and test environment some tests are failing now and need to be fixed: https://hudson.eclipse.org/hudson/job/mylyn-heartbeat/ https://hudson.eclipse.org/hudson/job/mylyn-integration-e3.7/ Things that changed: * Bundles are no longer extracted and hence access to test resources may fail * The Eclipse.org Hudson requires a proxy for network access
I'll take a look at the WebUtilTest failures and BugzillaConfigurationTest.testRepositoryConfigurationFromFile(). Frank, if you get a chance it would be great if you could investigate why BugzillaClientTest.testValidate() is failing (probably proxy issues).
(In reply to comment #1) > Frank, if you get a chance it would be great if you could investigate why > BugzillaClientTest.testValidate() is failing (probably proxy issues). Steffen, I need some more information. Is it possible that you tell me how I can connect to the hudson buildserver or if a proxy is installed?
Created attachment 187461 [details] fix
Created attachment 187462 [details] mylyn/context/zip
(In reply to comment #2) > Is it possible that you tell me how I can connect to the hudson buildserver or > if a proxy is installed? No, it's not possible to access the build server directly. It's basically a Hudson instance that requires use of a proxy to connect to the internet: http://wiki.eclipse.org/Hudson I have committed changes to the default test fixture to use the default proxy when none is specified. I'll kick of another build later today to check if that fixes the Bugzilla tests.
Closing. The standard test suite passes now. Remaining Bugzilla test failures are tracked on bug 321066.