Bug 563420

Summary: [Test] testGetIncludeTargetsPerformance fails
Product: [Eclipse Project] Platform Reporter: Sarika Sinha <sarika.sinha>
Component: AntAssignee: Andrey Loskutov <loskutov>
Status: REOPENED --- QA Contact:
Severity: normal    
Priority: P3 CC: loskutov
Version: 4.16   
Target Milestone: 4.23 M2   
Hardware: All   
OS: CentOS   
See Also: https://git.eclipse.org/r/c/platform/eclipse.platform/+/190040
https://git.eclipse.org/c/platform/eclipse.platform.git/commit/?id=0c6b013afa2580589ed03e713edbdd1e6f27129e
Whiteboard:

Description Sarika Sinha CLA 2020-05-21 05:39:46 EDT
https://download.eclipse.org/eclipse/downloads/drops4/I20200520-1800/testresults/html/org.eclipse.ant.tests.ui_ep416I-unit-cen64-gtk3-java8_linux.gtk.x86_64_8.0.html

testGetIncludeTargetsPerformance	Failure	Expecting a duration < 7500, but we have 9897ms

java.lang.AssertionError: Expecting a duration < 7500, but we have 9897ms
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.ant.tests.ui.AntUtilTests.testGetIncludeTargetsPerformance(AntUtilTests.java:220)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at org.eclipse.ant.tests.ui.testplugin.AbstractAntUITest.runBare(AbstractAntUITest.java:132)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
Comment 3 Eclipse Genie CLA 2022-01-26 08:25:06 EST
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform/+/190040
Comment 5 Andrey Loskutov CLA 2022-01-27 02:11:25 EST
Let assume it works now.
Comment 6 Sarika Sinha CLA 2022-05-27 00:02:06 EDT
Reopening as it failed again.
https://download.eclipse.org/eclipse/downloads/drops4/I20220525-1800/testresults/html/org.eclipse.ant.tests.ui_ep424I-unit-win32-java11_win32.win32.x86_64_11.html
Expecting a duration < 15000, but we have 20548ms

java.lang.AssertionError: Expecting a duration < 15000, but we have 20548ms
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.eclipse.ant.tests.ui.AntUtilTests.testGetIncludeTargetsPerformance(AntUtilTests.java:220)