From c5dbd7d0d76827ad25d3cfaf322f5597676df011 Mon Sep 17 00:00:00 2001 From: Nikolay Martynov Date: Fri, 17 May 2019 13:49:46 -0400 Subject: [PATCH] Fix ApacheHttpAsync race condition --- .../groovy/ApacheHttpAsyncClientNullCallbackTest.groovy | 6 +----- .../groovy/datadog/trace/agent/test/AgentTestRunner.java | 4 ++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dd-java-agent/instrumentation/apache-httpasyncclient-4/src/test/groovy/ApacheHttpAsyncClientNullCallbackTest.groovy b/dd-java-agent/instrumentation/apache-httpasyncclient-4/src/test/groovy/ApacheHttpAsyncClientNullCallbackTest.groovy index ea8e04521b..ea3ecff48b 100644 --- a/dd-java-agent/instrumentation/apache-httpasyncclient-4/src/test/groovy/ApacheHttpAsyncClientNullCallbackTest.groovy +++ b/dd-java-agent/instrumentation/apache-httpasyncclient-4/src/test/groovy/ApacheHttpAsyncClientNullCallbackTest.groovy @@ -1,6 +1,5 @@ import datadog.trace.agent.test.base.HttpClientTest import datadog.trace.instrumentation.apachehttpasyncclient.ApacheHttpAsyncClientDecorator -import io.opentracing.util.GlobalTracer import org.apache.http.client.methods.HttpGet import org.apache.http.impl.nio.client.HttpAsyncClients import org.apache.http.message.BasicHeader @@ -34,10 +33,7 @@ class ApacheHttpAsyncClientNullCallbackTest extends HttpClientTest