You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix 406 Client Error: Not Acceptable errors in test suite
There is a test case which validates that the HTTP client croaks
appropriately when connecting to non-CrateDB servers.
Within that test, we used http://crate.io to connect to. However, it
looks like Fastly now blocks excessive requests to that domain, for
example when running the test matrix on CI, which invokes quite a number
of requests.
> By default, the Signal Sciences agent returns a “406” response code when a request is blocked (similar to an HTTP 406 NOT ACCEPTABLE response).
>
> -- https://docs.fastly.com/signalsciences/faq/response-codes/#what-is-a-406-agent-response-code
0 commit comments