opnsense-src/tests/sys/fs/fusefs
Alan Somers f390c81498 fusefs: slightly better debugging in the tests
If the kernel rejects a response written by the server, print it.  That
would most likely be due to an error in the test logic.

MFC after:	2 weeks
Sponsored by:	ConnectWise

(cherry picked from commit 564c732b5c0221373d067c9a21da09b310e676ae)

fusefs: fix the 32-bit build after 564c732b5c0

It's a  printf format specifier again.

MFC with:	564c732b5c0221373d067c9a21da09b310e676ae
Sponsored by:	ConnectWise

(cherry picked from commit 52f7eb31ae84b0a02cd79c857c3201cb7b65c00f)
2025-04-17 14:14:58 -06:00
..
access.cc fusefs: fix some bugs updating atime during close 2023-10-02 19:10:13 -06:00
allow_other.cc fusefs: minor cleanup in the tests 2025-01-20 09:51:48 -07:00
bad_server.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
bmap.cc fusefs: make the tests more robust to changes to maxphys 2024-06-13 12:15:58 -06:00
cache.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
copy_file_range.cc fusefs: prefer new/delete over malloc/free 2024-02-12 10:43:03 -07:00
create.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
default_permissions.cc fusefs: fix some bugs updating atime during close 2023-10-02 19:10:13 -06:00
default_permissions_privileged.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
destroy.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
dev_fuse_poll.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
fallocate.cc fusefs: fix an uninitialized memory access in fuse_vnop_deallocate 2024-10-10 12:48:39 -06:00
fifo.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
flush.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
forget.cc fusefs: minor cleanup in the tests 2025-01-20 09:51:48 -07:00
fsync.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
fsyncdir.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
getattr.cc fusefs: fix invalid value for st_birthtime.tv_nsec 2024-02-12 10:43:11 -07:00
interrupt.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
io.cc tests/sys/fs/fusefs: include iomanip header 2025-03-25 13:25:31 -07:00
last_local_modify.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
link.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
locks.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
lookup.cc fusefs: fix invalid value for st_birthtime.tv_nsec 2024-02-12 10:43:11 -07:00
lseek.cc fusefs: Coverity cleanup in the lseek tests 2025-01-20 09:51:52 -07:00
Makefile fusefs: delete a comment in the tests 2025-01-20 09:51:35 -07:00
mkdir.cc Fix intermittency in the sys.fs.fusefs.mknod.main test 2023-10-21 09:14:32 -06:00
mknod.cc Fix intermittency in the sys.fs.fusefs.mknod.main test 2023-10-21 09:14:32 -06:00
mockfs.cc fusefs: slightly better debugging in the tests 2025-04-17 14:14:58 -06:00
mockfs.hh fusefs: add a test for the max_read= mount option 2025-04-17 14:14:58 -06:00
mount.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
nfs.cc fusefs: fix a memory leak 2025-01-20 09:51:44 -07:00
notify.cc fusefs: minor cleanup in the tests 2025-01-20 09:51:48 -07:00
open.cc fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flags 2025-01-20 09:51:40 -07:00
opendir.cc fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flags 2025-01-20 09:51:40 -07:00
read.cc fusefs: add a test for the max_read= mount option 2025-04-17 14:14:58 -06:00
readdir.cc fusefs: add more readdir tests for misbehaving servers 2023-11-29 17:04:33 -07:00
readlink.cc fusefs: sanitize FUSE_READLINK results for embedded NULs 2023-10-14 11:57:09 -06:00
release.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
releasedir.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
rename.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
rmdir.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
setattr.cc fusefs: prefer new/delete over malloc/free 2024-02-12 10:43:03 -07:00
statfs.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
symlink.cc Fix intermittency in the sys.fs.fusefs.mknod.main test 2023-10-21 09:14:32 -06:00
unlink.cc Remove "All Rights Reserved" from FreeBSD Foundation copyrights 2024-08-06 15:39:53 -04:00
utils.cc fusefs: add a test for the max_read= mount option 2025-04-17 14:14:58 -06:00
utils.hh fusefs: add a test for the max_read= mount option 2025-04-17 14:14:58 -06:00
write.cc fusefs: make the tests more robust to changes to maxphys 2024-06-13 12:15:58 -06:00
xattr.cc Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00