Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 455137 - org.eclipse.equinox.p2.tests.ui has an empty performance target
Summary: org.eclipse.equinox.p2.tests.ui has an empty performance target
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 4.5.0 Mars   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 454921
  Show dependency tree
 
Reported: 2014-12-13 18:55 EST by David Williams CLA
Modified: 2014-12-16 17:13 EST (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 David Williams CLA 2014-12-13 18:55:50 EST
I thought we had fixed all of these in bug 442455, but apparently not for 

equinox.p2.tests.ui

Which still has following in it's test.xml: 

	<!-- This target defines the performance tests that need to be run. -->
	<target name="performance-suite" depends="p2PerformanceTests" />

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

That should be removed, or the "performance-suite" element commented out. 

I can certainly remove it from the "list of tests" I (try) to run, but, there is a custom maven plugin that produces "test.properties" that has info about these tests, and one of those properties is "isPerformanceTest" which it bases on that element. 

Best if the test.properties is accurate, so, please don't say you have "performance tests" ... unless you really do. The new rule.
Comment 1 Pascal Rapicault CLA 2014-12-16 17:13:21 EST
Fix pushed to master.