chore(e2e-next): Test suites and label refactor#3788
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: da0f702ded
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
Question about I noticed that Because the Was this intentional? Two scenarios:
|
|
Non-blocking: Useful suite doc comments were removed Several suite files had informative comments that were deleted alongside the stale
Without these, a new engineer has to read the cluster Go file + YAML to understand what a suite needs — which is the exact pain point from the Linear doc (item #2). Consider preserving at least the // Uses SnapshotVCluster — requires CSI hostpath driver PreSetup. |
@sowmyav27: This is intentional. I deliberately moved |
Re: Removed suite doc comments: Fair point - will restore the // vCluster: and // PreSetup: lines in a follow-up PR to keep this large change mergeable without re-review. Already tracked. |
What issue type does this pull request address? (keep at least one, remove the others)
/kind test
What does this pull request do? Which issues does it resolve? (use
resolves #<issue_number>if possible)resolves #
Please provide a short message that should be published in the vcluster release notes
Fixed an issue where vcluster ...
What else do we need to know?
E2E Tests
Default Test Execution
The mandatory PR suite runs automatically. Only specify additional test suites below if needed.
Adding New Test Suites
When adding a new ginkgo test suite:
Additional test suites
Additional test suite(s) that will be executed before the mandatory PR suite: