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-13.18:43:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484332995.5.0.803330803747.issue29266@psf.upfronthosting.co.za>
In-reply-to
Content
One of our solaris machines doesn't have an entry in /etc/services for "http".  This is causing test_create_connection_service_name to fail.

In my case I can just ignore that particular failure, but as a fix you might consider overtly getting valid service names from the host to test.  Additionally, if you don't already have it you might consider adding a test that validates behavior when using a non-existent service.
History
Date User Action Args
2017-01-13 18:43:15phantalsetrecipients: + phantal
2017-01-13 18:43:15phantalsetmessageid: <1484332995.5.0.803330803747.issue29266@psf.upfronthosting.co.za>
2017-01-13 18:43:15phantallinkissue29266 messages
2017-01-13 18:43:15phantalcreate