Bug 573248 - [test] randomly failing JavaSearchBugs8Tests.testBug400905_0006
Summary: [test] randomly failing JavaSearchBugs8Tests.testBug400905_0006
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.20   Edit
Hardware: All CentOS
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-29 11:26 EDT by Jörg Kubitz CLA
Modified: 2023-04-25 01:01 EDT (History)
2 users (show)

See Also:


Attachments
console output.txt (7.45 MB, text/plain)
2021-04-29 11:26 EDT, Jörg Kubitz CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg Kubitz CLA 2021-04-29 11:26:22 EDT
Created attachment 286270 [details]
console output.txt

Happend today:

https://ci.eclipse.org/jdt/job/eclipse.jdt.core-Gerrit/4605/ : FAILURE
Running as SYSTEM
Agent centos-7-44qk7 is provisioned from template centos-7

----------- Expected ------------
src/I.java void I.foo() [foo] EXACT_MATCH\n
src/X.java void void X.main(String[]):<lambda #1>.foo() [()->] EXACT_MATCH
------------ but was ------------
src/I.java void I.foo() [foo] EXACT_MATCH
--------- Difference is ----------

 expected:<...() [foo] EXACT_MATCH[\n
src/X.java void void X.main(String[]):<lambda #1>.foo() [()->] EXACT_MATCH]> but was:<...() [foo] EXACT_MATCH[]>
	at org.eclipse.jdt.core.tests.model.JavaSearchBugs8Tests.testBug400905_0006(JavaSearchBugs8Tests.java:2475)


@Manoj you wrote this test. Do you have an idea what could have gone wrong?
Comment 1 Eclipse Genie CLA 2023-04-24 12:11:42 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Jay Arthanareeswaran CLA 2023-04-25 01:01:41 EDT
I don't see these tests failing anymore, in which case this can be closed.

May be Manoj can comment on the current status.