[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7772b1af5ebc9d72d0cfc8332aea6b2143eafa27 by Victor Stinner in branch 'master': bpo-38614: Use support timeout constants (GH-17572) https://github.com/python/cpython/commit/7772b1af5ebc9d72d0cfc8332aea6b2143eafa27 --

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-11 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +17046 pull_request: https://github.com/python/cpython/pull/17572 ___ Python tracker ___

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0d63bacefd2e5b937ec6b0ec3053777c09941b4a by Victor Stinner in branch 'master': bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) https://github.com/python/cpython/commit/0d63bacefd2e5b937ec6b0ec3053777c09941b4a --

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-10 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +17038 pull_request: https://github.com/python/cpython/pull/17566 ___ Python tracker ___

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset 1d0f9b316a290f0e1f330fdbceb027deb96ce109 by Victor Stinner in branch 'master': bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565) https://github.com/python/cpython/commit/1d0f9b316a290f0e1f330fdbceb027deb96ce109 --

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-10 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +17037 pull_request: https://github.com/python/cpython/pull/17565 ___ Python tracker ___

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset c98b0199a984430312833ef403d265be314f7244 by Victor Stinner in branch 'master': bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562) https://github.com/python/cpython/commit/c98b0199a984430312833ef403d265be314f7244 --

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset bbc8b7965bb9f46763c96878326966f4231c7d39 by Victor Stinner in branch 'master': bpo-38614: Use default join_thread() timeout in tests (GH-17559) https://github.com/python/cpython/commit/bbc8b7965bb9f46763c96878326966f4231c7d39 --

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset 07871b256c76ca561554d1f82b430fc64a5c7ee0 by Victor Stinner in branch 'master': bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) https://github.com/python/cpython/commit/07871b256c76ca561554d1f82b430fc64a5c7ee0 --

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-10 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +17034 pull_request: https://github.com/python/cpython/pull/17562 ___ Python tracker ___

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-10 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +17031 pull_request: https://github.com/python/cpython/pull/17559 ___ Python tracker ___

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-12-10 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +17028 pull_request: https://github.com/python/cpython/pull/17554 ___ Python tracker ___

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-10-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset a4ed6ed9f3779b6eda41bb65f5c09004a2b937ef by Victor Stinner in branch 'master': bpo-38614: Increase asyncio test_communicate() timeout (GH-16995) https://github.com/python/cpython/commit/a4ed6ed9f3779b6eda41bb65f5c09004a2b937ef --

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-10-30 Thread STINNER Victor
STINNER Victor added the comment: PR 16995 should be backported to 3.7 and 3.8, but I will backport it once PR 16964 will be backported. -- ___ Python tracker ___

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-10-30 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +16522 pull_request: https://github.com/python/cpython/pull/16995 ___ Python tracker ___

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-10-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset 24c6258269acd842914450f55491690ba87dded9 by Victor Stinner in branch 'master': bpo-38614: Add timeout constants to test.support (GH-16964) https://github.com/python/cpython/commit/24c6258269acd842914450f55491690ba87dded9 --

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-10-28 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +16492 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16964 ___ Python tracker ___

[issue38614] test_asyncio: test_communicate() failed on AMD64 FreeBSD Shared 3.8

2019-10-28 Thread STINNER Victor
New submission from STINNER Victor : AMD64 FreeBSD Shared 3.8: https://buildbot.python.org/all/#builders/374/builds/10 This buildbot worker is known to be very slow. It became even slower recently. ERROR: test_communicate (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests)