454de6a8f2
We have 3 evil tests for jarhell. They have been failing in java 9 because of how evil they are. The first checks the leniency we add for jarhell in the jdk itself. This is unecessary, since if the leniency wasn't there, we would already be failing all jarhell checks. The second is checking the compile version is compatible with the jdk. This is simpler since we don't need to fake the java version: we know 1.7 should be compatibile with both java 8 and 9, so we can use that as a constant. Finally the last test checks if the java version system property is broken. This is simply something we should not check, we have to trust that java specifies it correctly, and again, if it was broken, all jarhell checks would be broken. |
||
---|---|---|
.. | ||
backwards-5.0 | ||
evil-tests | ||
smoke-test-client | ||
smoke-test-ingest-disabled | ||
smoke-test-ingest-with-all-dependencies | ||
smoke-test-multinode | ||
smoke-test-plugins | ||
smoke-test-reindex-with-groovy | ||
vagrant |