Image

Imagesciamachy wrote in Imagejava_dev

Hmm

Say you have a deadline to meet and your code somehow just doesn't pass maybe 5% of its unit tests in JUnit, pop quiz: do you go ahead and release the broken code, or do you release code with slightly less functionality (e.g. the previous version of that particular class, assuming that one passes its tests) - given that the tests failed are environment configuration assertions rather than anything internal to the system you're developing?

Purely hypothetical question, of course.