Module Name:    src
Committed By:   dholland
Date:           Thu Nov 24 00:37:29 UTC 2016

Modified Files:
        src/tests/lib/librumpclient: h_execthr.c

Log Message:
Turn off the PR 49140 logging, because it itself makes the test fail.

As usual, ATF is actively interfering with test debugging. Almost all
runs in the past few days have failed this test with "stdout not
empty". In one run it timed out:
http://releng.netbsd.org/b5reports/i386/build/2016.11.22.06.51.14/test.html
but in this case ATF helpfully suppressed the log data.

Maybe if someone can figure out how to make the test hang reliably
then they can turn the logging on again and run it outside of ATF to
see what's happening.

In the meantime this problem is not likely to get fixed until we have
a less obstructive testing framework.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/librumpclient/h_execthr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/librumpclient/h_execthr.c
diff -u src/tests/lib/librumpclient/h_execthr.c:1.6 src/tests/lib/librumpclient/h_execthr.c:1.7
--- src/tests/lib/librumpclient/h_execthr.c:1.6	Mon Nov 21 06:38:18 2016
+++ src/tests/lib/librumpclient/h_execthr.c	Thu Nov 24 00:37:29 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: h_execthr.c,v 1.6 2016/11/21 06:38:18 dholland Exp $	*/
+/*	$NetBSD: h_execthr.c,v 1.7 2016/11/24 00:37:29 dholland Exp $	*/
 
 /*
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
 #include <rump/rumpclient.h>
 #include <rump/rump_syscalls.h>
 
-#define VERBOSE
+//#define VERBOSE
 
 #ifdef VERBOSE
 #define SAY(...) printf(__VA_ARGS__)

Reply via email to