Bug 270765 - [perfs] 4 failures while running Platform/Runtime performance tests
Summary: [perfs] 4 failures while running Platform/Runtime performance tests
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M7   Edit
Assignee: Szymon Brandys CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance, test
Depends on:
Blocks: 270824
  Show dependency tree
 
Reported: 2009-04-01 09:34 EDT by Frederic Fusier CLA
Modified: 2009-04-15 09:57 EDT (History)
0 users

See Also:


Attachments
Fix v01 (3.36 KB, patch)
2009-04-07 06:39 EDT, Szymon Brandys 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 2009-04-01 09:34:02 EDT
Verifying results for build I20090331-0901, I see 4 failures in Platform/Runtime
performance tests:

1) testContentMatching	Failure	N/A
-----------------------------------
junit.framework.AssertionFailedError: 1.0.0 expected:<1> but was:<0>
at org.eclipse.core.tests.runtime.perf.ContentTypePerformanceTest$1.test(ContentTypePerformanceTest.java:260)
at org.eclipse.core.tests.harness.PerformanceTestRunner.run(PerformanceTestRunner.java:74)
at org.eclipse.core.tests.harness.PerformanceTestRunner.run(PerformanceTestRunner.java:49)
at org.eclipse.core.tests.runtime.perf.ContentTypePerformanceTest.testContentMatching(ContentTypePerformanceTest.java:267)


2) testIsKindOf	Failure	N/A
---------------------------
junit.framework.AssertionFailedError: 2.0
at org.eclipse.core.tests.runtime.perf.ContentTypePerformanceTest.testIsKindOf(ContentTypePerformanceTest.java:296)


3) testLoadCatalog	Failure	N/A
-----------------------------------
junit.framework.AssertionFailedError: missing content types expected:<341> but was:<0>
at org.eclipse.core.tests.runtime.perf.ContentTypePerformanceTest.testLoadCatalog(ContentTypePerformanceTest.java:323)


4) testDoTearDown	Failure	N/A
-----------------------------------
junit.framework.AssertionFailedError: 1.0 nothing to clean-up
at org.eclipse.core.tests.runtime.perf.ContentTypePerformanceTest.testDoTearDown(ContentTypePerformanceTest.java:278)
Comment 1 Szymon Brandys CLA 2009-04-07 06:39:55 EDT
Created attachment 131107 [details]
Fix v01
Comment 2 Szymon Brandys CLA 2009-04-07 06:53:23 EDT
Released to HEAD.
Comment 3 Frederic Fusier CLA 2009-04-15 09:57:56 EDT
Verified using I20090414-0800 performance results.