Bug 270771 - [perfs] DNF for all the P2 performance tests
Summary: [perfs] DNF for all the P2 performance tests
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M7   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance, test
Depends on:
Blocks:
 
Reported: 2009-04-01 09:46 EDT by Frederic Fusier CLA
Modified: 2009-04-01 11:05 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 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.