Bug 255785 - Performance results generation does not work for 3.5
Summary: Performance results generation does not work for 3.5
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M4   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance, test
Depends on: 245693
Blocks:
  Show dependency tree
 
Reported: 2008-11-19 08:51 EST by Frederic Fusier CLA
Modified: 2008-11-20 05:29 EST (History)
1 user (show)

See Also:


Attachments
Proposed patch (9.62 KB, patch)
2008-11-20 05:27 EST, Frederic Fusier CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Fusier CLA 2008-11-19 08:51:22 EST
Performance tests ran for last integration build (see bug 245693 comment 29) but no results were generated.
Comment 1 Kim Moir CLA 2008-11-19 10:14:46 EST
The performance tests for last night's integration build are still running (windows)
Comment 2 Frederic Fusier CLA 2008-11-20 05:27:10 EST
Created attachment 118347 [details]
Proposed patch

This patch fixes the following issues:
 - baseline build prefix has changed from 3.x to R-3.x
   => the generator failed to identify properly baseline builds
 - a new component was added: org.eclipse.pde.api.tools
   => the generator needed to know the list of all components to be able to
      associate it to scenarios
 - config machines names and descriptions needed to be updated with the new
   argument value defined in 'generatePerformanceResults' ant task of 
   org.eclipse.relen.eclipsebuilder/eclipse/helper.xml
   Note: the descriptions all included a comma although it's a separator 
         used to distinguish the machine name from its description
         => these descriptions have been modified in helper.xml file, hence
            the eclipse builder needs to be retagged...
Comment 3 Frederic Fusier CLA 2008-11-20 05:29:28 EST
Released for 3.5M4 in HEAD stream.