Greedyu commented on code in PR #4326: URL: https://github.com/apache/incubator-inlong/pull/4326#discussion_r879998942
########## inlong-manager/manager-web/src/main/resources/application-test.properties: ########## @@ -44,7 +44,7 @@ spring.datasource.druid.testOnReturn=false # Configure filters for monitoring statistics interception, stat:monitoring statistics, log4j:log, wall:defense against SQL injection spring.datasource.druid.filters=stat,wall # Open the mergeSql function through the connectProperties property, Slow SQL records -spring.datasource.druid.connectionProperties=druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 +spring.datasource.druid.connectionProperties=druid.stat.mergeSql=false;druid.stat.slowSqlMillis=5000 Review Comment: Yes, because the WebBaseTest class is based on the BaseTest class, and BaseTest belongs to the manager-test module -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
