opentelemetry-java-instrume.../dd-java-agent/instrumentation
Nikolay Martynov 1fbb33d182 More fixes to Lettuce tests
Lettuce intrumentatio is implemented in a way that after operation has
been performed `span` is not closed syncronously - in fact this happens
on separate thread. This means `spans` for even syncronous operations
may be closed on opposite order.
This means that writing tests that pefrom two operations and expect
two traces is slightly more complicated. In many places we can just
avoid doing that by preparing necessary data in `setup`.

This fixes some of the false negatives in tests.
2018-06-22 16:44:58 -04:00
..
akka-http-10.0 Clean up akkahttp-server/lagom tests 2018-06-15 14:30:23 -07:00
apache-httpclient-4.3 TestHttpServer is no longer used 2018-05-22 17:12:54 +10:00
aws-java-sdk-1.11.0 Fix AWS version ranges 2018-05-22 16:45:01 +10:00
aws-java-sdk-1.11.106 Fix AWS version ranges 2018-05-22 16:45:01 +10:00
classloaders Change from enum to object for map lookup key 2018-05-07 13:25:08 +10:00
datastax-cassandra-3.2 Increase Cassandra embedded server start up timeout 2018-06-21 12:00:26 -04:00
elasticsearch-rest-5 Fix ES rest client latest dep tests by forcing 6.2.+ since our instrumentation doesnt work properly with 6.3.+ 2018-06-14 10:31:45 -04:00
elasticsearch-transport-2 Make ES tests more deterministic by using listener pool with 1 thread 2018-06-22 14:23:06 -04:00
elasticsearch-transport-5 Make ES tests more deterministic by using listener pool with 1 thread 2018-06-22 14:23:06 -04:00
elasticsearch-transport-6 Make ES tests more deterministic by using listener pool with 1 thread 2018-06-22 14:23:06 -04:00
http-url-connection Suggested changes. 2018-06-08 16:38:51 +10:00
hystrix-1.4 Merge pull request #332 from DataDog/ark/playtime 2018-05-22 18:56:00 -07:00
java-concurrent Simplify Jacoco configuration 2018-06-20 17:13:30 -04:00
jax-rs-annotations Elasticsearch Instrumentation 2018-05-23 11:29:13 +10:00
jax-rs-client Merge pull request #329 from DataDog/tyler/elasticsearch-client 2018-05-24 09:03:20 +10:00
jboss-classloading Remove various warnings and other cleanup 2018-05-04 14:05:06 +10:00
jdbc Moved JDBC integration tests to become unit tests 2018-05-15 16:37:55 -04:00
jedis-1.4 Fix version upgrading for latestDepTests 2018-05-22 15:14:11 +10:00
jetty-8 Close Jetty Handler scope 2018-06-22 11:53:39 -07:00
jms-1 JMS1/2: change resource names according to PR comments 2018-06-21 14:10:50 -04:00
jms-2 JMS1/2: change resource names according to PR comments 2018-06-21 14:10:50 -04:00
kafka-clients-0.11 Fix version upgrading for latestDepTests 2018-05-22 15:14:11 +10:00
kafka-streams-0.11 Fix version upgrading for latestDepTests 2018-05-22 15:14:11 +10:00
lettuce-5 More fixes to Lettuce tests 2018-06-22 16:44:58 -04:00
mongo-3.1 Fix version upgrading for latestDepTests 2018-05-22 15:14:11 +10:00
mongo-async-3.3 Remove various warnings and other cleanup 2018-05-04 14:05:06 +10:00
netty-4.0 Add version scan. 2018-06-18 12:52:42 +10:00
netty-4.1 Add version scan. 2018-06-18 12:52:42 +10:00
okhttp-3 Fix version upgrading for latestDepTests 2018-05-22 15:14:11 +10:00
osgi-classloading Remove various warnings and other cleanup 2018-05-04 14:05:06 +10:00
play-2.4 Clean up akkahttp-server/lagom tests 2018-06-15 14:30:23 -07:00
ratpack-1.4 Elasticsearch Instrumentation 2018-05-23 11:29:13 +10:00
servlet-2 Fix tests. 2018-05-11 15:19:30 +10:00
servlet-3 Merge pull request #352 from DataDog/tyler/netty 2018-06-21 14:11:12 +10:00
sparkjava-2.4 Fix version upgrading for latestDepTests 2018-05-22 15:14:11 +10:00
spring-web Fix tests. 2018-05-11 15:19:30 +10:00
spymemcached-2.12 Make spymemcached instrumentation disabled by default 2018-06-15 14:25:51 -04:00
trace-annotation Name service based on servlet context 2018-05-11 13:59:03 +10:00
instrumentation.gradle Simplify Jacoco configuration 2018-06-20 17:13:30 -04:00