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

Ability to Delay a Response #123

Open
paudav opened this issue Jul 15, 2015 · 1 comment
Open

Ability to Delay a Response #123

paudav opened this issue Jul 15, 2015 · 1 comment

Comments

@paudav
Copy link

paudav commented Jul 15, 2015

In certain test cases, we want to build up a backlog of requests that are waiting on answers from the network.

In our test setup, Nocilla seems like the right place to do this, but it doesn't seem to be possible with the current implementation. I noticed, however, that there's a pending merge request for this feature in #122.

Is this something you'll consider adding?

@pcantrell
Copy link

I need this too. The use cases are:

  1. making assertions about tracking of requests in progress, and
  2. canceling requests.

Attempting either of these in Nocilla as it stands creates a race condition.

I’ve submitted a PR. See if you like the approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants