diff options
author | aozeritsky <aozeritsky@ydb.tech> | 2023-09-18 16:55:01 +0300 |
---|---|---|
committer | aozeritsky <aozeritsky@ydb.tech> | 2023-09-18 17:18:23 +0300 |
commit | 942d34a447b85857189bea9ae13b59445d2acc2b (patch) | |
tree | 24714253d36e98944a43310a97864c09156778ac | |
parent | 60d18a31807c72a3b253fd5e0f39d3c46d81dd46 (diff) | |
download | ydb-942d34a447b85857189bea9ae13b59445d2acc2b.tar.gz |
Use dummy leader election for tests
-rw-r--r-- | ydb/library/yql/providers/dq/config/config.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/library/yql/providers/dq/config/config.proto b/ydb/library/yql/providers/dq/config/config.proto index 9599ccbda0..154a9b4990 100644 --- a/ydb/library/yql/providers/dq/config/config.proto +++ b/ydb/library/yql/providers/dq/config/config.proto @@ -117,6 +117,7 @@ message TDqConfig { optional int64 HeartbeatPeriodMs = 8 [default = 2000]; repeated string ServiceNodeHostPort = 9; // for tests and debug only optional string Revision = 10; // for tests and debug only + optional string LockType = 11 [default = "yt"]; // for tests and debug only } optional TYtCoordinator YtCoordinator = 6; |