Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid Temporary failure in name resolution.
Addressing failure on local Fedora 34 host ====================================================================== FAIL: test1_session_host (t2_session.SessionTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/src/tests/t2_session.py", line 21, in test1_session_host self.assertEqual(str(cm.exception), "Failed to resolve hostname unknown-localhost (Name or service not known)") AssertionError: 'Fail[17 chars]tname unknown-localhost (Temporary failure in name resolution)' != 'Fail[17 chars]tname unknown-localhost (Name or service not known)' - Failed to resolve hostname unknown-localhost (Temporary failure in name resolution) + Failed to resolve hostname unknown-localhost (Name or service not known) ---------------------------------------------------------------------- Ran 13 tests in 8.361s FAILED (failures=1)
- Loading branch information