CVS commit: src/tests/rump/rumpkern/h_client

2011-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 26 13:17:36 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: fix fallout from including signal.h in rump_syscallargs.h To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/rump/rumpkern/h_client

2011-02-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Feb 19 09:56:45 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_reconcli.c Log Message: set reconnect property now that it's off by default To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/rump/rumpkern/h_client

2011-02-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Feb 7 20:05:09 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_sigcli.c Log Message: Limit test duration based on wall time instead of loops (took a long time on slow platforms). To generate a diff of this

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 11:12:26 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Establish signal handler already in parent. Otherwise the child might be killed before it has a chance to run. To

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 11:37:45 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Give the stress queen two modes: one which nicely suggests an exit and another one which keeps moet et chandon in her pretty

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 11:26:28 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Print some more info in an attempt to try to understand why the test fails in automated test runs but not my desktop. To

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 14:05:04 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Don't use printf in a signal handler. XXX: it would be nice if the deadlock with malloc were a little more obvious,

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 19:30:22 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_sigcli.c Log Message: check that we actually go into the signal handler To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 6 06:59:25 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: check that child exits with an expected status To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2