[Bug 2973] Broken pipe after authentication when including coverage information

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Mon Feb 25 20:25:45 AEDT 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=2973

--- Comment #4 from Jakub Jelen <jjelen at redhat.com> ---
Coverage data for integration tests (as opposed to unit tests) are not
always very helpful. It might show you what lines were not executed,
but does not give you any assurance that the executed lines did always
the right thing.

We were facing similar issue with libssh, which is using OpenSSH server
to test against. At this moment, we do not run coverage in this part of
the testsuite, but it should be possible to workaround this by
replacing these functions from LD_PRELOAD, as proposed in the following
project. Unfortunately, I was not able to make it working for coverage
so far.

Otherwise, for testing, it should be probably fine to run without the
sandbox.

https://gitlab.com/cryptomilk/priv_wrapper/tree/master

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list