Hi all,
https://github.com/cgwalters/cockpit/commit/4193b6dc56f1de0e924ee68636a04180...
is now passing "make check" (Thanks Stef for investing in the fast internal tests, they were really helpful for this work)
I'm going to work on ./VERIFY now.
Note this patch set introduces a new bleeding edge dependency on libssh git master. (Although I could pretty easily make it conditionally compile only if you have it, and fall back to local-only).
Any early comments on the patch are appreciated, but I'll post again when I know ./VERIFY works.
Colin Walters walters@verbum.org writes:
Hi all,
https://github.com/cgwalters/cockpit/commit/4193b6dc56f1de0e924ee68636a04180...
is now passing "make check" (Thanks Stef for investing in the fast internal tests, they were really helpful for this work)
I'm going to work on ./VERIFY now.
With this fix
https://github.com/cockpit-project/cockpit/commit/0a41f471b2bcc287419092fbab...
VERIFY almost passes as well. Only these new journal messages in check-multi-machine make it fail:
Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
Failed to read: Socket error: Success
Note this patch set introduces a new bleeding edge dependency on libssh git master. (Although I could pretty easily make it conditionally compile only if you have it, and fall back to local-only).
I think we should make it work with libssh_rc:
cockpit-devel@lists.fedorahosted.org