You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/04/09 08:33:53 UTC

[skywalking] branch v8-core updated (9ec9883 -> aea5940)

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

wusheng pushed a change to branch v8-core
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 9ec9883  1. Support un-tracing when backend is unavailable. 2. Add MeshDataMock.
     add aea5940  Support KEEP_TRACING config in agent. And fix the test cases.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/skywalking/apm/agent/core/conf/Config.java    |  5 +++++
 .../apm/agent/core/context/ContextManagerExtendService.java  |  5 ++---
 .../skywalking/apm/agent/core/boot/ServiceManagerTest.java   |  2 +-
 .../apm/agent/core/context/ContextManagerTest.java           |  9 ++++++++-
 .../apm/agent/core/context/IgnoredTracerContextTest.java     | 12 +++++++-----
 .../apm/agent/core/context/TracingContextTest.java           | 12 ++++++++++++
 .../apm/agent/core/remote/TraceSegmentServiceClientTest.java |  8 ++++++++
 docs/en/setup/service-agent/java-agent/README.md             |  1 +
 8 files changed, 44 insertions(+), 10 deletions(-)