Bug 270771

Summary: [perfs] DNF for all the P2 performance tests
Product: [Eclipse Project] Equinox Reporter: Frederic Fusier <frederic_fusier>
Component: p2Assignee: P2 Inbox <equinox.p2-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: kim.moir
Version: 3.5Keywords: performance, test
Target Milestone: 3.5 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Frederic Fusier CLA 2009-04-01 09:46:57 EDT
Verifying results for build I20090331-0901, I see that all P2 tests did not finish, hence no results are available for this component...
Comment 1 John Arthorne CLA 2009-04-01 09:56:25 EDT
p2 doesn't currently have any performance tests. Our performance-suite in our test.xml is empty:

	<target name="performance-suite" depends="p2PerformanceTests" />

	<target name="p2PerformanceTests">
		<!-- TODO -->
	</target>

Does this end up getting rendered as a DNF on the performance results page?
Comment 2 Frederic Fusier CLA 2009-04-01 10:34:06 EDT
(In reply to comment #1)
> p2 doesn't currently have any performance tests. Our performance-suite in our
> test.xml is empty:
> 
>         <target name="performance-suite" depends="p2PerformanceTests" />
> 
>         <target name="p2PerformanceTests">
>                 <!-- TODO -->
>         </target>
> 
> Does this end up getting rendered as a DNF on the performance results page?
> 
Kim, do you think it could be a possible bug in the JUnit tests results formatter?
Comment 3 Kim Moir CLA 2009-04-01 10:44:28 EDT
Since the performance-suite target is called, there is a blank file created for the results.  This is because the target is called but no tests are run.

org.eclipse.equinox.p2.tests_linuxgtkperf1.xml
org.eclipse.equinox.p2.tests.ui_linuxgtkperf1.xml

To avoid this problem, please comment out the performance-suite target in the test.xml for the p2 test bundles.
Comment 4 DJ Houghton CLA 2009-04-01 11:05:50 EDT
I commented out both the "performance" and "performance-suite" targets.