Povilas Kanapickas
Povilas Kanapickas
Currently rootless integration tests are not only not run in CI, but they are broken when run locally. Fixing this will ensure that there are no regressions in how rootless...
Currently tests are only executed in rootful mode. This commit sets up a new user in the container for rootless tests as well.
Saw the following problem when trying to connect with port forwarding (`-t 12340-12350:12340-12350`): ``` > et -p 10000 -t 12340-12350:12340-12350 Enter passphrase for key '': Error binding 2/1/6: 98 Address...
Online mode has a large benefit in that all the data is on the server and stays there. If the password is private, as soon as I log out I...
returnValue() can be replaced with plain return in Python 3 code. returnValue() has been deprecated in Twisted 24.7.0 and will be removed soon.