0

When I run my complete tests: (command u), partway through, they hang. I'm not aware of any infinite loops or any other way this would be triggered.

While it appears to hang on testMatrixToCsv(), when I comment out the body of this method, it still hangs.

When I ran each completed test individually, none of them caused a hang to occur. Two of the tests took slightly longer than the others. I commented out the bodies of those two tests, and I still encounter the infinite hang.

I am modifying a local csv, and reading it immediately after. I haven’t modified the boiler setup nor tear down code. There are no shared variables between tests that have internal nor public setter methods.

How can I begin to find the source of this hang?

ScottyBlades
  • 12,189
  • 5
  • 77
  • 85
  • Could you formulate an actual question please and perhaps add something more useful than screenshots of menus? Are you accessing any resources like files? Anything special going on in the setup/tearDown methods of your tests? Do you have any variables that are shared between tests? – Joakim Danielson Jan 30 '21 at 08:47
  • @joakim thank you for the feedback. Is that better? – ScottyBlades Jan 30 '21 at 12:23
  • Yes it’s definitely better but unfortunately I can’t think of anything that might cause this right now – Joakim Danielson Jan 31 '21 at 11:29
  • You're in good company @JoakimDanielson, I'm stumped too. I'm at the start over from the most recent working commit at this point. – ScottyBlades Feb 01 '21 at 07:03

0 Answers0