[issue40722] test_ttk_guionly times out on Ubuntu CI

2020-05-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: I listed this failure on the original test_ttk_guionly failure issue. -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker

[issue40722] test_ttk_guionly times out on Ubuntu CI

2020-05-23 Thread Zackery Spytz
Zackery Spytz added the comment: See also bpo-30756. -- nosy: +ZackerySpytz ___ Python tracker ___ ___ Python-bugs-list mailing

[issue40722] test_ttk_guionly times out on Ubuntu CI

2020-05-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: By 'intermittantly', do you mean the one time on PR-20236 (and then not on your retest) or multiple times on various PRs and buildbots? Serhiy, could the issue be that tk is waiting for an event that has already happened? -- nosy:

[issue40722] test_ttk_guionly times out on Ubuntu CI

2020-05-21 Thread Dennis Sweeney
New submission from Dennis Sweeney : One of the tests (test_ttk_guionly.test_variable_change) on the Ubuntu CI is intermittently hanging on this code: https://github.com/python/cpython/blob/e42b705188271da108de42b55d9344642170aa2b/Lib/tkinter/test/test_ttk/test_extensions.py#L147