Remove Unspecified/ from errors and test tweaks by NickCraver · Pull Request #1385 · StackExchange/StackExchange.Redis

added 2 commits

March 15, 2020 10:21
I've seen this confusing people in issues when it's just not relevant at all. If there is an address familiy specified, we'll see it. If there's not, there's no point in "Unspecified/" being prepended. This is something .NET Does from DNSEndPoint, not us.

Also adds a test for ExceptionFactory.Timeout to make sure our format is good.
I WSL 2 it appears there's a bit of clock jitter - handle it in the tests without being too permissive.