Message399848
test_readline fails randomly on aarc64 RHEL8 buildbots (3.9, 3.10 and 3.x).
In some builds, test_readline fails but then pass when re-run in verbose mode. Example:
https://buildbot.python.org/all/#/builders/41/builds/148
---
0:02:56 load avg: 2.79 Re-running test_readline in verbose mode (matching: test_auto_history_disabled)
test_auto_history_disabled (test.test_readline.TestReadline) ... ok
---
aarch64 RHEL8 Refleaks 3.9:
https://buildbot.python.org/all/#/builders/247/builds/107
test.pythoninfo:
readline._READLINE_LIBRARY_VERSION: 7.0
readline._READLINE_RUNTIME_VERSION: 0x700
readline._READLINE_VERSION: 0x700
Tests:
0:33:57 load avg: 0.93 Re-running test_readline in verbose mode (matching: test_auto_history_disabled)
beginning 6 repetitions
123456
readline version: 0x700
readline runtime version: 0x700
readline library version: '7.0'
use libedit emulation? False
test test_readline failed
test_auto_history_disabled (test.test_readline.TestReadline) ... FAIL
======================================================================
FAIL: test_auto_history_disabled (test.test_readline.TestReadline)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_readline.py", line 154, in test_auto_history_disabled
self.assertIn(b"History length: 0\r\n", output)
AssertionError: b'History length: 0\r\n' not found in bytearray(b'dummy input\r\ndummy input\r\nHistory length: 0')
---------------------------------------------------------------------- |
|
Date |
User |
Action |
Args |
2021-08-18 15:09:16 | vstinner | set | recipients:
+ vstinner, lukasz.langa, pablogsal, erlendaasland |
2021-08-18 15:09:16 | vstinner | set | messageid: <1629299356.46.0.606067543476.issue44949@roundup.psfhosted.org> |
2021-08-18 15:09:16 | vstinner | link | issue44949 messages |
2021-08-18 15:09:16 | vstinner | create | |
|