You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/03 03:28:41 UTC

[incubator-zipkin-brave] branch backfills-noop-test updated (be63be5 -> df7c980)

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

adriancole pushed a change to branch backfills-noop-test
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave.git.


 discard be63be5  Backfills test of setNoop behavior
     add 4db98d3  RateLimitingSampler parallel theory didn't run by default (#888)
     add df7c980  Backfills test of setNoop behavior

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (be63be5)
            \
             N -- N -- N   refs/heads/backfills-noop-test (df7c980)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../java/brave/sampler/RateLimitingSampler.java    |   5 +-
 brave/src/test/java/brave/TracingTest.java         | 101 ++++++++++++---------
 .../brave/sampler/RateLimitingSamplerSoakTest.java |  88 ++++++++++++++++++
 .../brave/sampler/RateLimitingSamplerTest.java     |  31 ++++---
 4 files changed, 163 insertions(+), 62 deletions(-)
 create mode 100644 brave/src/test/java/brave/sampler/RateLimitingSamplerSoakTest.java