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

Handle ipv6 not being enabled in test_socket #59489

Closed
bbrazil mannequin opened this issue Jul 7, 2012 · 2 comments
Closed

Handle ipv6 not being enabled in test_socket #59489

bbrazil mannequin opened this issue Jul 7, 2012 · 2 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@bbrazil
Copy link
Mannequin

bbrazil mannequin commented Jul 7, 2012

BPO 15284
Files
  • ipv6-disabled-test-socket.patch
  • 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 = None
    closed_at = <Date 2012-07-08.10:58:09.342>
    created_at = <Date 2012-07-07.16:01:43.763>
    labels = ['type-bug', 'tests']
    title = 'Handle ipv6 not being enabled in test_socket'
    updated_at = <Date 2012-07-08.10:58:09.341>
    user = 'https://bugs.python.org/bbrazil'

    bugs.python.org fields:

    activity = <Date 2012-07-08.10:58:09.341>
    actor = 'bbrazil'
    assignee = 'none'
    closed = True
    closed_date = <Date 2012-07-08.10:58:09.342>
    closer = 'bbrazil'
    components = ['Tests']
    creation = <Date 2012-07-07.16:01:43.763>
    creator = 'bbrazil'
    dependencies = []
    files = ['26305']
    hgrepos = []
    issue_num = 15284
    keywords = ['patch']
    message_count = 2.0
    messages = ['164893', '164971']
    nosy_count = 2.0
    nosy_names = ['bbrazil', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'patch review'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue15284'
    versions = ['Python 3.3']

    @bbrazil
    Copy link
    Mannequin Author

    bbrazil mannequin commented Jul 7, 2012

    If ipv6 is compiled in but disabled in the kernel then test_socket attempts to bind to ports and gets lots of stack traces. The attached patch skips the relevant tests.

    @bbrazil bbrazil mannequin added the tests Tests in the Lib/test dir label Jul 7, 2012
    @pitrou pitrou added the type-bug An unexpected behavior, bug, or error label Jul 7, 2012
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jul 8, 2012

    New changeset b71dc2e9e00d by Ross Lagerwall in branch 'default':
    bpo-15284: Skip {send,recv}msg tests with disabled IPv6
    http://hg.python.org/cpython/rev/b71dc2e9e00d

    @bbrazil bbrazil mannequin closed this as completed Jul 8, 2012
    @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
    tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant