[ external - lucene-solr ] : junit tests failed with jdk17, jdk8
- Dominant language
- HTML
- Stars
- 155
- Forks
- 346
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
Jdk11 passed:
jdk17: https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/644/console
```
18:29:45 [junit4] Execution time total: 51 minutes 41 seconds
18:29:45 [junit4] Tests summary: 955 suites (8 ignored), 4948 tests, 24 errors, 1 failure, 408 ignored (248 assumptions)
18:29:45
18:29:45 BUILD FAILED
18:29:45 /lucene-solr/build.xml:58: The following error occurred while executing this line:
18:29:45 /lucene-solr/solr/build.xml:231: The following error occurred while executing this line:
18:29:45 /lucene-solr/solr/common-build.xml:550: The following error occurred while executing this line:
18:29:45 /lucene-solr/lucene/common-build.xml:1615: The following error occurred while executing this line:
18:29:45 /lucene-solr/lucene/common-build.xml:1135: There were test failures: 955 suites (8 ignored), 4948 tests, 24 errors, 1 failure, 408 ignored (248 assumptions) [seed: 37DBC3DFC93CC08D]
18:29:45
18:29:45 Total time: 63 minutes 1 second
18:29:46
18:29:46 lucene_solr_nightly_smoketest_0_FAILED
```
jdk8: https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/646/console
```
21:52:21 [junit4] Execution time total: 1 hour 47 minutes 53 seconds
21:52:21 [junit4] Tests summary: 955 suites (5 ignored), 4981 tests, 1 failure, 233 ignored (205 assumptions)
21:52:21
21:52:21 BUILD FAILED
21:52:21 /lucene-solr/build.xml:58: The following error occurred while executing this line:
21:52:21 /lucene-solr/solr/build.xml:231: The following error occurred while executing this line:
21:52:21 /lucene-solr/solr/common-build.xml:550: The following error occurred while executing this line:
21:52:21 /lucene-solr/lucene/common-build.xml:1615: The following error occurred while executing this line:
21:52:21 /lucene-solr/lucene/common-build.xml:1135: There were test failures: 955 suites (5 ignored), 4981 tests, 1 failure, 233 ignored (205 assumptions) [seed: 2E314B4E1B8D8E60]
21:52:21
21:52:21 Total time: 135 minutes 24 seconds
21:52:21
21:52:21 lucene_solr_nightly_smoketest_0_FAILED
```
Contributor guide
Research direction
Compare the JDK 17 and JDK 8 console logs, then reproduce the failing JUnit runs from lucene-solr/build.xml and the referenced solr/build.xml, solr/common-build.xml, and lucene/common-build.xml entries. Trace the 24 errors and failure to their individual tests; done means both JDK suites complete without failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100