Bug 235159 - [results] Performance results are not stored for 2 linux test boxes
Summary: [results] Performance results are not stored for 2 linux test boxes
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 3.4   Edit
Hardware: PC Linux-GTK
: P3 critical (vote)
Target Milestone: 3.4 RC4   Edit
Assignee: Kim Moir CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance, test
Depends on:
Blocks:
 
Reported: 2008-06-02 11:23 EDT by Frederic Fusier CLA
Modified: 2008-09-19 04:31 EDT (History)
1 user (show)

See Also:


Attachments
Sample of perf test log (13.66 KB, text/plain)
2008-06-02 11:27 EDT, Frederic Fusier CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Fusier CLA 2008-06-02 11:23:03 EDT
Looking at 3.4RC3 performance results, 'eclipselnx1' and 'eclipselnx2' boxes still do not have any stored results in the database.
Comment 1 Frederic Fusier CLA 2008-06-02 11:27:50 EDT
Created attachment 103143 [details]
Sample of perf test log 

Looking at log dumped during the test it seems that there's an issue with the command line:

!ENTRY org.eclipse.test.performance 4 1 2008-05-31 13:21:29.749
!MESSAGE Unknown server trelenggtk.ottawa.ibm.com

!ENTRY org.eclipse.test.performance 2 0 2008-05-31 13:21:29.899
!MESSAGE no session data named '{config=eclipseperflnx1, build=I20080530-1730, jvm=sun}' found
Comment 2 Frederic Fusier CLA 2008-06-02 11:30:49 EDT
Kim,

Looking at the corresponding xml file, I see that 'eclipse.perf.config' property is correctly set for eclipseperflnx3, eclipseperfwin2 and eclipseperfwin1 machines:

<property name="eclipse.perf.config" value="config=eclipseperflnx3;build=I20080530-1730;jvm=sun"/>

But this property is not set for eclipseperflnx1 and eclipseperflnx2...

Could you have a look on the corresponding scripts and see if you find the orogin of this?

Thanks
Comment 3 Kim Moir CLA 2008-06-02 11:38:42 EDT
I think the problem is that the dns server changed in the lab recently.  When I reghosted the machines for the baselines recently, they still had the old dns entries.  When I just looked at these two mauchines -  they couldn't resolve the database machine to a hostname. I have fixed this and will rerun the baselines.
Comment 4 Kim Moir CLA 2008-06-02 15:35:12 EDT
The baselines are running again.
Comment 5 Kim Moir CLA 2008-06-02 15:36:01 EDT
I'll change tonight's build to run with perf tests.
Comment 6 Kim Moir CLA 2008-06-03 22:12:15 EDT
Fixed.  Results for all machines are available here
http://download.eclipse.org/eclipse/downloads/drops/I20080602-2000/performance/performance.php
Comment 7 Frederic Fusier CLA 2008-06-04 02:45:48 EDT
That's great, thanks Kim :-)