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

Intermitent failure in test_multiprocessing.test_number_of_objects #47812

Closed
pitrou opened this issue Aug 15, 2008 · 2 comments
Closed

Intermitent failure in test_multiprocessing.test_number_of_objects #47812

pitrou opened this issue Aug 15, 2008 · 2 comments
Labels
stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@pitrou
Copy link
Member

pitrou commented Aug 15, 2008

BPO 3562
Nosy @pitrou, @florentx
Superseder
  • bpo-5009: multiprocessing: failure in manager._debug_info()
  • 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 2010-02-09.14:23:50.013>
    created_at = <Date 2008-08-15.21:08:55.952>
    labels = ['tests', 'type-bug', 'library']
    title = 'Intermitent failure in test_multiprocessing.test_number_of_objects'
    updated_at = <Date 2010-02-09.14:23:50.011>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2010-02-09.14:23:50.011>
    actor = 'flox'
    assignee = 'jnoller'
    closed = True
    closed_date = <Date 2010-02-09.14:23:50.013>
    closer = 'flox'
    components = ['Library (Lib)', 'Tests']
    creation = <Date 2008-08-15.21:08:55.952>
    creator = 'pitrou'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 3562
    keywords = []
    message_count = 2.0
    messages = ['71184', '99117']
    nosy_count = 3.0
    nosy_names = ['pitrou', 'jnoller', 'flox']
    pr_nums = []
    priority = 'high'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '5009'
    type = 'behavior'
    url = 'https://bugs.python.org/issue3562'
    versions = ['Python 3.0']

    @pitrou
    Copy link
    Member Author

    pitrou commented Aug 15, 2008

    Just got the following on trunk:

    test test_multiprocessing failed -- Traceback (most recent call last):
      File "/home/antoine/py3k/memapi/Lib/test/test_multiprocessing.py",
    line 1040, in test_number_of_objects
        print(self.manager._debug_info())
      File "/home/antoine/py3k/memapi/Lib/multiprocessing/managers.py", line
    555, in _debug_info
        return dispatch(conn, None, 'debug_info')
      File "/home/antoine/py3k/memapi/Lib/multiprocessing/managers.py", line
    85, in dispatch
        raise convert_to_error(kind, result)
    multiprocessing.managers.RemoteError: 
    ---------------------------------------------------------------------------
    Traceback (most recent call last):
      File "/home/antoine/py3k/memapi/Lib/multiprocessing/managers.py", line
    187, in handle_request
        result = func(c, *args, **kwds)
      File "/home/antoine/py3k/memapi/Lib/multiprocessing/managers.py", line
    305, in debug_info
        keys.sort()
    TypeError: unorderable types: str() < int()

    @pitrou pitrou added stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Aug 15, 2008
    @florentx
    Copy link
    Mannequin

    florentx mannequin commented Feb 9, 2010

    Duplicate of bpo-5009. Applied in r68839.

    @florentx florentx mannequin closed this as completed Feb 9, 2010
    @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
    stdlib Python modules in the Lib dir 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