opnsense-src/tests/sys
Alan Somers f928dbcb16 fusefs: fix the tests for a wider range of maxphys
maxphys is now a tunable, ever since r368124.  The default value is also
larger than it used to be.  That broke several fusefs tests that made
assumptions about maxphys.

* WriteCluster.clustering used the MAXPHYS compile-time constant.

* WriteBackAsync.direct_io_partially_overlaps_cached_block implicitly
  depended on the default value of maxphys.  Fix it by making the
  dependency explicit.

* Write.write_large implicitly assumed that maxphys would be no more
  than twice maxbcachebuf.  Fix it by explicitly setting m_max_write.

* WriteCluster.clustering and several others failed because the MockFS
  module did not work for max_write > 128KB (which most tests would set
  when maxphys > 256KB).  Limit max_write accordingly.  This is the same
  as fusefs-libs's behavior.

* Bmap's tests were originally written for MAXPHYS=128KB.  With larger
  values, the simulated file size was too small.

PR:		252096
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D27769
2020-12-28 18:56:17 +00:00
..
acl
aio AIO tests: update expected failure messages after r368265 2020-12-02 00:53:03 +00:00
audit
auditpipe
capsicum
cddl
common
devrandom
fifo
file
fs fusefs: fix the tests for a wider range of maxphys 2020-12-28 18:56:17 +00:00
geom
kern fdgrowtable_test.c: appease gcc 2020-12-11 22:52:16 +00:00
kqueue
mac
mqueue
net net tests: Re-enable most if_clone tests 2020-12-17 21:54:25 +00:00
netgraph New Netgraph module ng_macfilter: 2020-12-08 15:09:42 +00:00
netinet
netinet6
netipsec
netmap
netpfil pf tests: Verify (tcp) checksum modification on unaligned options 2020-12-23 12:03:20 +01:00
opencrypto ossl: port to arm64 2020-12-04 21:12:17 +00:00
pjdfstest
posixshm posixshm_test.c: remove tautological checks 2020-12-11 22:52:20 +00:00
sys
vfs
vm
Makefile New Netgraph module ng_macfilter: 2020-12-08 15:09:42 +00:00
Makefile.depend
Makefile.inc