File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dd-java-agent/instrumentation/java-concurrent/src/test/groovy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ class NettyExecutorInstrumentationTest extends AgentTestRunner {
195195 " schedule Runnable" | scheduleRunnable | localEventLoopGroup
196196 " schedule Callable" | scheduleCallable | localEventLoopGroup
197197
198- poolName = poolImpl. class. simpleName
198+ poolName = poolImpl? . class? . simpleName
199199 }
200200
201201 def " #poolName '#name' reports after canceled jobs" () {
@@ -274,7 +274,7 @@ class NettyExecutorInstrumentationTest extends AgentTestRunner {
274274 " schedule Runnable" | scheduleRunnable | localEventLoopGroup. next()
275275 " schedule Callable" | scheduleCallable | localEventLoopGroup. next()
276276
277- poolName = poolImpl. class. simpleName
277+ poolName = poolImpl? . class? . simpleName
278278 }
279279
280280 def epollExecutor () {
You can’t perform that action at this time.
0 commit comments