You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by pe...@apache.org on 2019/05/06 09:36:55 UTC

[skywalking] branch tz updated (a7e6b59 -> 36092e9)

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

pengys pushed a change to branch tz
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from a7e6b59  Add documents for timezone and ttl
     add a4eb10d  1. Add unit tests for cluster-consul-plugin; (#2572)
     add 6412811  Update powered-by.md (#2595)
     add ec9bea9  Fix the typo. (#2596)
     add da77397  init need not return anything. also this function not used by other places. (#2597)
     add e6ebf62  Add catch clause more details. (#2601)
     add 36092e9  Merge branch 'master' into tz

No new revisions were added by this update.

Summary of changes:
 .../agent/core/conf/SnifferConfigInitializer.java  |   2 +-
 .../agent/core/plugin/loader/AgentClassLoader.java |   4 +-
 .../skywalking/apm/agent/SkyWalkingAgent.java      |   8 +
 docs/powered-by.md                                 |   1 +
 .../plugin/consul/ClusterModuleConsulProvider.java |  11 +-
 .../consul/ClusterModuleConsulProviderTest.java    | 142 +++++++++++++++
 .../plugin/consul/ConsulCoordinatorTest.java       | 201 +++++++++++++++++++++
 .../dependencies/NamespacedPodListWatchTest.java   | 166 +++++++++++++++++
 .../plugin/zookeeper/NodeNameBuilderTest.java}     |  19 +-
 .../plugin/zookeeper/ZookeeperCoordinatorTest.java | 101 +++++++++++
 10 files changed, 642 insertions(+), 13 deletions(-)
 create mode 100644 oap-server/server-cluster-plugin/cluster-consul-plugin/src/test/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ClusterModuleConsulProviderTest.java
 create mode 100644 oap-server/server-cluster-plugin/cluster-consul-plugin/src/test/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ConsulCoordinatorTest.java
 create mode 100644 oap-server/server-cluster-plugin/cluster-kubernetes-plugin/src/test/java/org/apache/skywalking/oap/server/cluster/plugin/kubernetes/dependencies/NamespacedPodListWatchTest.java
 copy oap-server/server-cluster-plugin/cluster-zookeeper-plugin/src/{main/java/org/apache/skywalking/oap/server/cluster/plugin/zookeeper/NodeNameBuilder.java => test/java/org/apache/skywalking/oap/server/cluster/plugin/zookeeper/NodeNameBuilderTest.java} (69%)
 create mode 100644 oap-server/server-cluster-plugin/cluster-zookeeper-plugin/src/test/java/org/apache/skywalking/oap/server/cluster/plugin/zookeeper/ZookeeperCoordinatorTest.java