Skip to content

Fix the failure of the test_cleanse.py#6462

Open
pwalczysko wants to merge 2 commits into
ome:developfrom
pwalczysko:nfs-test-fix
Open

Fix the failure of the test_cleanse.py#6462
pwalczysko wants to merge 2 commits into
ome:developfrom
pwalczysko:nfs-test-fix

Conversation

@pwalczysko

@pwalczysko pwalczysko commented Jul 14, 2026

Copy link
Copy Markdown
Member

What this PR does

The failing test is https://merge-ci.openmicroscopy.org/jenkins/job/OMERO-test-integration/11/testReport/junit/OmeroPy.test.integration.clitest.test_cleanse/TestCleanseFullAdmin/testCleanseNonsenseName/
This PR is removing a line in the test_cleanse.py.

The assertion in that line which checks the existence of a path to a logfile which should have been deleted is not possible on NFS, because:

As the Blitz process is still holding the logfile open, on NFS this file cannot be deleted by NFS although the cleanse script deletes it - it leaves a hidden file behind which the NFS renames to ...nfs.

Testing this PR

Check that the Jenkins build testintegration job is green.

Related reading

See #6461

cc @joshmoore @jburel @sbesson

@pwalczysko
pwalczysko requested review from jburel and sbesson July 14, 2026 18:24
@joshmoore

Copy link
Copy Markdown
Member

Thanks, @pwalczysko. No immediate objections from my side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants