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
F107161895: D42321.diff
Sat, Jan 11, 2:02 AM
Unknown Object (File)
Thu, Jan 9, 1:12 PM
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

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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.