-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
query: add tests for endpoints + prefix tests #2582
Comments
👍 Help wanted |
I'll take a stab if there's no objection! |
Hello 👋 Looks like there was no activity on this issue for last 30 days. |
@GiedriusS Does #2714 satisfy all the needs here? |
hm not quite, I think we should still test for combinations for external web prefix + web prefix. We identified last week that these are not yet completely correctly handled |
External/route prefix tests are being added in #2800. |
Hello 👋 Looks like there was no activity on this issue for last 30 days. |
They have been added, closing. |
Coming from #2514 (comment).
We should add some similar tests to what Prometheus has here: https://github.com/prometheus/prometheus/blob/84b4d079c8714be8e8ad071a35b0391df270364c/web/web_test.go#L92. AFAICT it should be pretty easy to do:
Should prevent #2581. Making a separate issue for this because this should encompass all of the endpoints that we expose to our users.
The text was updated successfully, but these errors were encountered: