Closed andrewhowick closed 3 years ago
@andrewhowick Thanks for your report. Is it possible for you to share a subset of your project that re-creates this issue? If so, could you upload it here?
Hello Jakob,
I think I know what the problem is, I am running multiple test where each method needs to run multiple cycles. I suspect that a single function block carrying all the different variables is what's causing all my issues.
When I comment out the other test along with its variables and prevent the compiling of its methods respective method, my single run test pass with no problems. Once I uncomment the other test along with its variables, the test would fail again.
Nevermind, I separated them into two separate function blocks and the same issue occurred. I can't test both independently nor have them both active at the same time
Is it possible for you to share the failing code? In the link you provided I only see two screenshots
@andrewhowick Have you managed to fix this issue, and if not, is it possible to get a minimal reproduced sample of where this occurs?
Hello Jakob, sorry for the late reply as I was on holiday.
I have created a similar abit different code to my original source code and have invited you to the repository.
@andrewhowick I've created a separate issue in your repository!
Hello,
I am trying to unit test a piece of code but every time I run the test, my computer crashes. When I copy and paste the testing procedure outside of the unit test environment and into MAIN, the code runs perfectly fine.
I think the pointers inside of my program could be conflicting with the unit testing library but I can't come to that conclusion. Are you able to look into it from your end and see if that is the case?
Keep up the good work.