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/05/06 09:38:16 UTC

[incubator-zipkin] branch es-no-2 updated (b5b308c -> bca187c)

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

adriancole pushed a change to branch es-no-2
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git.


 discard b5b308c  hoping xenial is slightly faster
 discard 473c35b  adds test suite missing from ES 7
 discard 7214f4a  Removes support for Elasticsearch 2.x
     add 9ff4da6  Removes support for Elasticsearch 2.x
     add 6fdc374  Updates travis to latest build slave
     add bca187c  Saves time by quarantining only the dirtiest tests

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   (b5b308c)
            \
             N -- N -- N   refs/heads/es-no-2 (bca187c)

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:
 .../server/internal/ITZipkinMetricsHealth.java     |  47 --------
 .../internal/ITZipkinMetricsHealthDirty.java       | 131 +++++++++++++++++++++
 2 files changed, 131 insertions(+), 47 deletions(-)
 create mode 100644 zipkin-server/src/test/java/zipkin2/server/internal/ITZipkinMetricsHealthDirty.java