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

Add concurrency tests #263

Open
elfenpiff opened this issue Jul 3, 2024 · 0 comments
Open

Add concurrency tests #263

elfenpiff opened this issue Jul 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@elfenpiff
Copy link
Contributor

elfenpiff commented Jul 3, 2024

Brief feature description

iceoryx2_cal

  • monitoring: create, monitor and cleanup from within multiple threads
  • NamedConcept, create/remove concurrently concepts while listing them
  • NamedConcept, create and open concurrently concepts
  • NamedConcept, create/remove and check for existence
  • event concept
    • notify listener while it is being concurrently created and destroyed
    • listen while notifiers are concurrently connected/disconnected
  • zero copy connection
    • send data while receiver is concurrently connecting/disconnecting

Final task

  • check all concept if there is any other concurrent test missing

iceoryx2_bb

  • ProcessState: create, list and modify process states concurrently

Detailed information

The basic idea behind all tests is to open one or two groups of threads, one that creates/modifies things while the other group tries to consume it.

@elfenpiff elfenpiff added the enhancement New feature or request label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant