1:删除37与149对14:APP_SUBSCRIBE_ID表的支持
2:为日志查询的url字段做左匹配处理 3:修改测试程序打印表达式 4:加配置同步到集群库的定时任务
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user