The branch, master has been updated
       via  7a6134e684c9ac4763bf198ef1410867b6082c94 (commit)
      from  12e14a09dd28ed005c8eb8fca7cd38a96aab938e (commit)

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


- Log -----------------------------------------------------------------
commit 7a6134e684c9ac4763bf198ef1410867b6082c94
Author: Ronnie Sahlberg <[email protected]>
Date:   Wed Sep 9 12:50:55 2009 +1000

    allow the transaction commit to fail

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

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


Changeset truncated at 500 lines:

diff --git a/tests/src/ctdb_persistent.c b/tests/src/ctdb_persistent.c
index 8110ce1..4a50aa7 100644
--- a/tests/src/ctdb_persistent.c
+++ b/tests/src/ctdb_persistent.c
@@ -164,7 +164,7 @@ static void test_store_records(struct ctdb_context *ctdb, 
struct event_context *
                ret = ctdb_transaction_commit(h);
                if (ret != 0) {
                        DEBUG(DEBUG_ERR,("Failed to commit transaction\n"));
-                       exit(1);
+                       //exit(1);
                }
 
                /* store the counters and verify that they are sane */


-- 
CTDB repository

Reply via email to