Skip to content

Commit c3278b2

Browse files
authored
Revert "Fix failing kafka integration test" (#1077)
* Revert "Make the metrics produced by jaeger query scoped to the query component, and generated for all span readers (not just ES) (#1074)" Signed-off-by: Pavol Loffay <ploffay@redhat.com>
1 parent e8e5962 commit c3278b2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

plugin/storage/integration/kafka_test.go

+1-5
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,7 @@ func (s *KafkaIntegrationTestSuite) initialize() error {
8888
s.SpanWriter = spanWriter
8989
s.SpanReader = &ingester{traceStore}
9090
s.Refresh = func() error { return nil }
91-
s.CleanUp = func() error {
92-
// TODO close would not work if multiple tests are run
93-
spanConsumer.Close()
94-
return nil
95-
}
91+
s.CleanUp = func() error { return nil }
9692
return nil
9793
}
9894

0 commit comments

Comments
 (0)