Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fmoo opened this issue Apr 15, 2013 · 0 comments
Open

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

fmoo opened this issue Apr 15, 2013 · 0 comments
Labels

Comments

@fmoo
Copy link
Owner

fmoo commented Apr 15, 2013

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant