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 leaked [1533, 1531, 1533] references, sum=4597 #88478

Closed
pablogsal opened this issue Jun 4, 2021 · 4 comments
Closed

test_asyncio leaked [1533, 1531, 1533] references, sum=4597 #88478

pablogsal opened this issue Jun 4, 2021 · 4 comments

Comments

@pablogsal
Copy link
Member

BPO 44312
Nosy @vstinner, @markshannon, @ericsnowcurrently, @pablogsal

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 2021-06-04.22:37:16.652>
created_at = <Date 2021-06-04.16:07:44.078>
labels = []
title = 'test_asyncio leaked [1533, 1531, 1533] references, sum=4597'
updated_at = <Date 2021-06-04.22:37:16.651>
user = 'https://github.com/pablogsal'

bugs.python.org fields:

activity = <Date 2021-06-04.22:37:16.651>
actor = 'pablogsal'
assignee = 'none'
closed = True
closed_date = <Date 2021-06-04.22:37:16.652>
closer = 'pablogsal'
components = []
creation = <Date 2021-06-04.16:07:44.078>
creator = 'pablogsal'
dependencies = []
files = []
hgrepos = []
issue_num = 44312
keywords = []
message_count = 4.0
messages = ['395096', '395100', '395132', '395133']
nosy_count = 4.0
nosy_names = ['vstinner', 'Mark.Shannon', 'eric.snow', 'pablogsal']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue44312'
versions = []

@pablogsal
Copy link
Member Author

All refleak buildbots are currently broken in master:

......
test_asyncio leaked [1533, 1531, 1533] references, sum=4597
test_asyncio leaked [367, 366, 367] memory blocks, sum=1100
11 tests failed again:
test_asyncgen test_asyncio test_code test_collections
test_coroutines test_exceptions test_idle test_import test_inspect
test_modulefinder test_types
== Tests result: FAILURE then FAILURE ==
403 tests OK.
10 slowest tests:

  • test_signal: 31 min 10 sec
  • test_pydoc: 29 min 41 sec
  • test_asyncio: 20 min 3 sec
  • test_concurrent_futures: 17 min 35 sec
  • test_peg_generator: 13 min 38 sec
  • test_gdb: 12 min 20 sec
  • test_multiprocessing_spawn: 9 min 33 sec
  • test_multiprocessing_forkserver: 6 min 49 sec
  • test_nntplib: 6 min 20 sec
  • test_multiprocessing_fork: 5 min 41 sec
    11 tests failed:
    test_asyncgen test_asyncio test_code test_collections
    test_coroutines test_exceptions test_idle test_import test_inspect
    test_modulefinder test_types
    13 tests skipped:
    test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
    test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
    test_winreg test_winsound test_zipfile64
    11 re-run tests:
    test_asyncgen test_asyncio test_code test_collections
    test_coroutines test_exceptions test_idle test_import test_inspect
    test_modulefinder test_types

Example failure:

https://buildbot.python.org/all/#/builders/384/builds/50/steps/5/logs/stdio

@pablogsal
Copy link
Member Author

This is caused by:

https://bugs.python.org/issue43693

@vstinner
Copy link
Member

vstinner commented Jun 4, 2021

This is caused by: https://bugs.python.org/issue43693

You reverted the change: https://bugs.python.org/issue43693#msg395105

Can this issue be closed in this case?

@pablogsal
Copy link
Member Author

Yep

@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
None yet
Projects
None yet
Development

No branches or pull requests

2 participants