[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2021-04-17 Thread Christian Heimes
Christian Heimes added the comment: I haven't seen the problem in a while. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2020-09-26 Thread Sumagna Das
Change by Sumagna Das : -- versions: +Python 3.9 -Python 3.10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2020-09-26 Thread Sumagna Das
Sumagna Das added the comment: still getting this issue on Ubuntu 20.04 with the latest master checkout of cpython -- nosy: +sumagnadas versions: +Python 3.10 -Python 3.9 ___ Python tracker

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2020-09-17 Thread Tal Einat
Tal Einat added the comment: Ping? -- nosy: +taleinat status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2020-05-18 Thread Christian Heimes
Christian Heimes added the comment: If you think that a ticket no longer apply, please use the pending status and give me a chance to verify the result. I haven't looked into the issue and I don't have time to do it right now. -- stage: resolved -> commit review status: open ->

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2020-05-18 Thread STINNER Victor
STINNER Victor added the comment: > Please don't close tickets assigned to an owner without consent. Can you please elaborate why you reopened the issue? The initial "test_ssl: test_min_max_version() fails on FreeBSD and Fedora" issue is now fixed. For example, test_ssl pass on AMD64

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2020-05-18 Thread Christian Heimes
Christian Heimes added the comment: Please don't close tickets assigned to an owner without consent. -- resolution: fixed -> status: closed -> open ___ Python tracker ___

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2020-05-18 Thread STINNER Victor
STINNER Victor added the comment: I'm not sure why, but test_ssl does not pass on FreeBSD and Fedora, so I close the issue. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-19 Thread Kubilay Kocak
Kubilay Kocak added the comment: @Christian As current assignee, are you able to produce a test that fixes the remaining issue (per msg357792)? I can rebuild OpenSSL on the worker at your direction at any time to make the test fail again or provide you with an SSH account to assist

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-12 Thread Kubilay Kocak
Kubilay Kocak added the comment: I had to rebuild the openssl (1.1.x) port on the worker that had test_ssl failing in order to bring it back to green, so as not to hide new test failures. If/when someone is able to produce a fix for the failing test, I am happy to revert the openssl build

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-06 Thread Ned Deily
Ned Deily added the comment: @koobs, FWIW, unlike for most other third-party libs, there now is a configure option to allow specifying the path to the desired OpenSSL version, actually two ways. Either use the --with-openssl= option to ./configure. Otherwise, if pkg-config info is

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-04 Thread Kubilay Kocak
Kubilay Kocak added the comment: In case it's relevant, I note the following: The ssl module is built with -I/usr/local/include in the compile line. Leaving aside: - the warts of the build system, and - the lack of specific --with-foo= semantics to allow providing well(narrowly)-scoped

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-04 Thread STINNER Victor
STINNER Victor added the comment: test_ssl still fails on FreeBSD: == FAIL: test_min_max_version (test.test_ssl.ContextTests) -- Traceback (most recent call

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: All Fedora tests are successful, so I will de-escalate the priority of the issue. Thank you very much Christian and Tomas Orsava! -- priority: critical -> normal ___ Python tracker

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread miss-islington
miss-islington added the comment: New changeset 1f4f28cbf3ca4c7f85b41b1f7b9455a375415cc0 by Miss Islington (bot) in branch '3.7': bpo-38815: Accept TLSv3 default in min max test (GH-) (GH-17437) https://github.com/python/cpython/commit/1f4f28cbf3ca4c7f85b41b1f7b9455a375415cc0

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread miss-islington
miss-islington added the comment: New changeset 9e728806d03fff8fa9e75159e567b2b4e040971b by Miss Islington (bot) in branch '3.8': bpo-38815: Accept TLSv3 default in min max test (GH-) (GH-17437) https://github.com/python/cpython/commit/9e728806d03fff8fa9e75159e567b2b4e040971b

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Testing for the latest PR happening here: https://buildbot.python.org/all/#/builders?tags=%2Bstable=%2Bcustom -- ___ Python tracker

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +16920 pull_request: https://github.com/python/cpython/pull/17439 ___ Python tracker ___

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +16919 pull_request: https://github.com/python/cpython/pull/17438 ___ Python tracker ___

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread miss-islington
miss-islington added the comment: New changeset 34864d1cffdbfc620f8517dab9a68ae9a37b8c53 by Miss Islington (bot) (torsava) in branch 'master': bpo-38815: Accept TLSv3 default in min max test (GH-) (GH-17437)

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread Tomas Orsava
Change by Tomas Orsava : -- keywords: +patch pull_requests: +16917 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17437 ___ Python tracker ___

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread Christian Heimes
Christian Heimes added the comment: Tomas Orsava is going to provide a PR within the next hour. -- ___ Python tracker ___ ___

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Raising the priority to 'critical' as this is masking all other problems on a significant number of buildbots. Christian, could you take a look? -- nosy: +pablogsal priority: normal -> critical ___ Python

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread STINNER Victor
STINNER Victor added the comment: I marked bpo-38954 as duplicate of this issue. Copy of its message: --- This issue is probably duplicate of some other, but I decided to make one new one due to the fact that this affect all Fedora build bots. test test_ssl failed test_timeout_connect_ex