3scale / apisonator

Red Hat 3scale API Management Apisonator backend
https://3scale.net
Apache License 2.0
35 stars 27 forks source link

Add script that checks that reqs are not mixed in async mode #151

Closed davidor closed 4 years ago

davidor commented 4 years ago

This PR adds a script that verifies that requests are not mixed in async mode. This is needed because Apisonator was not designed with Fibers in mind.

davidor commented 4 years ago

@unleashed as you mentioned, this does not prove that there are no issues, but that's not the intention of the PR. My goal was to write some small tests that guarantee with a high-level of confidence that there are no errors.

To have more confidence in this, we can try some of the methods that you mentioned :+1:

davidor commented 4 years ago

bors r=@unleashed

bors[bot] commented 4 years ago

Timed out