Skip to content

test: serialize NLBEmulator lifecycle operations #961

Description

@dkropachev

NLBEmulator.stop() is not serialized with add_node() and remove_node(). A concurrent add can start a proxy that stop() misses before publication, and concurrent dictionary mutation can race with shutdown iteration.

Serialize lifecycle operations, prevent proxy publication after shutdown, and add concurrent lifecycle tests.

Related: #949.

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