You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/02/27 00:06:37 UTC

[servicecomb-pack] branch master updated (6612126 -> 3b8033d)

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git.


    from 6612126  SCB-1142 Clean up the alpha-spring-boot-starter
     new 60a5ea3  [SCB-1171] Improve unit test coverage for ClusterLockServiceTest
     new 137321d  [SCB-1171] Refactoring removes unused methods
     new 23a1142  [SCB-1171] Replace Thread.sleep with awaitility
     new 8094487  [SCB-1171] Remove the time property of @Test、throws InterruptedException、Redundant test cases
     new 3b8033d  [SCB-1171] Replace Mockito.any() with any()

The 980 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:
 .../server/cluster/master/ClusterLockService.java  |  4 --
 .../master/provider/AbstractLockProvider.java      | 12 +++-
 .../provider/jdbc/MasterLockEntityRepository.java  |  2 +-
 .../provider/jdbc/SpringMasterLockRepository.java  |  5 +-
 .../master/provider/jdbc/jpa/MasterLock.java       |  8 ---
 .../cluster/master/ClusterLockServiceTest.java     | 84 +++++++++++++++-------
 6 files changed, 71 insertions(+), 44 deletions(-)