Test Runner not shutting down quickly

Answered

I've been playing around with the Test Runner settings in an effort to work out why it seems to take a while to close down. I have noticed a couple of issues:

 

  1. Even after all of my chromedriver.exe instances are closed, the Test Runner is hanging on for a few seconds before I can run new tests again. I've tried dropping the hanging test execution times etc. but so far have not managed to fix it
  2. Sometimes some of my failed tests cannot be rerun (when I right click them the option to Run Unit Test is greyed out), even though some other failed tests can be run. If the system is ready to run one test again, why can't it run a different test?
0
1 comment

Hello James,

1. It sounds like there is some finishing logic in the end of test run takes some time to complete its work. I would suggest trying to attach dotTrace Timeline to Test Runner to check what exactly it is doing.

2. Could you please clarify what Rider version are you running? There is a chance you could face a known issue: RIDER-34652.

Let me know if you have other questions.

0

Please sign in to leave a comment.