Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/librumpclient Turn off the PR 49140 logging, becau...



details:   https://anonhg.NetBSD.org/src/rev/e0bb789f3800
branches:  trunk
changeset: 819238:e0bb789f3800
user:      dholland <dholland%NetBSD.org@localhost>
date:      Thu Nov 24 00:37:29 2016 +0000

description:
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.

diffstat:

 tests/lib/librumpclient/h_execthr.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c050540e4439 -r e0bb789f3800 tests/lib/librumpclient/h_execthr.c
--- a/tests/lib/librumpclient/h_execthr.c       Thu Nov 24 00:12:52 2016 +0000
+++ b/tests/lib/librumpclient/h_execthr.c       Thu Nov 24 00:37:29 2016 +0000
@@ -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__)



Home | Main Index | Thread Index | Old Index