[DTrace-devel] [PATCH 16/61] test: Fix search string

eugene.loh at oracle.com eugene.loh at oracle.com
Fri Jul 8 14:45:00 UTC 2022


From: Eugene Loh <eugene.loh at oracle.com>

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/unittest/funcs/tst.rw_.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/test/unittest/funcs/tst.rw_.sh b/test/unittest/funcs/tst.rw_.sh
index 163a4f4e..5104d249 100755
--- a/test/unittest/funcs/tst.rw_.sh
+++ b/test/unittest/funcs/tst.rw_.sh
@@ -12,7 +12,10 @@
 # may prove not to be very robust.  It does not identify a workload that
 # is known to exercise the read-write locks well.  So we simply sit on
 # _raw_read_lock and _raw_write_lock FBT probes and hope there is some
-# activity.  The .r file assumes the locks are uncontested.
+# activity;  test runs may time out.  The .r file assumes the locks are
+# uncontested.
+
+# @@tags: unstable
 
 dtrace=$1
 tmpfile=$tmpdir/tst.rw_.$$
-- 
2.18.4




More information about the DTrace-devel mailing list