On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans <kev...@freebsd.org> wrote:
>
> Author: kevans
> Date: Tue Jan 29 04:08:49 2019
> New Revision: 343543
> URL: https://svnweb.freebsd.org/changeset/base/343543
>
> Log:
>   bectl(8) test: Force destroy the zpool in cleanup
>
>   This is a wild guess as to why bectl tests failed once upon a time in CI,
>   given no apparent way to see a transcript of cleanup routines with Kyua. The
>   bectl tests construct a new, clean zpool for every test. The failure
>   indicated was because of a mount that was leftover from a previous test, but
>   the previous test had succeeded so it's not clear how the mount remained
>   leftover unless the `zpool get health ${pool}` had somehow failed.
>

I left out: the tests are supposed to be constructed to clean up any
mounts that were left over in the course of the test, hence the
assumption that the failure lies in the cleanup.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to