rsocket-java icon indicating copy to clipboard operation
rsocket-java copied to clipboard

Add JCStress for requester and responder Operators

Open OlegDokuka opened this issue 3 years ago • 0 comments

At the moment we have a number of concurrency tests in the tests codebase but we need to have a more stable source of truth and tooling designed to uncovering racing issues.

TODO:

  • [X] FireAndForget without Leasing
  • [X] FireAndForget with Leasing
  • [X] RequestResponse without Leasing
  • [ ] RequestResponse with Leasing
  • [ ] RequestStream without Leasing
  • [ ] RequestStream with Leasing
  • [ ] RequestChannel without Leasing
  • [ ] RequestChannel with Leasing

OlegDokuka avatar May 24 '21 09:05 OlegDokuka