← Back to context

Comment by bottlepalm

12 days ago

Also the intermittent failures of your tests relying on unstable dependencies.

If your dependencies are unstable then that is very important to know! If it means you have to add forms of resilience then that's good for your code perhaps?

  • The point is it makes you tests nondeterministic which is a huge problem with large fluid teams and thousands of tests. They need to be deterministic.