Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using ExtendedGeneratorTest in-process intermittently causes full freeze of MPS #5

Open
jennek opened this issue Sep 27, 2021 · 0 comments

Comments

@jennek
Copy link

jennek commented Sep 27, 2021

When running a test using ExtendedGeneratorTest in-process, sometimes MPS freezes (need to kill using Task Manager). This does not happen all the time. When you have multiple instances of ExtendedGeneratorTest, it seems like random which instance freezes.

Why do I run these tests in-process? I have two modes of running tests

  • in TDD mode: focussing on a particular localized development, running a few tests every few minutes. this I do in-process
  • in consolidation mode: checking if all is well after some TDD work, running all tests every few hours. this I do out-of-process.

Expected outcome

  • either make this run in-process
  • or give a warning that this test cannot run in-process and skip test instead of freezing MPS

No sample project to reproduce attached yet. I can make my project available privately (JMPS_xSBD)

@jennek jennek changed the title using ExtendedGeneratorTest in-process causes intermittent full freeze of MPS using ExtendedGeneratorTest in-process intermittently causes full freeze of MPS Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant