ome / ansible-role-omero-server

Installs and configures OMERO.server
https://galaxy.ansible.com/ome/omero_server/
BSD 2-Clause "Simplified" License
4 stars 14 forks source link

Fix failing import test following Java release #34

Closed sbesson closed 5 years ago

sbesson commented 5 years ago

The Java security changes disabling anonymous cyphers have now been propagated to the openjdk and package managers and causes CLI imports via the CLI to fail with a SSLHandshakeException - see https://travis-ci.org/ome/ansible-roles/jobs/514734263

With OMERO 5.4.10, the workaround is to skip the upgrade check at import time. This means the role import tests can no longer be run on older servers. It is thus moved to a separate test file and restricted to the test hosts upgraded to the latest version.