-
Notifications
You must be signed in to change notification settings - Fork 569
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
frontend: Add integration test for split and cache middleware #10798
frontend: Add integration test for split and cache middleware #10798
Conversation
This tests two aspects of the split and cache feature: 1. We can go above the partial query length (because queries are split) 2. The query is split into multiple 24h queries This is in response to #10796
08f30f1
to
6912667
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
Co-authored-by: Dimitar Dimitrov <[email protected]>
Testing the creation of a backport PR, please ignore. |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-10798-to-r314 origin/r314
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x b561724131cab1ea2ec1333e4aa0886d5dda0e5a
# Push it to GitHub
git push --set-upstream origin backport-10798-to-r314
git switch main
# Remove the local backport branch
git branch -D backport-10798-to-r314 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-10798-to-r330 origin/r330
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x b561724131cab1ea2ec1333e4aa0886d5dda0e5a
# Push it to GitHub
git push --set-upstream origin backport-10798-to-r330
git switch main
# Remove the local backport branch
git branch -D backport-10798-to-r330 Then, create a pull request where the |
* Fix flaky query-frontend tests after #10798 * Bring in grafana/e2e#20
This tests two aspects of the split and cache feature:
This is in response to #10796
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.