Clone support#100
Open
sl-at-ibm wants to merge 2 commits into
Open
Conversation
sl-at-ibm
marked this pull request as ready for review
July 22, 2026 14:58
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.
This PR transports its
astra-sdk-javacounterpart over to this more modern repo.Closes #72.
Tests
The PR now includes three tests for the main clone operations (list snapshots, initiate clone, inspect clone operation status). These are highly manual (I ran them successfully, but probably not going to be part of CI/CD any time soon. I ran them on nonvector DBs in DEV GCP
northamerica-northeast2, editing DB Ids and clone-op-ID manually as needed).I'm not sure if it's expected that these test be turned into something smoother. For the time being I'm leaving them as I saw them succeed.
Test fixtures
In this PR, I spotted and fixed a bug in how the
ASTRA_ENVvariable enters thegetEnvironmentlogic. I needed to address dev (which did not work), that's why I'm bundlind this small fix here.