Forum member
BauwensConsulting
4 posts
Posts by BauwensConsulting
-
Ncrunch stops parralelizing when all tests fail quickly.
Thanks for the insight. At what point do we leave Analysis/Test Discovery. Is the IAsyncLifetime.InitializeAsync for a XUnit CollectionFixture still considered "Analysis time", because I could move my initilization code out of the constructor and into the InitializeAsync. But it looks like …
15 Jun 2022 07:49 UTC
-
Ncrunch stops parralelizing when all tests fail quickly.
To give more context, it happened (I'm not sure yet if it happens systematically) when I have an exception in the constructor of a XUnit collection fixture, which make all test fail. We only have ~Functionnal tests that exercise most of our code, and the collection fixture represents the app state a…
14 Jun 2022 09:22 UTC
-
Ncrunch stops parralelizing when all tests fail quickly.
You mean reproduce in a codebase that I can share with you ?
14 Jun 2022 09:14 UTC
-
Ncrunch stops parralelizing when all tests fail quickly.
Hi ! I've noticed that when you change something in your code that makes all your tests fail very fast (like an exception in an app initializing component), ncrunch will "learn" that your tests execute very fast and won't parralelize them anymore until you fixed your issue. And after that you hav…
10 Jun 2022 09:54 UTC