This branch contains the rate Limit test patches. The method of enabling this is hackey, and may have to change in the future, but is currently the only suggestion for fixing this that I could find.
@Peter-J-Freeman I am seeing some extra failures in the tests that should not have anything to do with my changes but are associated with the rate limiting code, namely that, despite the fact that we should not even be able to get rate limiting errors, we get 429 error codes for some (but not all) of the test_vvendpoint tests from test_endpoints.py, sometimes along with some other testvv tests. Do you get these failures on your machine? if so I can push a short delay to these tests to prevent this, before you OK this PR.
This branch contains the rate Limit test patches. The method of enabling this is hackey, and may have to change in the future, but is currently the only suggestion for fixing this that I could find.
@Peter-J-Freeman I am seeing some extra failures in the tests that should not have anything to do with my changes but are associated with the rate limiting code, namely that, despite the fact that we should not even be able to get rate limiting errors, we get 429 error codes for some (but not all) of the test_vvendpoint tests from
test_endpoints.py
, sometimes along with some other testvv tests. Do you get these failures on your machine? if so I can push a short delay to these tests to prevent this, before you OK this PR.