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_asyncio prints some messages #69879

Closed
Arfrever mannequin opened this issue Nov 22, 2015 · 1 comment
Closed

test_asyncio prints some messages #69879

Arfrever mannequin opened this issue Nov 22, 2015 · 1 comment
Labels
tests Tests in the Lib/test dir topic-asyncio

Comments

@Arfrever
Copy link
Mannequin

Arfrever mannequin commented Nov 22, 2015

BPO 25693
Nosy @gvanrossum, @pitrou, @vstinner, @giampaolo, @1st1
Superseder
  • bpo-25272: asyncio tests are getting noisy
  • 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 2015-11-22.09:11:25.223>
    created_at = <Date 2015-11-22.08:08:35.113>
    labels = ['tests', 'expert-asyncio']
    title = 'test_asyncio prints some messages'
    updated_at = <Date 2015-11-22.09:11:25.222>
    user = 'https://bugs.python.org/Arfrever'

    bugs.python.org fields:

    activity = <Date 2015-11-22.09:11:25.222>
    actor = 'martin.panter'
    assignee = 'none'
    closed = True
    closed_date = <Date 2015-11-22.09:11:25.223>
    closer = 'martin.panter'
    components = ['Tests', 'asyncio']
    creation = <Date 2015-11-22.08:08:35.113>
    creator = 'Arfrever'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 25693
    keywords = []
    message_count = 1.0
    messages = ['255086']
    nosy_count = 6.0
    nosy_names = ['gvanrossum', 'pitrou', 'vstinner', 'giampaolo.rodola', 'Arfrever', 'yselivanov']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '25272'
    type = None
    url = 'https://bugs.python.org/issue25693'
    versions = ['Python 3.4', 'Python 3.5', 'Python 3.6']

    @Arfrever
    Copy link
    Mannequin Author

    Arfrever mannequin commented Nov 22, 2015

    When running full test suite, test_asyncio prints some messages.
    ResourceWarnings should be fixed.
    Other messages should not be shown, at least without --verbose.

    [171/398] test_epoll
    [172/398] test_optparse
    [173/398] test_socket
    [174/398] test_sax
    [175/398] test_weakref
    [176/398] test_codecmaps_tw
    [177/398] test_property
    [178/398] test_asyncio
    Executing <Task finished coro=<CoroutineTests.test_async_def_wrapped.<locals>.start() done, defined at /tmp/cpython/Lib/test/test_asyncio/test_pep492.py:146> result=None created at /tmp/cpython/Lib/asyncio/base_events.py:317> took 0.252 seconds
    /tmp/cpython/Lib/threading.py:864: ResourceWarning: unclosed <socket.socket fd=24, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 58231)>
    self._target(*self._args, **self._kwargs)
    returning true from eof_received() has no effect when using ssl
    returning true from eof_received() has no effect when using ssl
    /tmp/cpython/Lib/asyncio/base_events.py:379: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False>
    warnings.warn("unclosed event loop %r" % self, ResourceWarning)
    [179/398] test_os
    [180/398] test_enumerate
    [181/398] test_math
    [182/398] test_zipfile
    [183/398] test_tarfile
    [184/398] test_pep380
    [185/398] test_with
    [186/398] test_mmap
    [187/398] test_trace
    [188/398] test_eintr

    @Arfrever Arfrever mannequin added tests Tests in the Lib/test dir topic-asyncio labels Nov 22, 2015
    @vadmium vadmium closed this as completed Nov 22, 2015
    @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 topic-asyncio
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant