[New-bugs-announce] [issue39793] make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different domains

Batuhan Taskaya report at bugs.python.org
Sat Feb 29 04:56:17 EST 2020


New submission from Batuhan Taskaya <batuhanosmantaskaya at gmail.com>:

$ ./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'

----------
components: email
messages: 362969
nosy: BTaskaya, barry, r.david.murray
priority: normal
severity: normal
status: open
title: make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different domains
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39793>
_______________________________________


More information about the New-bugs-announce mailing list