This is an automated email from the ASF dual-hosted git repository.
adriancole pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git.
from 2512507 Scopes retrolambda to the core library (#2557)
new 097fc9d Removes support for Elasticsearch 2.x
new 4f0978b Saves time by quarantining only the dirtiest tests
new ff0be70 Compresses similar integration tests to reduce overall runtime
new 46ea281 Optimizes Travis configuration
The 4 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:
.travis.yml | 10 +-
zipkin-server/README.md | 5 +-
.../server/internal/ITZipkinMetricsHealth.java | 47 ----
.../internal/ITZipkinMetricsHealthDirty.java | 131 ++++++++++
.../storage/cassandra/v1/ITCassandraStorage.java | 4 +-
zipkin-storage/elasticsearch/README.md | 7 +-
.../elasticsearch/ElasticsearchStorage.java | 1 -
.../elasticsearch/VersionSpecificTemplates.java | 276 +++++++++------------
.../elasticsearch/ElasticsearchStorageTest.java | 2 +-
.../integration/ITElasticsearchStorageV2.java | 163 ------------
.../integration/ITElasticsearchStorageV7.java | 19 ++
.../src/main/java/zipkin2/storage/ITSpanStore.java | 105 ++++----
12 files changed, 326 insertions(+), 444 deletions(-)
create mode 100644
zipkin-server/src/test/java/zipkin2/server/internal/ITZipkinMetricsHealthDirty.java
delete mode 100644
zipkin-storage/elasticsearch/src/test/java/zipkin2/elasticsearch/integration/ITElasticsearchStorageV2.java