[DTrace-devel] [PATCH] test: Skip tst.depth.sh
eugene.loh at oracle.com
eugene.loh at oracle.com
Wed Nov 12 05:22:48 UTC 2025
From: Eugene Loh <eugene.loh at oracle.com>
The test asks for very many pid probes. E.g.,
pid$target:::entry,
pid$target:::return,
pid$target:a.out::,
If it is successful, this can wreak havoc on some systems, in some cases
leading to 1-2 dozen subsequent tests failing due to cascading problems:
poor test clean up, triggers left running, persistent loads, pid=0 not
running, tests timing out, and so on. These problems require
investigation.
For now, skip the precipitating test.
See
https://oss.oracle.com/pipermail/dtrace-devel/2025-November/006916.html
Orabug: 38642080
Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
test/unittest/ustack/tst.depth.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/unittest/ustack/tst.depth.sh b/test/unittest/ustack/tst.depth.sh
index dec16a3aa..4a67291de 100755
--- a/test/unittest/ustack/tst.depth.sh
+++ b/test/unittest/ustack/tst.depth.sh
@@ -1,10 +1,10 @@
#!/bin/bash
#
# Oracle Linux DTrace.
-# Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2006, 2025, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at
# http://oss.oracle.com/licenses/upl.
-# @@xfail: dtv2
+# @@skip
if [ $# != 1 ]; then
echo expected one argument: '<'dtrace-path'>'
--
2.47.3
More information about the DTrace-devel
mailing list