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)
Tue, Apr 30, 7:16 AM
Unknown Object (File)
Tue, Apr 30, 7:16 AM
Unknown Object (File)
Tue, Apr 30, 7:16 AM
Unknown Object (File)
Tue, Apr 30, 12:30 AM
Unknown Object (File)
Fri, Apr 26, 2:06 AM
Unknown Object (File)
Sat, Apr 20, 5:23 AM
Unknown Object (File)
Sat, Apr 6, 5:45 PM
Unknown Object (File)
Feb 14 2024, 12:38 AM

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

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

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:

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.