Skip to content

setup.py test results on 1.14.0 #165

@ndowens

Description

@ndowens

FAIL: test_get_not_permitted (tests.test_sftp._TestSCP)
Test getting a file with no read permissions over SCP

Traceback (most recent call last):
File "/usr/local/poudriere/ports/head/security/py-asyncssh/work-py36/asyncssh-1.14.0/tests/util.py", line 77, in async_wrapper
return self.loop.run_until_complete(wrapped_func)
File "/usr/local/lib/python3.6/asyncio/base_events.py", line 468, in run_until_complete
return future.result()
File "/usr/local/poudriere/ports/head/security/py-asyncssh/work-py36/asyncssh-1.14.0/tests/test_sftp.py", line 2798, in test_get_not_permitted
yield from scp((self._scp_server, 'src'), 'dst')
AssertionError: SFTPError not raised

======================================================================
FAIL: test_get_not_permitted (tests.test_sftp._TestSCPAsync)
Test getting a file with no read permissions over SCP

Traceback (most recent call last):
File "/usr/local/poudriere/ports/head/security/py-asyncssh/work-py36/asyncssh-1.14.0/tests/util.py", line 77, in async_wrapper
return self.loop.run_until_complete(wrapped_func)
File "/usr/local/lib/python3.6/asyncio/base_events.py", line 468, in run_until_complete
return future.result()
File "/usr/local/poudriere/ports/head/security/py-asyncssh/work-py36/asyncssh-1.14.0/tests/test_sftp.py", line 2798, in test_get_not_permitted
yield from scp((self._scp_server, 'src'), 'dst')
AssertionError: SFTPError not raised

======================================================================
FAIL: test_open_read_not_permitted (tests.test_sftp._TestSFTP)
Test reading data from a file with no read permission

Traceback (most recent call last):
File "/usr/local/poudriere/ports/head/security/py-asyncssh/work-py36/asyncssh-1.14.0/tests/util.py", line 77, in async_wrapper
return self.loop.run_until_complete(wrapped_func)
File "/usr/local/lib/python3.6/asyncio/base_events.py", line 468, in run_until_complete
return future.result()
File "/usr/local/poudriere/ports/head/security/py-asyncssh/work-py36/asyncssh-1.14.0/tests/test_sftp.py", line 77, in sftp_wrapper
yield from asyncio.coroutine(func)(self, sftp)
File "/usr/local/poudriere/ports/head/security/py-asyncssh/work-py36/asyncssh-1.14.0/tests/test_sftp.py", line 1342, in test_open_read_not_permitted
f = yield from sftp.open('file')
AssertionError: SFTPError not raised

======================================================================
FAIL: test_open_read_not_permitted (tests.test_sftp._TestSFTPAsync)
Test reading data from a file with no read permission

Traceback (most recent call last):
File "/usr/local/poudriere/ports/head/security/py-asyncssh/work-py36/asyncssh-1.14.0/tests/util.py", line 77, in async_wrapper
return self.loop.run_until_complete(wrapped_func)
File "/usr/local/lib/python3.6/asyncio/base_events.py", line 468, in run_until_complete
return future.result()
File "/usr/local/poudriere/ports/head/security/py-asyncssh/work-py36/asyncssh-1.14.0/tests/test_sftp.py", line 77, in sftp_wrapper
yield from asyncio.coroutine(func)(self, sftp)
File "/usr/local/poudriere/ports/head/security/py-asyncssh/work-py36/asyncssh-1.14.0/tests/test_sftp.py", line 1342, in test_open_read_not_permitted
f = yield from sftp.open('file')
AssertionError: SFTPError not raised

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions