GithubHelp home page GithubHelp logo

Comments (5)

dantownsend avatar dantownsend commented on June 11, 2024 1

@sinisaos Yeah, I saw the PR in the Starlette repo reverting it. The problem though is even if it gets merged today, FastAPI lags behind the latest version of Starlette, so we'd have to wait a while before our tests pass again.

I think the only solutions for an immediate fix are version pinning FastAPI to an older version (before Starlette changed how the TestClient works), or use httpx directly. I didn't want to use the httpx approach in Piccolo Admin, because loads of the tests were failing, so just version pinned FastAPI in the tests.

from piccolo_api.

dantownsend avatar dantownsend commented on June 11, 2024

@sinisaos Interesting - so it just effects the tests? If it broke RateLimitingMiddleware that would be bad, as it's used by Piccolo Admin.

from piccolo_api.

dantownsend avatar dantownsend commented on June 11, 2024

I think I'd rather fix the test somehow, as the problem is related to the changes to TestClient.

I sometimes use the httpx.Client directly instead of TestClient - maybe it doesn't have the same problem.

from piccolo_api.

dantownsend avatar dantownsend commented on June 11, 2024

@sinisaos Thanks for reporting this. I have a fix for now.

from piccolo_api.

sinisaos avatar sinisaos commented on June 11, 2024

@dantownsend I don't think all these changes to the Piccolo API and Admin were necessary because if the Starlette testclient reverts back to provide scope client (there is a PR for that), all the tests will pass again. Apologies if I wasn't clear enough in my previous comment, but the rate limit is only broken in tests, not in real use. With the changes I suggested in the comment, there was no need to change the code (except the dispatch method) in the Piccolo API and Piccolo Admin, regardless of whether Starlette revert client scope to testclient or leaves it to None as it is now. But it doesn't matter because you already make all these changes in both repositories and they work.

from piccolo_api.

Related Issues (20)

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.