Community
Participate
Working Groups
Verifying N20100904-2000 results and looking for missing results due to power outages in Ottawa, I discovered that my tool missed the fact that there were no performance results for the org.eclipse.team component since the I20100727-800 build. Looking closer on the test results page, it appears that each test fails with the a similar stack trace: Could not connect to :pserver:cvstests@minsky:/home/sdimitro/repo: I/O has been interrupted. org.eclipse.team.internal.ccvs.core.connection.CVSCommunicationException: Could not connect to :pserver:cvstests@minsky:/home/sdimitro/repo: I/O has been interrupted. at org.eclipse.team.internal.ccvs.core.connection.Connection.open(Connection.java:134) at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.createConnection(CVSRepositoryLocation.java:545) at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.openConnection(CVSRepositoryLocation.java:806) at org.eclipse.team.internal.ccvs.core.client.Session.open(Session.java:159) at org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.validateConnection(CVSRepositoryLocation.java:1045) at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setupRepository(CVSTestSetup.java:196) at org.eclipse.team.tests.ccvs.core.CVSTestSetup.setUp(CVSTestSetup.java:170) So, it looks like this is due to the fact that the performance releng machine has changed from trelenggtk to minsky and that the expected data are not available on the new machine...
The test server location is passed to the CVS tests using VM arg -Declipse.cvs.properties=c:\eclipse\repository.properties. The launch configuration on our releng machine is wrong and this should be fixed. Moving to Releng.
The problem is that the pserver port is blocked on the performance machines to minsky. I'll open a bug with our IT team.
The firewall rules have been fixed so we can see if the performance results for this component are generated for the M2a build.
There was still a problem with pserver on the test machine which I fixed in bug 325553. I reran some of the team perf tests for the integration build this week and they all passed.