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 BTaskaya
Recipients BTaskaya, barry, r.david.murray
Date 2020-02-29.09:56:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582970177.09.0.683840972158.issue39793@roundup.psfhosted.org>
In-reply-to
Content
$ ./python -m test test_email
0:00:00 load avg: 0.25 Run tests sequentially
0:00:00 load avg: 0.25 [1/1] test_email
test test_email failed -- Traceback (most recent call last):
  File "/usr/home/isidentical/cpython/Lib/test/test_email/test_email.py", line 3345, in test_make_msgid_default_domain
    self.assertTrue(
AssertionError: False is not true

test_email failed

== Tests result: FAILURE ==

1 test failed:
    test_email

Total duration: 9.5 sec
Tests result: FAILURE

>>> socket.getfqdn()
'xxx.com'
>>> socket.getfqdn()
'yyy.org'
>>> socket.getfqdn()
'xxx.com'
>>> socket.getfqdn()
'xxx.yyy.com'
History
Date User Action Args
2020-02-29 09:56:17BTaskayasetrecipients: + BTaskaya, barry, r.david.murray
2020-02-29 09:56:17BTaskayasetmessageid: <1582970177.09.0.683840972158.issue39793@roundup.psfhosted.org>
2020-02-29 09:56:17BTaskayalinkissue39793 messages
2020-02-29 09:56:16BTaskayacreate