Home | History | Annotate | Download | only in librumpclient
History log of /src/tests/lib/librumpclient/h_execthr.c
RevisionDateAuthorComments
 1.7  24-Nov-2016  dholland 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.
 1.6  21-Nov-2016  dholland As a debugging measure for PR 49141, log what this is doing as it runs
to stdout. Hopefully this will get reported when the test fails in the
testbed rather than just causing ATF to report that it printed
unexpected output.
 1.5  21-Nov-2016  dholland More of previous.
 1.4  21-Nov-2016  dholland If pthread_create fails, report the error instead of discarding it.
 1.3  13-Aug-2014  pooka branches: 1.3.2;
Update hardcoded fd expectations now that rump kernels open 0/1/2.
(since we exec, it's convenient to just assume the values of first 4 fds)
 1.2  08-Mar-2011  pooka branches: 1.2.22;
Enable the "send a lot of syscall requests before exec" code, since
it works now. (or at least works in my tests)
 1.1  08-Mar-2011  pooka add test case for multithreaded client calling exec
 1.2.22.1  09-Dec-2014  martin Pull up following revision(s) (requested by gson in ticket #307):
tests/lib/librumpclient/h_execthr.c: revision 1.3
Update hardcoded fd expectations now that rump kernels open 0/1/2.
(since we exec, it's convenient to just assume the values of first 4 fds)
 1.3.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)

RSS XML Feed