Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jul 2020 17:18:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@freebsd.org
Subject:   [Bug 247765] kyua needs to flag directory cleanup failures as broken tests
Message-ID:  <bug-247765-32464@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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@freebsd.org
          Reporter: ngie@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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247765-32464>