mmazi / rescu

A lightweight json Rest client utility for JAX-RS
MIT License
65 stars 60 forks source link

Fix race conditions in shouldReceiveSequentialNonces #107

Closed rafalkrupinski closed 6 years ago

rafalkrupinski commented 6 years ago

TRY fixing race conditions in shouldReceiveSequentialNonces

Move nonce checking to the invocation handler to limit communication from the test code; Call the test with known random seed values;

mmazi commented 6 years ago

Thanks. I've had a brief look at it (didn't delve deep), looks fine.

I'll re-run the Travis build on the branch a couple of times; if it never fails and if you (@rafalkrupinski) have nothing to add, I'll merge it.