部分controller接口集成测试

This commit is contained in:
xuguang
2022-02-21 10:43:54 +08:00
parent 05ceeea4b0
commit 39a6302c18
30 changed files with 2441 additions and 533 deletions

View File

@@ -0,0 +1,33 @@
# 接口基本地址
base-url = http://localhost:8080
# appId
appId = dkm_admin
# 存活的brokerId
alive-brokerId = 1
# 集群名称
cluster.name = integrationTestCluster
# 集群地址
cluster.bootstrap.address = 10.190.46.198:9093,10.190.14.237:9093,10.190.50.65:9093
# zk地址
cluster.zookeeper.address = 10.190.46.198:2181,10.190.14.237:2181,10.190.50.65:2181/xg
# 物理集群在数据库中的Id
physicalCluster.id.in.mysql = 1
# 逻辑集群在数据库中的Id新创建的逻辑集群并不能立即加载到缓存中所以需要用已创建好的
logicalCluster.id.in.mysql = 7
logicalCluster.name = integrationTestLogicalCluster
# 集成测试用的Topic
topic.name = integrationTestTopic
# 集成测试用的region
region.name = integrationTestRegion
# gateway相关配置
gateway.config.type = SD_CLUSTER_ID
gateway.config.name = integrationTest_SD
gateway.config.value = 127.0.0.1
gateway.config.description = integrationTest