Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with OpenSSL 1.1.1c #81262

Closed
tiran opened this issue May 28, 2019 · 9 comments
Closed

Test with OpenSSL 1.1.1c #81262

tiran opened this issue May 28, 2019 · 9 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes tests Tests in the Lib/test dir topic-asyncio topic-SSL type-feature A feature request or enhancement

Comments

@tiran
Copy link
Member

tiran commented May 28, 2019

BPO 37081
Nosy @tiran, @ned-deily, @asvetlov, @1st1, @stratakis, @miss-islington
PRs
  • bpo-37081: Test with OpenSSL 1.1.1c #13631
  • [3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) #13782
  • Superseder
  • bpo-35998: test_asyncio: test_start_tls_server_1() TimeoutError on Fedora 29
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/tiran'
    closed_at = <Date 2019-06-14.14:04:48.823>
    created_at = <Date 2019-05-28.15:44:52.624>
    labels = ['expert-SSL', '3.7', '3.8', '3.9', 'type-feature', 'tests', 'expert-asyncio']
    title = 'Test with OpenSSL 1.1.1c'
    updated_at = <Date 2019-06-14.14:04:48.822>
    user = 'https://github.com/tiran'

    bugs.python.org fields:

    activity = <Date 2019-06-14.14:04:48.822>
    actor = 'asvetlov'
    assignee = 'christian.heimes'
    closed = True
    closed_date = <Date 2019-06-14.14:04:48.823>
    closer = 'asvetlov'
    components = ['Tests', 'asyncio', 'SSL']
    creation = <Date 2019-05-28.15:44:52.624>
    creator = 'christian.heimes'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37081
    keywords = ['patch']
    message_count = 9.0
    messages = ['343797', '343798', '343799', '343801', '343802', '343850', '344455', '344458', '345595']
    nosy_count = 6.0
    nosy_names = ['christian.heimes', 'ned.deily', 'asvetlov', 'yselivanov', 'cstratak', 'miss-islington']
    pr_nums = ['13631', '13782']
    priority = 'high'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '35998'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue37081'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @tiran
    Copy link
    Member Author

    tiran commented May 28, 2019

    @tiran tiran added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels May 28, 2019
    @tiran tiran self-assigned this May 28, 2019
    @tiran tiran added topic-SSL tests Tests in the Lib/test dir labels May 28, 2019
    @tiran
    Copy link
    Member Author

    tiran commented May 28, 2019

    test_start_tls_server_1 is failing reproducible with OpenSSL 1.1.1c on Linux (Fedora 29).

    ======================================================================
    ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests)
    ----------------------------------------------------------------------

    Traceback (most recent call last):
      File "/home/heimes/dev/python/cpython/Lib/test/test_asyncio/test_sslproto.py", line 577, in test_start_tls_server_1
        self.loop.run_until_complete(run_main())
      File "/home/heimes/dev/python/cpython/Lib/asyncio/base_events.py", line 608, in run_until_complete
        return future.result()
      File "/home/heimes/dev/python/cpython/Lib/test/test_asyncio/test_sslproto.py", line 570, in run_main
        await asyncio.wait_for(
      File "/home/heimes/dev/python/cpython/Lib/asyncio/tasks.py", line 461, in wait_for
        raise exceptions.TimeoutError()
    asyncio.exceptions.TimeoutError

    @tiran tiran added topic-asyncio type-feature A feature request or enhancement labels May 28, 2019
    @stratakis
    Copy link
    Mannequin

    stratakis mannequin commented May 28, 2019

    Reported here: https://bugs.python.org/issue35998

    @tiran
    Copy link
    Member Author

    tiran commented May 28, 2019

    Ah, thanks! I forgot about that bug.

    The test suite is aready failing with OpenSSL 1.1.1b.

    @stratakis
    Copy link
    Mannequin

    stratakis mannequin commented May 28, 2019

    Also those failures are recorded on the Fedora buildbot, it seems to be happening randomly: https://buildbot.python.org/all/#/workers/32

    @ned-deily
    Copy link
    Member

    Should we update the Windows and Mac installers to 1.1.1c now?

    @tiran
    Copy link
    Member Author

    tiran commented Jun 3, 2019

    New changeset 06651ee by Christian Heimes in branch 'master':
    bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
    06651ee

    @miss-islington
    Copy link
    Contributor

    New changeset 3344197 by Miss Islington (bot) in branch '3.7':
    [3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)
    3344197

    @asvetlov
    Copy link
    Contributor

    Duplicate of bpo-35998

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes tests Tests in the Lib/test dir topic-asyncio topic-SSL type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants