Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/vfs Force failure of the nfs_renamerace_cycle, p2k_...



details:   https://anonhg.NetBSD.org/src/rev/0beab69bd9ce
branches:  trunk
changeset: 1026513:0beab69bd9ce
user:      gson <gson%NetBSD.org@localhost>
date:      Sat Nov 27 15:23:33 2021 +0000

description:
Force failure of the nfs_renamerace_cycle, p2k_ffs_renamerace_cycle,
and puffs_renamerace_cycle test cases as they fail only randomly or
only on some systems.

diffstat:

 tests/fs/vfs/t_renamerace.c |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 25baabce3959 -r 0beab69bd9ce tests/fs/vfs/t_renamerace.c
--- a/tests/fs/vfs/t_renamerace.c       Sat Nov 27 14:11:14 2021 +0000
+++ b/tests/fs/vfs/t_renamerace.c       Sat Nov 27 15:23:33 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_renamerace.c,v 1.42 2021/10/23 17:43:08 hannken Exp $        */
+/*     $NetBSD: t_renamerace.c,v 1.43 2021/11/27 15:23:33 gson Exp $   */
 
 /*
  * Modified for rump and atf from a program supplied
@@ -253,6 +253,12 @@
 
        if (FSTYPE_UDF(tc))
                atf_tc_fail("PR kern/56253 did not trigger this time");
+       if (FSTYPE_P2K_FFS(tc))
+               atf_tc_fail("did not fail this time");
+       if (FSTYPE_PUFFS(tc))
+               atf_tc_fail("did not fail this time");
+       if (FSTYPE_NFS(tc))
+               atf_tc_fail("did not fail this time");
 }
 
 ATF_TC_FSAPPLY(renamerace, "rename(2) race with file unlinked mid-operation");



Home | Main Index | Thread Index | Old Index