Skip to content

testKqueue (tests.fd_remote.RemoteFDTests) fails on Darwin #9

@fmoo

Description

@fmoo

It looks like kqueue fds are not duplicated on fork()...

======================================================================
FAIL: testKqueue (tests.fd_remote.RemoteFDTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/ruibalp/src/python-filedes/tests/fd_remote.py", line 52, in testKqueue
    self.checkSubprocessFDs([fd], close=False)
  File "/Users/ruibalp/src/python-filedes/tests/fd_remote.py", line 70, in checkSubprocessFDs
    self.assertIn(fd, remote_fds)
AssertionError: <local fifo file #3> not found in [0, 1, 2]

----------------------------------------------------------------------
Ran 20 tests in 0.043s

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions