Message391565
| Author |
pablogsal |
| Recipients |
ethan.furman, gregory.p.smith, pablogsal |
| Date |
2021年04月22日.00:08:46 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1619050126.54.0.647975968858.issue38659@roundup.psfhosted.org> |
| In-reply-to |
| Content |
Commit a02cb474f9c097c83cd444a47e9fb5f99b4aaf45 fails to build in the refleak buildbots:
https://buildbot.python.org/all/#/builders/75/builds/2/steps/5/logs/stdio
Example failure:
❯ ./python -m test test_enum -R :
0:00:00 load avg: 1.81 Run tests sequentially
0:00:00 load avg: 1.81 [1/1] test_enum
beginning 9 repetitions
123456789
.test test_enum failed -- Traceback (most recent call last):
File "/home/pablogsal/github/python/master/Lib/test/test_enum.py", line 3700, in test_convert_repr_and_str
self.assertEqual(format(test_type.CONVERT_STRING_TEST_NAME_A), '5')
AssertionError: 'CONVERT_STRING_TEST_NAME_A' != '5'
- CONVERT_STRING_TEST_NAME_A
+ 5
test_enum failed
== Tests result: FAILURE ==
1 test failed:
test_enum
Total duration: 586 ms
Tests result: FAILURE |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2021年04月22日 00:08:46 | pablogsal | set | recipients:
+ pablogsal, gregory.p.smith, ethan.furman |
| 2021年04月22日 00:08:46 | pablogsal | set | messageid: <1619050126.54.0.647975968858.issue38659@roundup.psfhosted.org> |
| 2021年04月22日 00:08:46 | pablogsal | link | issue38659 messages |
| 2021年04月22日 00:08:46 | pablogsal | create |
|