eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Adding CompletionTests19 and JavaSearchBugs19Tests to test suite causes unrelated failure
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
See this commit https://github.com/eclipse-jdt/eclipse.jdt.core/commit/53c4c872b4667d610a12f3415bf6428d9eaed391
As soon as CompletionTests19 and JavaSearchBugs19Tests are added, some unrelated test cases** start failing in the Y build page. Locally these tests run fine. Also CompletionTests19 and JavaSearchBugs19Tests run fine on the Y build page and locally. Adding this test case is upsetting some other test cases. This points to some setup issues in jdt.core test cases.
**Sample test case that fails
Unrelated test case like org.eclipse.jdt.core.tests.model.SubstringCompletionTests::testStaticNestedClassTypeInstantiation
start failing
Contributor guide
Assessment
This issue has not been assessed yet.