This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author phantal
Recipients phantal
Date 2017-01-14.01:36:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484357820.6.0.682177445577.issue29272@psf.upfronthosting.co.za>
In-reply-to
Content
On some of the linux boxes on our (air-gapped, if that matters) network it looks like some of them were mis-configured and their /etc/hosts file looks something like this:

$ cat /etc/hosts
127.0.0.1 snoopy.the.internal.domain snoopy localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6

... whereas for other linux machines not exhibiting this problem:

$ cat /etc/hosts
127.0.0.1 woodstock.the.internal.domain woodstock localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6

It appears this is causing test_logging to hang while running SocketHandlerTest.

Unfortunately I don't have administrative privileges so I'm not able to prove I'm right.  I only have circumstantial evidence, but no machine I tested (about 20 machines) contradicts what I stated above.
History
Date User Action Args
2017-01-14 01:37:01phantalsetrecipients: + phantal
2017-01-14 01:37:00phantalsetmessageid: <1484357820.6.0.682177445577.issue29272@psf.upfronthosting.co.za>
2017-01-14 01:37:00phantallinkissue29272 messages
2017-01-14 01:36:58phantalcreate