[DTrace-devel] [PATCH REVIEW 4/6] tests: reduce timeout of very slow test

Nick Alcock nick.alcock at oracle.com
Thu Sep 9 04:13:43 PDT 2021


This test sets the timeout to a high value to fill a buffer that no
longer applies to v2, and is marked @@xfail: dtv2.  Drop the timeout so
we don't have to wait ten minutes on every test run for something we
know will fail.

We can raise it again later if it seems necessary.

Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
---
 test/unittest/printa/tst.many.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Not really a fix, but saving nine minutes of test run time is a worthwhile
thing anyway!

diff --git a/test/unittest/printa/tst.many.d b/test/unittest/printa/tst.many.d
index 96b5f17dad3a..6b7462dfffa8 100644
--- a/test/unittest/printa/tst.many.d
+++ b/test/unittest/printa/tst.many.d
@@ -10,7 +10,7 @@
  * set the timeout to a high value to, in effect, disable it.
  */
 /* @@xfail: dtv2 */
-/* @@timeout: 600 */
+/* @@timeout: 60 */
 
 #pragma D option bufsize=32m
 #pragma D option bufpolicy=fill
-- 
2.33.0.256.gb827f06fa9




More information about the DTrace-devel mailing list