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/01 05:14:40 UTC

[incubator-zipkin] branch collector-normalization updated: oops copy/pasta

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

adriancole pushed a commit to branch collector-normalization
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git


The following commit(s) were added to refs/heads/collector-normalization by this push:
     new 3575ec7  oops copy/pasta
3575ec7 is described below

commit 3575ec723dad035933041438203ec055dff9f33e
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Wed May 1 13:14:30 2019 +0800

    oops copy/pasta
---
 .../test/java/zipkin2/collector/rabbitmq/ITRabbitMQCollector.java   | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/zipkin-collector/rabbitmq/src/test/java/zipkin2/collector/rabbitmq/ITRabbitMQCollector.java b/zipkin-collector/rabbitmq/src/test/java/zipkin2/collector/rabbitmq/ITRabbitMQCollector.java
index e53f471..45359dc 100644
--- a/zipkin-collector/rabbitmq/src/test/java/zipkin2/collector/rabbitmq/ITRabbitMQCollector.java
+++ b/zipkin-collector/rabbitmq/src/test/java/zipkin2/collector/rabbitmq/ITRabbitMQCollector.java
@@ -112,12 +112,6 @@ public class ITRabbitMQCollector {
     rabbit.publish(malformed2);
     rabbit.publish(THRIFT.encodeList(spans));
 
-    rabbit.publish(SpanBytesEncoder.JSON_V2.encodeList(spans));
-    rabbit.publish(new byte[0]);
-    rabbit.publish("[\"='".getBytes()); // screwed up json
-    rabbit.publish("malformed".getBytes());
-    rabbit.publish(SpanBytesEncoder.JSON_V2.encodeList(spans));
-
     Thread.sleep(1000);
 
     assertThat(rabbit.rabbitmqMetrics.messages()).isEqualTo(5);