Draft: test(feast): first-cycle e2e smoke (8.5.2)#269
Draft
typhoonzero wants to merge 1 commit into
Draft
Conversation
Adds a self-contained, egress-free Feast first-cycle smoke validated on g1-c1-x86 (CPU-only): create the first FeatureStore CR -> operator reconciles to Ready -> synthesize a tiny in-cluster data source -> feast apply -> materialize-incremental -> get_online_features() asserting the expected value. - e2e/cases/c13_feast_firstcycle.sh: smoke (SKIP=77 if operator/CRD/image missing), registered in e2e/run_all.sh as C13. - docs/en/feast/assets/first-cycle-e2e/: operator-install.yaml, featurestore.yaml, online-features-job.yaml, README.md (runnable solution). Uses only cluster-pullable images (feature-server:0.63.0 from build-harbor.alauda.cn, feast SDK 0.63.0). Online read returns conv_rate=0.42 for driver_id=1001. Documents that the operator must live in feast-operator-system or every FeatureStore fails with 'namespaces "feast-operator-system" not found'. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying alauda-ai with
|
| Latest commit: |
c829fbb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e57b446e.alauda-ai.pages.dev |
| Branch Preview URL: | https://loop-2026-06-23-feast-firstc.alauda-ai.pages.dev |
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.
Daily-loop dev (2026-06-23). Feast first-cycle e2e (FeatureStore Ready -> apply -> materialize -> online read conv_rate=0.42). NOTE: a follow-up (2026-06-24) rebuilds this against the aml/feast@v0.63.0-alauda operator. See worklog-2026-06-23.md. Draft.