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

Test concurrency #424

Open
facundominguez opened this issue May 13, 2019 · 0 comments
Open

Test concurrency #424

facundominguez opened this issue May 13, 2019 · 0 comments

Comments

@facundominguez
Copy link
Contributor

At a minimum, the TCP transport has a few threads on a couple of nodes which all need to be coordinated to work as expected.

n-t-tcp currently lacks the ability to test different schedules of these threads and ensure that all of them satisfy the properties in tests.

We need to enhance the tests to allow for this. Choose an existing solution for testing concurrency or develop one. Most likely, the code will need to be instrumented or refactored for this sake.

@LaurentRDC LaurentRDC transferred this issue from haskell-distributed/network-transport-tcp Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants