This is an automated email from the ASF dual-hosted git repository.
journey pushed a change to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from 67cde18 fix #1515 (#1516)
add 0567b58 Add the UTs of FuncUtils and JSONUtilsTest. (#1507)
No new revisions were added by this update.
Summary of changes:
.../dolphinscheduler/alert/utils/FuncUtils.java | 7 ++
.../alert/utils/FuncUtilsTest.java | 54 +++++-----
.../alert/utils/JSONUtilsTest.java | 112 +++++++++++++++++++++
pom.xml | 7 +-
4 files changed, 152 insertions(+), 28 deletions(-)
copy
dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/threadutils/ThreadPoolExecutorsTest.java
=>
dolphinscheduler-alert/src/test/java/org/apache/dolphinscheduler/alert/utils/FuncUtilsTest.java
(52%)
create mode 100644
dolphinscheduler-alert/src/test/java/org/apache/dolphinscheduler/alert/utils/JSONUtilsTest.java