-
Notifications
You must be signed in to change notification settings - Fork 88
Add mocked post-deployment smoke test flow #399
Copy link
Copy link
Closed
Labels
Third CampaignThird Campaign issueThird Campaign issuecontractsSoroban contract workSoroban contract workcontributor-safeCan be completed without secrets or privileged accessCan be completed without secrets or privileged accessdeploymentDeployment readiness and release preparationDeployment readiness and release preparationdocsDocumentation workDocumentation workexamplesExample files and usage referencesExample files and usage referencesexpertExpert difficultyExpert difficultymaybe-rewardedMay be eligible for contributor rewards after maintainer reviewMay be eligible for contributor rewards after maintainer reviewmocked-flowMocked flow or dry-run implementationMocked flow or dry-run implementationnetworkNetwork and protocol layer workNetwork and protocol layer worksmoke-testSmoke test scripts and validation flowsSmoke test scripts and validation flowstestnet-readyPreparation for future testnet usagePreparation for future testnet usagetestsTesting coverageTesting coverage
Description
Activity
Metadata
Metadata
Assignees
Labels
Third CampaignThird Campaign issueThird Campaign issuecontractsSoroban contract workSoroban contract workcontributor-safeCan be completed without secrets or privileged accessCan be completed without secrets or privileged accessdeploymentDeployment readiness and release preparationDeployment readiness and release preparationdocsDocumentation workDocumentation workexamplesExample files and usage referencesExample files and usage referencesexpertExpert difficultyExpert difficultymaybe-rewardedMay be eligible for contributor rewards after maintainer reviewMay be eligible for contributor rewards after maintainer reviewmocked-flowMocked flow or dry-run implementationMocked flow or dry-run implementationnetworkNetwork and protocol layer workNetwork and protocol layer worksmoke-testSmoke test scripts and validation flowsSmoke test scripts and validation flowstestnet-readyPreparation for future testnet usagePreparation for future testnet usagetestsTesting coverageTesting coverage
Description
Difficulty: Expert
Type: Testing
Summary
Add a mocked smoke test flow for the deployed vault lifecycle.
Current Behaviour
The real smoke test will be run by the maintainer after testnet deployment, but the repo needs a safe mocked flow first.
Expected Behaviour
The mocked flow should cover deployed contract ID loading, initialization input loading, read verification, and lifecycle expectation checks.
Suggested Implementation
Create mocked fixtures, tests, docs, examples, and script output for the post-deployment smoke test flow.
Files or Areas Likely Affected
Acceptance Criteria
Additional Notes
Do not call Stellar testnet in this issue.