Colin Watson
Colin Watson
The test failures here will be fixed by #33, I think.
@agroszer Could you rebase your branch on master so that we get passing tests before I merge this? Thanks!
Yeah, this is just on my laptop. My laptop is getting on a bit (2014 or so) and often quite busy what with modern web browsers and such, but I...
I'd be happy to try increasing timeouts to see if that helps, if they're configurable?
I'm a bit confused by the question - sending data to its own stdin? I wouldn't expect that to happen much at all, except by accident. The commands I'm typically...
Also, I can't completely swear to this, but I'm fairly sure the test command was producing output up to very shortly before it was killed; it didn't look like there...
> @cjwatson do your CTs use a lot of disk space and/or disk IO? I have the same issue, on Focal 20.04, `dir` driver over a Ubuntu running on LVM....
`lxc --version` currently says `4.24` (specifically, it's revision 22678 of the `lxd` snap). Yes, I can reproduce this over local TCP too: `Error: write tcp 127.0.0.1:55476->127.0.0.1:8443: i/o timeout` Happy to...
> We could make the `setuptools` version dependent of Python 2 versus Python 3, **BUT** this would work only for the source distribution: to my knowledge, the eggs and wheel...
Ah, I'd missed the use of `pkg_resources`. As far as I know there isn't a sensible way to migrate from the `pkg_resources` namespace approach to PEP420, because all `zope.*` packages...