[SCM] CTDB repository - branch master updated - ctdb-1.12-186-g4fa3f10

Ronnie Sahlberg sahlberg at samba.org
Mon Feb 6 00:59:25 MST 2012


The branch, master has been updated
       via  4fa3f109b7ddc40e79c5fbb9688e0e830c0a655e (commit)
      from  5f660e5bf321ae5332bf1d32c8af36d6cc2569f4 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4fa3f109b7ddc40e79c5fbb9688e0e830c0a655e
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Mon Feb 6 17:32:34 2012 +1100

    TESTS: ctdb_fetch needs to allow tevent nesting

-----------------------------------------------------------------------

Summary of changes:
 tests/src/ctdb_fetch.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tests/src/ctdb_fetch.c b/tests/src/ctdb_fetch.c
index f0311c8..3b5ce8b 100644
--- a/tests/src/ctdb_fetch.c
+++ b/tests/src/ctdb_fetch.c
@@ -206,6 +206,7 @@ int main(int argc, const char *argv[])
 	}
 
 	ev = event_context_init(NULL);
+	tevent_loop_allow_nesting(ev);
 
 	ctdb = ctdb_cmdline_client(ev, timeval_current_ofs(3, 0));
 


-- 
CTDB repository


More information about the samba-cvs mailing list