[Bug 274615] sys/fs/tmpfs/times_test:empty test fails with: Incorrect atime [1.051s]

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 20 Oct 2023 20:39:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274615

            Bug ID: 274615
           Summary: sys/fs/tmpfs/times_test:empty test fails with:
                    Incorrect atime  [1.051s]
           Product: Base System
           Version: 14.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: tests
          Assignee: testing@FreeBSD.org
          Reporter: emaste@freebsd.org

# kyua test -k /usr/tests/sys/fs/tmpfs/Kyuafile

Result:     failed: Incorrect atime
Start time: 2023-10-20T13:52:13.292723Z
End time:   2023-10-20T13:52:14.368358Z
Duration:   1.076s

Metadata:
    allowed_architectures is empty
    allowed_platforms is empty
    description = Tests that creating an empty file and later manipulating it
updates times correctly
    has_cleanup = false
    is_exclusive = false
    required_configs is empty
    required_disk_space = 0
    required_files is empty
    required_memory = 0
    required_programs is empty
    required_user = root
    timeout = 300

Standard output:
Executing command [ mkdir /tmp/kyua.1N7Z2W/93/work/mntpt ]
mount -t tmpfs  tmpfs /tmp/kyua.1N7Z2W/93/work/mntpt
Executing command [ touch a ]
Executing command [ cat a ]

from markj in PR274602,
> The tmpfs one is understood, it's due to the use of copy_file_range() in cat(1).

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