• Hey Andy,

    Why would we want this: "Unit Test developed here will live on as a Regression Test for the remainder of this database's lifecycle".

    What the purpose of keeping this test? If my database is gone, I will get a clear error message and know it is gone. I will spend no time troubleshooting, and this test will not help me in any way.

    If the clear error message thrown by the server is suppressed, we should rather fix error handling - we need to do it anyway.

    I suspect that this test would just bloat my project and slow everything down; it is not worth keeping it.

    Can you please explain in which scenarios we are better off having this test than not having it?