Bug 130800 - UI performance test refactor results in no 3.1 baseline tests being run
Summary: UI performance test refactor results in no 3.1 baseline tests being run
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.2 M6   Edit
Assignee: Karice McIntyre CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance, test
Depends on:
Blocks:
 
Reported: 2006-03-07 15:35 EST by Karice McIntyre CLA
Modified: 2006-05-09 11:39 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karice McIntyre CLA 2006-03-07 15:35:01 EST
All of the Presentation tests are not running since the refactor of the perf tests into a different plugin because the scenario names are not the same in 3.1 vs 3.2.  In 3.1 the prefix is org.eclipse.ui.tests.presentations.* in 3.2 the prefix is org.eclipse.ui.tests.performance.presentations.*.  The scenario names need to match so I think we need to refactor the packages of one of the streams.

The list of tests that need to be changed are:
1. all performance.presentations.PresentationSelectTest tests
2. all performance.presentations.PresentationInactivePartPropertyTest tests
3. all performance.presentations.PresentationCreateTest tests
4. all performance.presentations.PresentationActivateTest tests
5. all performance.presentations.PresentationActivePartPropertyTest tests
6.org.eclipse.ui.tests.performance.OpenClosePerspectiveTest#testOpenClosePerspectives:org.eclipse.ui.tests.util.EmptyPerspective2()
 In 3.1.2 this was ("harness" segment is the diff): org.eclipse.ui.tests.performance.OpenClosePerspectiveTest#testOpenClosePerspectives:org.eclipse.ui.tests.harness.util.EmptyPerspective2()
7. org.eclipse.ui.tests.performance.layout.ResizeTest#Perspective org.eclipse.ui.tests.harness.util.EmptyPerspective setSize()
 In 3.1.2 this appears to be the test ("util" vs "harness" segment is the diff):
performance.layout.ResizeTest#Perspective org.eclipse.ui.tests.util.EmptyPerspective setSize()
8. performance.layout.ResizeTest#Perspective org.eclipse.ui.tests.harness.util.EmptyPerspective2 setSize()
 In 3.1.2 this appear to be the test ("util" vs "harness" segment is the diff):
performance.layout.ResizeTest#Perspective org.eclipse.ui.tests.util.EmptyPerspective2 setSize()
Comment 1 Karice McIntyre CLA 2006-03-08 14:36:05 EST
Released changes to 3.1.x perf stream - 3.1 performance tests are to be run tomorrow.  Also fixed 130776 as part of changes released for resolving this bug.  
Comment 2 Karice McIntyre CLA 2006-04-05 15:39:06 EDT
Waiting for M6 performance test results to verify.
Comment 3 Karice McIntyre CLA 2006-04-25 16:11:08 EDT
still waiting for a good perf test run
Comment 4 Karice McIntyre CLA 2006-05-09 11:39:30 EDT
RC3 perf results: all tests but the following two have 3.1 baseline results:
performance.ObjectContributionsPerformance#testObjectContributions:large selection, limited contributors()
performance.ObjectContributionsPerformance#testObjectContributions:limited selection, limited contributors()

These are not to be backported - see bug 130776.

So, Verified in RC3.