ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
22 stars 32 forks source link

Use http for downloads url for gateway_tests #171

Closed will-moore closed 4 years ago

will-moore commented 4 years ago

Currently, over 60 tests are failing with:

urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:877)

See https://latest-ci.openmicroscopy.org/jenkins/job/OMERO-test-integration/247/testReport/

This workaround doesn't fix the underlying issue but should allow us to reduce the noise and get the integration tests green (or identify other failures).

manics commented 4 years ago

This didn't fix the problem https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-test-integration/lastCompletedBuild/testReport/OmeroPy.test.integration.gatewaytest.test_image/TestImage/testSimpleMarshal/

manics commented 4 years ago

I've changed the job config to:

source $WORKSPACE/.venv3/bin/activate

pip install https://github.com/ome/zeroc-ice-py-manylinux/releases/download/0.1.0/zeroc_ice-3.6.5-cp36-cp36m-manylinux2010_x86_64.whl

pip install https://github.com/ome/zeroc-ice-py-centos7/releases/download/0.2.1/zeroc_ice-3.6.5-cp36-cp36m-linux_x86_64.whl pip install -U pip future setuptools pip install markdown pip install mox3 pytest pytest-xdist pip install tables pip install jinja2 pip install omero-py omero-web # Latest in order to stop server.



--exclude
to see if it passes tomorrow
joshmoore commented 4 years ago

Closing in favor of https://github.com/ome/devspace/pull/162