Make MS SQLServer tests and connection handling more robust #790
Labels
bug
Something isn't working
MS SQLServer
Microsoft SQLServer issues
tests
anything to do with Tests (resources, data, config, etc.)
Sometimes during local testing, there is not enough of some kind of delay, in order to ensure that the MS SQLServer container is started, and the port and connection are available to use.
Warnings that should not be happening during testing:
Generally, we should make the Connection handling more robust and expect that sometimes there are delays reaching DB instances or containers due to intermittent networking issues.
For example, if during testing, there is no login actually needed, or it's implied or configured somehow, then we should ensure that it works without throwing these kinds of errors.
The text was updated successfully, but these errors were encountered: