[Bug 247765] kyua needs to flag directory cleanup failures as broken tests

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 4 17:18:14 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247765

            Bug ID: 247765
           Summary: kyua needs to flag directory cleanup failures as
                    broken tests
           Product: Base System
           Version: Unspecified
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: tests
          Assignee: testing at freebsd.org
          Reporter: ngie at FreeBSD.org

>From https://github.com/jmmv/kyua/issues/142 :

> @jmmv: If a test case causes the automatic cleanup of its work directory to fail within Kyua, then the test needs to be marked as broken. The current code from HEAD does not do that (only warnings are logged to the log file) though I have not yet validated if this is a regression in the new executor code.

In short, we should flag failures to clean up directories (example: bug 247761)
as broken tests to simplify test/kyua use. Users shouldn't have to manually
intervene to remove directories/files when resetting system state, unless `kyua
debug` is used (this case is "by design").

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


More information about the freebsd-testing mailing list