opentelemetry-java-instrume.../dd-java-agent/testing
Nikolay Martynov bae2d7dde8 Allow non-wrapped tasks in disabled executors
Some executors cannot handle tasks that have been wrapped into
`{Runnable,Callable}Wrapper` because they require certain subclass of
`{Callable,Runnable}` in order to work. We have a test that
effectively disables instrumentation for such executors.

This change makes sure that tasks that do not need to be
wrapped (which essentially means anything that is not lambda) still
get traced in such executors. One notable example of affected executor
type is `ScheduledThreadPoolExecutor`.
2019-02-11 11:47:34 -05:00
..
src Allow non-wrapped tasks in disabled executors 2019-02-11 11:47:34 -05:00
testing.gradle Fix code coverage ignores. 2019-02-05 12:15:14 -08:00