wearefrank / ladybug

Enable users of your application to debug and test it
Apache License 2.0
13 stars 8 forks source link

cancelChildThread not handled properly #165

Open gvanbrakel opened 1 year ago

gvanbrakel commented 1 year ago

In some cases a Ladybug reports show 'waiting for thread 'x' to start', where the announced thread is canceled. To reproduce: For example run iaf-test scenario '\QuerySender\scenario09' and see the ladybug report.

FF version 7.9

13:09:52,606 TRACE stream.ThreadConnector - [nl.nn.adapterframework.stream.ThreadConnector@77acb1] announced thread [nl.nn.ibistesttool.ThreadDebugInfo@cba292] for owner [nl.nn.adapterframework.senders.XsltSender@f29358] correlationId [Test Tool correlation id(1)]
13:09:52,607 TRACE stream.ThreadConnector - [nl.nn.adapterframework.stream.ThreadConnector@19fe846] announced thread [nl.nn.ibistesttool.ThreadDebugInfo@1bfdbbe] for owner [nl.nn.adapterframework.senders.XsltSender@f29358] correlationId [Test Tool correlation id(1)]
13:09:52,614 TRACE stream.ThreadConnector - [nl.nn.adapterframework.stream.ThreadConnector@19fe846] cancel thread [nl.nn.ibistesttool.ThreadDebugInfo@1bfdbbe]
13:09:52,618 TRACE stream.ThreadConnector - [nl.nn.adapterframework.stream.ThreadConnector@77acb1] cancel thread [nl.nn.ibistesttool.ThreadDebugInfo@cba292]