-
Notifications
You must be signed in to change notification settings - Fork 54
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
test(integration): test_statefulset.py support v2 volume #2203
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe pull request modifies the Changes
Sequence DiagramsequenceDiagram
participant Test as Test Suite
participant Client as Volume Client
participant StatefulSet as StatefulSet Manager
Test->>Client: create_volume(name, size, replicas, backup, dataEngine)
Client-->>StatefulSet: Create Volume with Specified Engine
StatefulSet-->>Test: Confirm Volume Creation
Test->>Test: Validate Volume Properties
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
8fe4167
to
d2db577
Compare
- test_statefulset.py longhorn/longhorn-9760 Signed-off-by: Chris Chien <[email protected]>
d2db577
to
d71bb8a
Compare
Which issue(s) this PR fixes:
longhorn/longhorn#9760
What this PR does / why we need it:
test_statefulset.py support v2 volume
Special notes for your reviewer:
N/A
Additional documentation or context
N/A
Summary by CodeRabbit
New Features
Bug Fixes