Home | History | Annotate | Download | only in h_client
History log of /src/tests/rump/rumpkern/h_client/h_stresscli.c
RevisionDateAuthorComments
 1.9  26-Jun-2011  christos fix fallout from including signal.h in rump_syscallargs.h
 1.8  12-Jan-2011  pooka Execute a variety of syscalls in the stress test, including opening
files and sockets.
 1.7  12-Jan-2011  pooka Give the stress queen two modes: one which nicely suggests an exit
and another one which keeps moet et chandon in her pretty cabinet.
 1.6  12-Jan-2011  pooka Establish signal handler already in parent. Otherwise the child
might be killed before it has a chance to run.
 1.5  11-Jan-2011  pooka Print some more info in an attempt to try to understand why the
test fails in automated test runs but not my desktop.
 1.4  10-Jan-2011  pooka Make sure stressclient worker threads complete their operation
instead of hanging.
 1.3  10-Jan-2011  pooka Don't use printf in a signal handler.

XXX: it would be nice if the deadlock with malloc were a little
more obvious, especially since gdb doesn't provide any clues unless
you compile libpthread with -g
 1.2  06-Jan-2011  pooka check that child exits with an expected status
 1.1  30-Nov-2010  pooka Add a simple and stress test cases for the rump remote syscall code.
Fun fact: since the server daemonizes into its own process group,
it's not in atf's pgrp. Use rump_sys_reboot() in atf cleanup to
kill the server after the test.

RSS XML Feed