From: Ronnie Sahlberg Date: Wed, 2 May 2007 01:09:10 +0000 (+1000) Subject: remove test code in the fetch test to keep the daemons running forever X-Git-Tag: tevent-0.9.20~348^2~2794^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f84807005816e2ba2d4bf52353f7c34e8275ea1;p=thirdparty%2Fsamba.git remove test code in the fetch test to keep the daemons running forever (so one has lots of tiume to play with ctdb_control) (This used to be ctdb commit 8fbaf82a7b3f0e62c887e91731ad8c659122c785) --- diff --git a/ctdb/tests/ctdb_fetch.c b/ctdb/tests/ctdb_fetch.c index 3f9de0a5288..abf360d5319 100644 --- a/ctdb/tests/ctdb_fetch.c +++ b/ctdb/tests/ctdb_fetch.c @@ -243,10 +243,6 @@ int main(int argc, const char *argv[]) printf("DATA:\n%s\n", (char *)call.reply_data.dptr); -#if 1 -/* to keep the cluster up so one can play with it using the controls */ -sleep(9999999); -#endif /* go into a wait loop to allow other nodes to complete */ ctdb_shutdown(ctdb);