Bug 563420 - [Test] testGetIncludeTargetsPerformance fails
Summary: [Test] testGetIncludeTargetsPerformance fails
Status: REOPENED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 4.16   Edit
Hardware: All CentOS
: P3 normal (vote)
Target Milestone: 4.23 M2   Edit
Assignee: Andrey Loskutov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-21 05:39 EDT by Sarika Sinha CLA
Modified: 2022-05-27 00:02 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 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)