Skip to content
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

Merged
merged 2 commits into from
Mar 4, 2025

Conversation

julienduchesne
Copy link
Member

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

Checklist

  • Tests updated.
  • [N/A] Documentation added.
  • [N/A] CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • [N/A] about-versioning.md updated with experimental features.

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
@julienduchesne julienduchesne force-pushed the julienduchesne/add-split-and-cache-integration branch from 08f30f1 to 6912667 Compare March 4, 2025 17:22
Copy link
Contributor

@dimitarvdimitrov dimitarvdimitrov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@julienduchesne julienduchesne marked this pull request as ready for review March 4, 2025 17:47
@julienduchesne julienduchesne requested a review from a team as a code owner March 4, 2025 17:47
@julienduchesne julienduchesne merged commit b561724 into main Mar 4, 2025
28 checks passed
@julienduchesne julienduchesne deleted the julienduchesne/add-split-and-cache-integration branch March 4, 2025 17:48
@aknuds1
Copy link
Contributor

aknuds1 commented Mar 5, 2025

Testing the creation of a backport PR, please ignore.

@grafanabot
Copy link
Contributor

The backport to r314 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is r314 and the compare/head branch is backport-10798-to-r314.

@grafanabot
Copy link
Contributor

The backport to r330 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is r330 and the compare/head branch is backport-10798-to-r330.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants