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 sobolevn
Recipients sobolevn
Date 2021-08-30.18:22:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630347779.05.0.821089086925.issue45053@roundup.psfhosted.org>
In-reply-to
Content
While working on https://github.com/python/cpython/pull/28060 we've noticed that `test.test_tools.test_md5sum.MD5SumTests.test_checksum_fodder` fails on Windows:

```
======================================================================
FAIL: test_checksum_fodder (test.test_tools.test_md5sum.MD5SumTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\lib\test\test_tools\test_md5sum.py", line 41, in test_checksum_fodder
    self.assertIn(part.encode(), out)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'@test_1772_tmp\xc3\xa6' not found in b'd38dae2eb1ab346a292ef6850f9e1a0d @test_1772_tmp\xe6\\md5sum.fodder\r\n'
```

For now it is ignored.

Related issue: https://bugs.python.org/issue45042
History
Date User Action Args
2021-08-30 18:22:59sobolevnsetrecipients: + sobolevn
2021-08-30 18:22:59sobolevnsetmessageid: <1630347779.05.0.821089086925.issue45053@roundup.psfhosted.org>
2021-08-30 18:22:59sobolevnlinkissue45053 messages
2021-08-30 18:22:58sobolevncreate