This is an automated email from the ASF dual-hosted git repository.
shown pushed a change to branch bugfix-mongodb
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
from b8489bc28 Merge branch 'master' into bugfix-mongodb
add ff3139e1d test: add unit test case for the util (#2701)
add d6ff2a8a3 Merge branch 'master' into bugfix-mongodb
No new revisions were added by this update.
Summary of changes:
.../apache/hertzbeat/common/util/ResponseUtil.java | 10 +++
.../hertzbeat/common/cache/CacheFactoryTest.java | 24 +++---
.../hertzbeat/common/cache/CaffeineCacheTest.java | 7 ++
.../common/util/JexlExpressionRunnerTest.java | 69 +++++++++++++++++
.../apache/hertzbeat/common/util/JsonUtilTest.java | 17 +++++
.../hertzbeat/common/util/NetworkUtilTest.java | 17 ++---
.../org/apache/hertzbeat/common/util/PairTest.java | 22 +++---
.../hertzbeat/common/util/ResponseUtilTest.java | 86 ++++++++++++++++++++++
8 files changed, 217 insertions(+), 35 deletions(-)
copy
collector/src/test/java/org/apache/hertzbeat/collector/collect/common/ssh/CommonSshClientTest.java
=>
common/src/test/java/org/apache/hertzbeat/common/cache/CacheFactoryTest.java
(70%)
create mode 100644
common/src/test/java/org/apache/hertzbeat/common/util/JexlExpressionRunnerTest.java
copy
collector/src/test/java/org/apache/hertzbeat/collector/collect/database/JdbcSpiLoaderTest.java
=> common/src/test/java/org/apache/hertzbeat/common/util/NetworkUtilTest.java
(76%)
copy
collector/src/test/java/org/apache/hertzbeat/collector/collect/database/JdbcSpiLoaderTest.java
=> common/src/test/java/org/apache/hertzbeat/common/util/PairTest.java (68%)
create mode 100644
common/src/test/java/org/apache/hertzbeat/common/util/ResponseUtilTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]