Page MenuHomeFreeBSD

Add expected failure for atime test failing on
ClosedPublic

Authored by emaste on Oct 21 2023, 3:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 6, 12:36 PM
Unknown Object (File)
Sat, Dec 28, 7:21 PM
Unknown Object (File)
Tue, Dec 17, 8:50 AM
Unknown Object (File)
Nov 4 2024, 5:24 PM
Unknown Object (File)
Sep 30 2024, 8:28 AM
Unknown Object (File)
Sep 13 2024, 10:53 PM
Unknown Object (File)
Sep 9 2024, 2:16 AM
Unknown Object (File)
Sep 8 2024, 8:48 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
emaste added subscribers: jhb, releng.

With this applied:

# kyua test -k /usr/tests/sys/fs/tmpfs/Kyuafile
...
82/82 passed (0 failed)

I believe this is the only (consistent) test failure in 14.0-R

I think that we should import https://github.com/NetBSD/src/commit/38862c874c4a2bcca9dce5c0966ea19ddabd523e first.
I wonder if we should skip only the failing one?

With this applied:

# kyua test -k /usr/tests/sys/fs/tmpfs/Kyuafile
...
82/82 passed (0 failed)

I believe this is the only (consistent) test failure in 14.0-R

Yes! This is the only remaining failing test failure for amd64, arm is failing because it fails to find ada0 (I guess).

This revision is now accepted and ready to land.Oct 21 2023, 9:27 PM
In D42321#965774, @jlduran_gmail.com wrote:

I think that we should import https://github.com/NetBSD/src/commit/38862c874c4a2bcca9dce5c0966ea19ddabd523e first.
I wonder if we should skip only the failing one?

That seems like scope creep :/.. I think committing the change as-is is ok to make test runs green again.

In D42321#965796, @ngie wrote:
In D42321#965774, @jlduran_gmail.com wrote:

I think that we should import https://github.com/NetBSD/src/commit/38862c874c4a2bcca9dce5c0966ea19ddabd523e first.
I wonder if we should skip only the failing one?

That seems like scope creep :/.. I think committing the change as-is is ok to make test runs green again.

Yes, my goal here is to make sure that failures have a PR to track, and to get the test run green again. We should indeed import new NetBSD tests, but that can happen independent of this change.