]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
torture3: Rename LOCAL-DBWRAP-CTDB->LOCAL-DBWRAP-CTDB1
authorVolker Lendecke <vl@samba.org>
Mon, 23 Mar 2020 12:02:55 +0000 (13:02 +0100)
committerRalph Boehme <slow@samba.org>
Tue, 28 Apr 2020 09:08:39 +0000 (09:08 +0000)
There will be more

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/torture/proto.h
source3/torture/test_dbwrap_ctdb.c
source3/torture/torture.c

index 88aac182955c11fcad7c38d74793b02ddfc60a71..7f4c922d83ddaf5d3c0ec55345b226aba8d3aef8 100644 (file)
@@ -118,7 +118,7 @@ bool run_dbwrap_watch3(int dummy);
 bool run_dbwrap_watch4(int dummy);
 bool run_dbwrap_do_locked1(int dummy);
 bool run_idmap_tdb_common_test(int dummy);
-bool run_local_dbwrap_ctdb(int dummy);
+bool run_local_dbwrap_ctdb1(int dummy);
 bool run_qpathinfo_bufsize(int dummy);
 bool run_bench_pthreadpool(int dummy);
 bool run_messaging_read1(int dummy);
index d147e8c5cfdd2c412beaeec60b8ef197c5e65768..15db2daccd6b51d16df4c55bd0002e0e9c9061f9 100644 (file)
@@ -25,7 +25,7 @@
 #include "messages.h"
 #include "lib/messages_ctdb.h"
 
-bool run_local_dbwrap_ctdb(int dummy)
+bool run_local_dbwrap_ctdb1(int dummy)
 {
        struct db_context *db = NULL;
        int res;
index 7aa957475a4ec1503c7895529e7ee476ba24afb4..96de663de8d6d1c70c36ec980c9f93fefd57d469 100644 (file)
@@ -14928,8 +14928,8 @@ static struct {
                .fn    = run_local_tdb_writer,
        },
        {
-               .name  = "LOCAL-DBWRAP-CTDB",
-               .fn    = run_local_dbwrap_ctdb,
+               .name  = "LOCAL-DBWRAP-CTDB1",
+               .fn    = run_local_dbwrap_ctdb1,
        },
        {
                .name  = "LOCAL-BENCH-PTHREADPOOL",