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

--- Comment #4 from Jakub Jelen <[email protected]> ---
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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to