Restructure cloud integration test into single ordered lifecycle#70
Merged
Restructure cloud integration test into single ordered lifecycle#70
Conversation
iskakaushik
approved these changes
Apr 1, 2026
Consolidate into one test with one single-replica service (8GB): 1. Provision — single replica, no IP list 2. Stop / Start 3. Rename & Settings — rename, core dumps, tags, prometheus 4. IP Access — add/remove entries, end with default open state 5. Cloud Service Client — query by id, by name, generate-password 6. Scaling — 1→3 replicas, 8→16GB, 16→8GB, 3→1 replica 7. Delete — assert plain delete fails, force delete, confirm gone Remove separate force_delete.rs test to avoid provisioning a second service. Closes #66 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
No longer needed — force delete + poll confirmation replaces it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
a53b322 to
5da05a0
Compare
iskakaushik
approved these changes
Apr 1, 2026
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
force_delete.rs— saves provisioning a second service in CICloses #66
🤖 Generated with Claude Code