[DTrace-devel] [PATCH v2] Adjust bpflogsize tests for wider range of kernels and archs

eugene.loh at oracle.com eugene.loh at oracle.com
Wed Jan 27 14:48:54 PST 2021


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

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/unittest/misc/tst.bpflogsize-cmdline.sh | 4 ++--
 test/unittest/misc/tst.bpflogsize-pragma.sh  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/unittest/misc/tst.bpflogsize-cmdline.sh b/test/unittest/misc/tst.bpflogsize-cmdline.sh
index 5c48a1ff..cdb43119 100755
--- a/test/unittest/misc/tst.bpflogsize-cmdline.sh
+++ b/test/unittest/misc/tst.bpflogsize-cmdline.sh
@@ -5,7 +5,7 @@
 # Licensed under the Universal Permissive License v 1.0 as shown at
 # http://oss.oracle.com/licenses/upl.
 #
-# @@timeout: 120
+# @@timeout: 240
 
 dtrace=$1
 
@@ -22,7 +22,7 @@ BEGIN
 	x = 1;
 EOF
 
-for x in `seq 100`; do
+for x in `seq 200`; do
 	echo "	@ = quantize(x); @ = quantize(x); @ = quantize(x); @ = quantize(x);" >> D.d
 done
 
diff --git a/test/unittest/misc/tst.bpflogsize-pragma.sh b/test/unittest/misc/tst.bpflogsize-pragma.sh
index 285d6d9b..b2512295 100755
--- a/test/unittest/misc/tst.bpflogsize-pragma.sh
+++ b/test/unittest/misc/tst.bpflogsize-pragma.sh
@@ -5,7 +5,7 @@
 # Licensed under the Universal Permissive License v 1.0 as shown at
 # http://oss.oracle.com/licenses/upl.
 #
-# @@timeout: 120
+# @@timeout: 240
 
 dtrace=$1
 
@@ -23,7 +23,7 @@ BEGIN
 	x = 1;
 EOF
 
-for x in `seq 100`; do
+for x in `seq 200`; do
 	echo "	@ = quantize(x); @ = quantize(x); @ = quantize(x); @ = quantize(x);" >> D.d
 done
 
-- 
2.18.4




More information about the DTrace-devel mailing list