Closed codewing closed 10 months ago
We've found the issue: Our tests start an adb server to run the tests. This is not listed as a child process but somehow linked to the execution. Killing this process immediately finishes the execution of the step.
We're currently having issues with this action w.r.t. termination after executing a task. The logs suggest that cake finished execution (see log below) but the step only terminates after seemingly idling for a long time (last run was 45 minutes between the cake log that it finished and the termination of the action)
We've also had a look at the process monitor to see if there are child-processes that the action might be waiting for but couldn't see any other than the process that is running this action.
This screenshot was taken between the cake task writing the log above and it finishing the execution of the step.
We also tried to run it manually on the build server via the cake command line tool and there it also works flawlessly so we assume it has something to do with this plugin / node...
If you have any more pointers to what we can try please let me know. We also couldn't reproduce the delay locally on two different machines.