Skip to content

Tests fail often for different reasons #129

@FliegendeWurst

Description

@FliegendeWurst

Describe the bug
The tests occasionally fail when running with default settings. I have also observed the tests to hang indefinitely.

ERROR traitlets:client.py:568 Error occurred while starting new kernel client for kernel 95bf912a-0d9e-419a-8ae5-3b4fd9c31f6e: Kernel died before replying to kernel_info
ERROR traitlets:client.py:568 Error occurred while starting new kernel client for kernel fc8ac83e-1017-412a-95de-475b0d83c8ba: Kernel didn't respond in 60 seconds
None = NotebookResult(nb={'cells': [{'cell_type': 'code', 'execution_count': 1, 'metadata': {'execution': {'iopub.status.busy...'949777d72b0d2535278d3dc13498b2535136f6dfe0678499012e853ee9abcab1'}}}, 'nbformat': 4, 'nbformat_minor': 2}, error=None).error�[0m
zmq.error.ZMQError: Address already in use (addr='tcp://127.0.0.1:39979')

^ it is a very bad idea to use ports >32k, since those are also used for outgoing TCP connections.

To Reproduce
Steps to reproduce the behavior:

  1. Build and test nbmake using Nix (https://github.com/NixOS/nixpkgs)

Expected behavior
No test errors.

Logs
https://gist.github.com/FliegendeWurst/807356cbe8f273045a167198350e3d9c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions