This is an automated email from the ASF dual-hosted git repository.
liubao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git.
from 50b8b08 [SCB-1154]invocation related log must invoke with marker
new 284b3dd [SCB-1824]jacskon convertValue will convert all objects start
for 2.10.*, java-chassis need not convert RestTemplate arguments
new f79d90e [SCB-1824] fix unit test random fail due to
MockClasses.getMock throw NPE
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../foundation/common/utils/RestObjectMapper.java | 15 +++
...cker.java => TestInstanceCacheCheckerMock.java} | 64 ++----------
.../TestInstanceCacheCheckerWithoutMock.java | 116 +++++++++++++++++++++
3 files changed, 140 insertions(+), 55 deletions(-)
rename
service-registry/src/test/java/org/apache/servicecomb/serviceregistry/diagnosis/instance/{TestInstanceCacheChecker.java
=> TestInstanceCacheCheckerMock.java} (83%)
create mode 100644
service-registry/src/test/java/org/apache/servicecomb/serviceregistry/diagnosis/instance/TestInstanceCacheCheckerWithoutMock.java