AssertionError: assert 'Pyramid removed for image 5617' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n10 Pyramid not ready: Missing pyramid...2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n53 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n54 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n55 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n56 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n57 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n58 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n59 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\nNo more than 500 pyramids will be removed\nFailed to remove for image 5004: pyramid-requires-fileset\nError closing callback for 5004\nPyramid removed for image 5613\nPyramid removed for image 5616\nPyramid removed for image 5615\nPyramid removed for image 5612\n'
Stack Trace
self = <test.integration.clitest.test_pyramids.TestRemovePyramidsFullAdmin object at 0x7f4360a9c810>
tmpdir = local('/tmp/pytest-of-omero/pytest-6/test_remove_pyramids0')
capsys = <_pytest.capture.CaptureFixture object at 0x7f431fe93fd0>
def test_remove_pyramids(self, tmpdir, capsys):
"""Test removepyramids with litlle endian true"""
name = "big&sizeX=3500&sizeY=3500&little=false.fake"
big_id = self.import_pyramid(tmpdir, name=name, skip=None)
name = "little&sizeX=3500&sizeY=3500&little=true.fake"
little_id = self.import_pyramid(tmpdir, name=name, skip=None)
self.cli.invoke(self.args, strict=True)
out, err = capsys.readouterr()
output_start = "Pyramid removed for image %s" % big_id
assert output_start in out
output_start = "Pyramid removed for image %s" % little_id
> assert output_start in out
E AssertionError: assert 'Pyramid removed for image 5617' in '0 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n1 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n3 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n4 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n5 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n6 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n7 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n8 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n9 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2138_pyramid\n10 Pyramid not ready: Missing pyramid...2 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n53 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n54 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n55 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n56 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n57 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n58 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\n59 Pyramid not ready: Missing pyramid:/home/omero/workspace/OMERO-test-integration/data/Pixels/Dir-002/2139_pyramid\nNo more than 500 pyramids will be removed\nFailed to remove for image 5004: pyramid-requires-fileset\nError closing callback for 5004\nPyramid removed for image 5613\nPyramid removed for image 5616\nPyramid removed for image 5615\nPyramid removed for image 5612\n'
test/integration/clitest/test_pyramids.py:229: AssertionError