[Bug 281100] fusefs tests silently skip themselves

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 27 Aug 2024 20:10:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281100

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
> It also emits more than one test plan, which seems wrong.

More specifically:

markj@xinde> sudo ./access
1..8
ok 1 chmod
ok 2 create
ok 3 eaccess
ok 4 enosys
ok 5 Getxattr
ok 6 ok
ok 7 unlink
ok 8 unlink_sticky_directory
1..1
ok 1 erofs

and indeed, kyua is unhappy:

markj@xinde> kyua test access_tap:main
access_tap:main  ->  broken: TAP test program yielded invalid data: Load of
'/tmp/kyua.CFhAcW/2/stdout.txt' failed: Found duplicate plan 1..1 (saw 1..8
earlier)  [0.002s]

Results file id is usr_tests_sys_fs_fusefs.20240827-200656-893504
Results saved to
/home/markj/.kyua/store/results.usr_tests_sys_fs_fusefs.20240827-200656-893504.db

0/1 passed (1 failed)

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