Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
None
-
None
Description
I just realized that back in June, there was a misscommunication between myself & Uwe (and a lack of double checking on my part!) regarding upgrading the JVM versions on our jenkins machines...
- http://mail-archives.apache.org/mod_mbox/lucene-dev/201906.mbox/%3calpine.DEB.2.11.1906181434350.23523@tray%3e
- http://mail-archives.apache.org/mod_mbox/lucene-dev/201906.mbox/%3C00b301d52918$d27b2f60$77718e20$@thetaphi.de%3E
...Uwe only updated the JVMs on his policeman jenkins machines - the JVM used on the apache jenkins nodes is still (as of 2019-09-06) "11.0.1+13-LTS" ...
https://builds.apache.org/view/L/view/Lucene/job/Lucene-Solr-Tests-master/3689/consoleText
... [java-info] java version "11.0.1" [java-info] Java(TM) SE Runtime Environment (11.0.1+13-LTS, Oracle Corporation) [java-info] Java HotSpot(TM) 64-Bit Server VM (11.0.1+13-LTS, Oracle Corporation) ...
This means that even after the changes made in SOLR-12988 to re-enable SSL testing on java11, all Apache jenkins 'master' builds, (including, AFAICT the yetus / 'Patch Review' builds) are still SKIPping thousands of tests that use SSL (either explicitly, or due to randomization) becauseof the logic in SSLTestConfig to detects bad JVM versions an prevent confusion/spurious failures.
We really need to get the jenkins nodes updated to openjdk 11.0.3 or 11.0.4 ASAP.
Attachments
Issue Links
- blocks
-
SOLR-13747 'ant test' should fail on JVM's w/known SSL bugs
- Closed
- is related to
-
SOLR-13745 Test should close resources: AtomicUpdateProcessorFactoryTest
- Resolved