This is an automated email from the ASF dual-hosted git repository. jiacai2050 pushed a commit to branch fix-name in repository https://gitbox.apache.org/repos/asf/incubator-horaedb-meta.git
commit 319504fb103797cf79884d957fc91b69bd4f465b Author: jiacai2050 <[email protected]> AuthorDate: Thu Jan 4 17:12:09 2024 +0800 chore: replace ceresdb with test --- server/cluster/manager_test.go | 4 ++-- server/config/config.go | 2 +- server/coordinator/procedure/test/common.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/cluster/manager_test.go b/server/cluster/manager_test.go index 069d34f..779e1ca 100644 --- a/server/cluster/manager_test.go +++ b/server/cluster/manager_test.go @@ -37,8 +37,8 @@ import ( const ( defaultTimeout = time.Second * 20 - cluster1 = "ceresdbCluster1" - defaultSchema = "ceresdbSchema" + cluster1 = "testCluster1" + defaultSchema = "testSchema" defaultNodeCount = 2 defaultShardTotal = 8 defaultProcedureExecutingBatchSize = 100 diff --git a/server/config/config.go b/server/config/config.go index 02ee266..91556dc 100644 --- a/server/config/config.go +++ b/server/config/config.go @@ -59,7 +59,7 @@ const ( defaultNodeNamePrefix = "horaemeta" defaultEndpoint = "127.0.0.1" - defaultRootPath = "/ceresdb" + defaultRootPath = "/horaedb" defaultClientUrls = "http://0.0.0.0:2379" defaultPeerUrls = "http://0.0.0.0:2380" defaultInitialClusterState = embed.ClusterStateFlagNew diff --git a/server/coordinator/procedure/test/common.go b/server/coordinator/procedure/test/common.go index 63eae55..7550601 100644 --- a/server/coordinator/procedure/test/common.go +++ b/server/coordinator/procedure/test/common.go @@ -46,7 +46,7 @@ const ( TestSchemaName = "TestSchemaName" TestRootPath = "/rootPath" DefaultIDAllocatorStep = 20 - ClusterName = "ceresdbCluster1" + ClusterName = "testCluster1" DefaultNodeCount = 2 DefaultShardTotal = 4 DefaultSchedulerOperator = true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
