Giter VIP home page Giter VIP logo

Comments (3)

feld avatar feld commented on August 29, 2024 1

I have the solution. If your code expects to be able to do intelligent handling of 408/429/5xx responses you must pass retry: false to Req or else this kind of scenario surfaces and you will not be able to validate it in your tests.

Req is batteries included, but this is more than I expected 🥲

Sorry for the noise, hopefully someone else finds this useful.

from test_server.

feld avatar feld commented on August 29, 2024

I started digging deeper and found the error message is actually from Req.

I'm in the process of attempting to switch a project away from Tesla/Tesla.Mock to Req/TestServer

from test_server.

danschultzer avatar danschultzer commented on August 29, 2024

Yeah, by default req will retry four times, so either you'll have to add four expectations (could be a small helper function you wrap around TestServer.add/2), or add retry: false as you did (though that setting should only exist for test env). I think the latter is much better choice because otherwise the test becomes super slow with the throttle that req has on retries.

from test_server.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.