-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
We've been hitting this test failure for a few days:
FAILED tests/tasks/test_import_ome_zarr.py::test_import_ome_zarr_image_BIA - TimeoutError: [Errno 60] Operation timed out
The failure has to do with FTP access to BIA
# Download an existing OME-Zarr from BIA
ftp = FTP("ftp.ebi.ac.uk")
ftp.login()
ftp.cwd("biostudies/fire/S-BIAD/843/S-BIAD843/Files")
fname = "WD1_15-02_WT_confocalonly.ome.zarr.zip"
with (tmp_path / fname).open("wb") as fp:
> ftp.retrbinary(f"RETR {fname}", fp.write)
tests/tasks/test_import_ome_zarr.py:290:
which fails with a TimeoutError.
This was a ConnectionRefusedError a few days back - see https://github.com/fractal-analytics-platform/fractal-tasks-core/actions/runs/12253006499/job/34183395372.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done