1:删除37与149对14:APP_SUBSCRIBE_ID表的支持

2:为日志查询的url字段做左匹配处理
3:修改测试程序打印表达式
4:加配置同步到集群库的定时任务
This commit is contained in:
RenKaiGe-Office
2018-09-11 18:18:56 +08:00
parent a8b1c53d76
commit 50211f4ea7
10 changed files with 349 additions and 434 deletions

View File

@@ -153,7 +153,8 @@ public class MaatTestController {
configCompileList.add(getConfigCompile(ser));
}
String jsonString = JsonMapper.toJsonString(configCompileList);
System.out.println(jsonString);
FileUtils.addStrToFile("下发的json串是"+jsonString+"\n",
Configurations.getStringProperty("maatTestLogPath", ""), true);
// 保存测试配置
configSourcesService.saveMaatConfig(thread, start, configCompileList, sb);
for (ConfigCompile configCompile : configCompileList) {
@@ -179,7 +180,8 @@ public class MaatTestController {
configCompileList.add(getConfigCompile(service));
}
String jsonString = JsonMapper.toJsonString(configCompileList);
System.out.println(jsonString);
FileUtils.addStrToFile("下发的json串是"+jsonString+"\n",
Configurations.getStringProperty("maatTestLogPath", ""), true);
// 保存测试配置
configSourcesService.saveMaatConfig(thread, start, configCompileList, sb);
for (ConfigCompile configCompile : configCompileList) {