TESTS: ctdb_fetch needs to allow tevent nesting
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 6 Feb 2012 06:32:34 +0000 (17:32 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 6 Feb 2012 06:32:34 +0000 (17:32 +1100)
(This used to be ctdb commit 4fa3f109b7ddc40e79c5fbb9688e0e830c0a655e)

ctdb/tests/src/ctdb_fetch.c

index f0311c8948e0e590046e13a9b6bac0c2eb2c11ff..3b5ce8bf16243df1b4c0269638d6043610595baf 100644 (file)
@@ -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));