[issue36013] test_signal fails in AMD64 Debian PGO 3.x

2019-02-16 Thread Gregory P. Smith
Change by Gregory P. Smith : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36013] test_signal fails in AMD64 Debian PGO 3.x

2019-02-16 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 414c625a7ea58943f0b1bc79d095d667d78db013 by Gregory P. Smith in branch 'master': bpo-36013: delete fragile interactive shell SIGINT test (GH-11902) https://github.com/python/cpython/commit/414c625a7ea58943f0b1bc79d095d667d78db013 --

[issue36013] test_signal fails in AMD64 Debian PGO 3.x

2019-02-16 Thread Gregory P. Smith
Change by Gregory P. Smith : -- keywords: +patch pull_requests: +11928 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue36013] test_signal fails in AMD64 Debian PGO 3.x

2019-02-16 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Could it be a race condition the signal delivery? Technically, the process sends itself a signal and never waits for it, it just exits. The signal can arrive after the process has exited normally. Or I am missing something obvious in this reasoning?

[issue36013] test_signal fails in AMD64 Debian PGO 3.x

2019-02-16 Thread Gregory P. Smith
Gregory P. Smith added the comment: testing on my end with various bash versions shows that bash 4.3.0 and 4.4.0 and 5.0.0 all work fine on my linux and macos systems. caveat, i'm launching regrtest from a login shell (in case that influences child bash processes behavior). i'm going to ab

[issue36013] test_signal fails in AMD64 Debian PGO 3.x

2019-02-16 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I have tested in Ubuntu with the same version of bash 4.4.12(1)-release and the test succeeds: root@d7d8cf5d89bf:/src# echo $BASH_VERSION 4.4.12(1)-release root@d7d8cf5d89bf:/src# ./python -m test test_signal -m test_keyboard_interrupt_communicated_t

[issue36013] test_signal fails in AMD64 Debian PGO 3.x

2019-02-16 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I scheduled a rebuild to check if the failure is consistent. -- ___ Python tracker ___ ___

[issue36013] test_signal fails in AMD64 Debian PGO 3.x

2019-02-16 Thread Rohit travels and tours
Change by Rohit travels and tours : Added file: https://bugs.python.org/file48145/19592 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue36013] test_signal fails in AMD64 Debian PGO 3.x

2019-02-16 Thread Gregory P. Smith
Gregory P. Smith added the comment: This means either that the bash minimum version needs upping to a patch level or that the test is actually flaky and both I and all of the CI got lucky when running it (i'm not actually sure if any of the CI actually ran this test or just skipped it - the

[issue36013] test_signal fails in AMD64 Debian PGO 3.x

2019-02-16 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : test_signal fails in AMD64 Debian PGO 3.x: == Tests result: FAILURE then FAILURE == 406 tests OK. 10 slowest tests: - test_concurrent_futures: 2 min 37 sec - test_multiprocessing_spawn: 2 min 3 sec - test_multiprocessing_forkserver: 1 min 28 sec - tes