TestCentric / testcentric-engine

Test engine that loads and runs tests for TestCentric
MIT License
0 stars 3 forks source link

Clicking 'X' leaves the runner process in memory #142

Closed CharliePoole closed 1 year ago

CharliePoole commented 1 year ago

Start the GUI. Click 'X' to exit. Check in Task Manager. The process is still running.

Using 'File | Exit' works correctly. 'X' should do the same thing.

CharliePoole commented 1 year ago

Turns out this only happens when there is an agent loaded using the TCP communication transport. Error is in engine, transferring this issue there.

CharliePoole commented 1 year ago

Verified the problem still exists in the latest (dev-00024) build as well as in beta1 where it was initially detected.

CharliePoole commented 1 year ago

This required a series of PRs but is now fixed in the 2.0.0-dev00032 build of the engine and the 2.0.0-dev00302 build of the GUI.

CharliePoole commented 1 year ago

:tada: This issue has been resolved in version 2.0.0-beta2 :tada:

The release is available on: