Skip to content

Add loom tests for lock-free datastructures in iceoryx2-bb #1178

@mox692

Description

@mox692

Improvement Suggestion

Loom is a testing library for concurrent applications. It systematically explores all possible interleavings in a multithreaded program to detect subtle concurrency bugs.

It's already used in major projects, such as tokio-rs.

I believe adding Loom-based tests would improve the reliability of concurrent data structures like those in iceoryx2-bb/lock-free. (I also found that there is a todo comment for that.)

If you're okay with it, I'd be happy to submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions