Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324757 - [Tests][perfs] No perfs results for team component since 07/27
Summary: [Tests][perfs] No perfs results for team component since 07/27
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 M3   Edit
Assignee: Kim Moir CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 313891
  Show dependency tree
 
Reported: 2010-09-08 11:17 EDT by Frederic Fusier CLA
Modified: 2010-09-23 15:49 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Fusier CLA 2010-09-08 11:17:16 EDT
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...
Comment 1 Szymon Brandys CLA 2010-09-15 10:41:48 EDT
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.
Comment 2 Kim Moir CLA 2010-09-15 11:29:25 EDT
The problem is that the pserver port is blocked on the performance machines to minsky. I'll open a bug with our IT team.
Comment 3 Kim Moir CLA 2010-09-21 11:05:36 EDT
The firewall rules have been fixed so we can see if the performance results for this component are generated for the M2a build.
Comment 4 Kim Moir CLA 2010-09-23 15:49:58 EDT
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.