Skip to content

Failed

OmeroPy.test.integration.clitest.test_download.TestDownload.testPolicyGlobalRestriction[+read,+write,+image] (from pytest)

Failing for the past 2 builds (Since #184 )
Took 12 sec.

Error Message

omero.cli.NonZeroReturnCode: assert failed

Stacktrace

self = <test.integration.clitest.test_download.TestDownload object at 0x7f0a5b704070>
tmpdir = local('/tmp/pytest-of-omero/pytest-3/testPolicyGlobalRestriction__r0')
fixture = <test.integration.clitest.test_download.TestDownload.PolicyFixture object at 0x7f0a5b62d790>

    @pytest.mark.parametrize('fixture', POLICY_FIXTURES,
                             ids=[str(x) for x in POLICY_FIXTURES])
    def testPolicyGlobalRestriction(self, tmpdir, fixture):
        # Skip f this isn't a check for this particular
        # config, then skip.
        self.skip_if("omero.policy.binary_access", lambda x: x != fixture.cfg)
    
        group = self.new_group(perms='rwr---')
>       self.do_restrictions(fixture, tmpdir, group)

test/integration/clitest/test_download.py:286: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/integration/clitest/test_download.py:355: in do_restrictions
    self.cli.invoke(self.args, strict=True)
../../../../.venv3/lib64/python3.9/site-packages/omero/cli.py:1211: in invoke
    self.assertRC()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <omero.cli.CLI object at 0x7f0ab1237eb0>

    def assertRC(self):
        if self.rv != 0:
>           raise NonZeroReturnCode(self.rv, "assert failed")
E           omero.cli.NonZeroReturnCode: assert failed

../../../../.venv3/lib64/python3.9/site-packages/omero/cli.py:1200: NonZeroReturnCode