From: Volker Lendecke Date: Mon, 23 Mar 2020 12:02:55 +0000 (+0100) Subject: torture3: Rename LOCAL-DBWRAP-CTDB->LOCAL-DBWRAP-CTDB1 X-Git-Tag: ldb-2.2.0~863 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=262a7aa7a68b77d2b7f6405dc99fa380d2aed216;p=thirdparty%2Fsamba.git torture3: Rename LOCAL-DBWRAP-CTDB->LOCAL-DBWRAP-CTDB1 There will be more Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/torture/proto.h b/source3/torture/proto.h index 88aac182955..7f4c922d83d 100644 --- a/source3/torture/proto.h +++ b/source3/torture/proto.h @@ -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); diff --git a/source3/torture/test_dbwrap_ctdb.c b/source3/torture/test_dbwrap_ctdb.c index d147e8c5cfd..15db2daccd6 100644 --- a/source3/torture/test_dbwrap_ctdb.c +++ b/source3/torture/test_dbwrap_ctdb.c @@ -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; diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 7aa957475a4..96de663de8d 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -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",