fernandocristan 0 Posted November 27, 2019 Hello people, I've been using DUnitX with TestInsigh for about 4 months. We have several classes with tests and recently something strange has started to occur. DUnitX stops the tests from running in the last test. This way I do not get the correct result. And it's not always the same test. If I just execute any of the units where the lock occurs, the tests run and pass correctly. Has anyone been through this, you know what I can do? There is a image. Share this post Link to post
Vincent Parrett 750 Posted November 27, 2019 If you run them without TestInsight do they complete OK? Also if you are using the version of DUnitX that shipped with delphi Berlin then I'd recommend grabbing the latest from github to test with. https://github.com/vsoftTechnologies/dunitx Share this post Link to post
fernandocristan 0 Posted November 29, 2019 It is the same. I will try to update. How do I uninstall from the current Delphi DUNitx? Or just install over it? Share this post Link to post
fernandocristan 0 Posted January 7, 2020 I solved the problem. It was memory leak. In several tests object creation was taking place and memory was not being released. I didn't realize that this could be a problem. But that's it guys. Share this post Link to post