-
Notifications
You must be signed in to change notification settings - Fork 1.3k
test_end_to_end.py:test_issue_1231c
fails on Python 3.6
#1327
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
Comments
Really weird. I stepped into
It's not immediately clear what's going on. With Python 3.7, at the same point, we see
|
I've done a |
OK, I've attempted a fix in #1329. |
@vsajip Thanks for looking into this! I didn't run it locally yet but I looked at your patch #1329 and I agree with the changes, especially ensuring process shutdown in each test.
After thinking about this comment, I dug around and found that a new version of pexpect (4.8.0) was released just recently (dates, changelog). I pinned to |
Oh, it passes on 3.6 without the #1329 changes? Good. But it's probably wise to implement those changes anyway, at some point 😄 |
Yes.
Agreed. |
https://travis-ci.org/Supervisor/supervisor/jobs/622789487
This test seems to consistently fail on Travis now but it was working when #1235 was merged. I restarted the build a few times. I only observed the failure on 3.6 and only on that line.
Related #1235
cc @vsajip
The text was updated successfully, but these errors were encountered: