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

Add integration test using ingest storage #7160

Merged
merged 2 commits into from
Jan 18, 2024

Conversation

pracucci
Copy link
Collaborator

@pracucci pracucci commented Jan 18, 2024

What this PR does

In this PR I'm adding the 1st integration test on the experimental ingest storage. The integration test I've added is a new variant of runQueryFrontendTest(), with a scenario running the ingest storage, query-scheduler and query-frontend with query stats.

I've updated grafana/e2e to get grafana/e2e#17.

Which issue(s) this PR fixes or relates to

N/A

Checklist

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

@@ -275,7 +297,7 @@ func runQueryFrontendTest(t *testing.T, cfg queryFrontendTestConfig) {
}

// Start all other services.
ingester := e2emimir.NewIngester("ingester", consul.NetworkHTTPEndpoint(), flags, e2emimir.WithConfigFile(configFile))
ingester := e2emimir.NewIngester("ingester-0", consul.NetworkHTTPEndpoint(), flags, e2emimir.WithConfigFile(configFile))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Note to reviewers: the ingest ID format ingester-ID is currently required by ingest storage.

Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci force-pushed the add-ingest-storage-integration-test branch from 19b59e3 to 8831ae8 Compare January 18, 2024 17:46
@pracucci pracucci marked this pull request as ready for review January 18, 2024 17:49
@pracucci pracucci requested review from grafanabot and a team as code owners January 18, 2024 17:49
@pracucci pracucci merged commit fadc22f into main Jan 18, 2024
28 checks passed
@pracucci pracucci deleted the add-ingest-storage-integration-test branch January 18, 2024 18:23
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.

None yet

2 participants