]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix intermittency in the sys.fs.fusefs.symlink.main test
authorAlan Somers <asomers@FreeBSD.org>
Fri, 6 Oct 2023 21:05:41 +0000 (15:05 -0600)
committerAlan Somers <asomers@FreeBSD.org>
Fri, 6 Oct 2023 21:08:03 +0000 (15:08 -0600)
commit8399d764c929a4b2fa98dbfae0ca7359810e4668
tree9ef3dfa6082d2d8598c7ff003450ad998159a33e
parenta2b289608d6b54b6e1ce85096560807e551bb5ac
Fix intermittency in the sys.fs.fusefs.symlink.main test

This change is identical to 86885b18689 but for symlink instead of
mknod.  The kernel sends a FUSE_FORGET asynchronously with the final
syscall.  The lack of an expectation caused this test to occasionally
fail.

Also, remove a sleep that accidentally snuck into a different test.

MFC after: 2 weeks
MFC with: 86885b18689889e9b9142fd31d8c67f21334ba32
Sponsored by: Axcient
tests/sys/fs/fusefs/mkdir.cc
tests/sys/fs/fusefs/symlink.cc