Add apptest-framework MC e2e tests, remove ATS#485
Open
QuentinBisson wants to merge 4 commits intomainfrom
Open
Add apptest-framework MC e2e tests, remove ATS#485QuentinBisson wants to merge 4 commits intomainfrom
QuentinBisson wants to merge 4 commits intomainfrom
Conversation
Adds MC E2E test suite using apptest-framework to verify all core Loki components are deployed and ready on the management cluster (CAPA provider): - Write path: loki-write StatefulSet - Backend (indexing/compaction): loki-backend StatefulSet - Read path: loki-read Deployment - Entry point: loki-gateway Deployment Removes ATS (Python/pytest) test infrastructure and the run-tests-with-ats CircleCI job in favour of on-demand apptest-framework runs. Relates to: giantswarm/roadmap#4071 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
/run app-test-suites-single PROVIDER=capa |
2 similar comments
Contributor
Author
|
/run app-test-suites-single PROVIDER=capa |
Contributor
Author
|
/run app-test-suites-single PROVIDER=capa |
Contributor
Author
|
/run app-test-suites |
1 similar comment
Contributor
Author
|
/run app-test-suites |
QuentinBisson
commented
Mar 11, 2026
Contributor
Author
|
/run app-test-suites |
Contributor
Author
|
This test is fully not functional. the best one so far is giantswarm/mimir-app#234 but mc-bootstrap is not able to create a MC, putting this on hold |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apptest-frameworkto verify all core Loki components are deployed and ready on the management cluster (CAPA provider only for now).tests/ats/) in favour of on-demandapptest-frameworkruns.run-tests-with-atsCircleCI job.Tests added (
tests/e2e/suites/mc/)Verifies the following components on the MC are ready after installation:
Write path:
loki-write(StatefulSet)Backend (indexing/compaction):
loki-backend(StatefulSet)Read path:
loki-read(Deployment)Entry point:
loki-gateway(Deployment)Tests use MinIO as a self-contained object storage backend to avoid requiring external cloud credentials.
Test plan
/run app-test-suites-single PROVIDER=capaRelates to giantswarm/roadmap#4071
🤖 Generated with Claude Code