-
Notifications
You must be signed in to change notification settings - Fork 135
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
lxd 3.18 breaks integration tests (on my machine) #379
Labels
Comments
This was referenced Oct 28, 2019
Also, still broken with LXD 4.0.0:
|
The integration tests only fail for me when testing Xenial. If I comment out Xenial and only test Bionic everything passes. Running the tests on Focal with LXD 4.0.0 installed in the Snap the following fail
|
So I did a git bisect on the master branch to see where the error was introduced, and the winner was ... me!
I'll stare at it and see what might be wrong. |
ajkavanagh
added a commit
to ajkavanagh/pylxd
that referenced
this issue
Apr 23, 2020
It appears that the manager.close_all() can cause a broken pipe error. At this stage, that means that the pipe is closed and thus it's actually okay to just continue and ignore the error (as per stdin) Fixes: canonical#379
ajkavanagh
added a commit
to ajkavanagh/pylxd
that referenced
this issue
Apr 23, 2020
It appears that the manager.close_all() can cause a broken pipe error. At this stage, that means that the pipe is closed and thus it's actually okay to just continue and ignore the error (as per stdin) Fixes: canonical#379 Signed-off-by: Alex Kavanagh <alex.kavanagh@canonical.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: