/[base]
ViewVC logotype

Revision 345140


Jump to revision: Previous Next
Author: asomers
Date: Thu Mar 14 17:20:24 2019 UTC (5 years, 3 months ago)
Changed paths: 24
Log Message:
fuse(4): add tests for FUSE_INTERRUPT

This required changing the way that all operations are mocked.  Previously
MockFS::process had one input argument and one output argument.  Now, it
returns a vector of zero or more responses.  This allows tests to simulate
conditions where the filesystem daemon has a queue depth > 1.

PR:		236530
Sponsored by:	The FreeBSD Foundation


Changed paths

Path Details
Directoryprojects/fuse2/tests/sys/fs/fuse/Makefile modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/create.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/fsync.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/getattr.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/interrupt.cc added
Directoryprojects/fuse2/tests/sys/fs/fuse/link.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/locks.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/lookup.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/mkdir.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/mknod.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/mockfs.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/mockfs.hh modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/open.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/opendir.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/read.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/readdir.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/readlink.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/releasedir.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/rmdir.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/setattr.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/statfs.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/symlink.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/utils.cc modified , text changed
Directoryprojects/fuse2/tests/sys/fs/fuse/write.cc modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27