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

test_readlines consistently fails on a Mac #12

Closed
takluyver opened this issue Oct 9, 2013 · 1 comment
Closed

test_readlines consistently fails on a Mac #12

takluyver opened this issue Oct 9, 2013 · 1 comment
Labels

Comments

@takluyver
Copy link
Member

Reproduced on Python 2.7 and 3.3:

======================================================================
FAIL: test_readlines (__main__.TestCaseMisc)
Note that on some slow or heavily loaded systems that the lines
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/test_misc.py", line 126, in test_readlines
    "readlines() did not work. page=%r" % (page,))
AssertionError: readlines() did not work. page=''

----------------------------------------------------------------------
@takluyver
Copy link
Member Author

It appears that Macs drop the output from the child process shortly after being send an EOF, while Linux keeps it around for longer.

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