test(payments,e2e,stellar,rollout): add test coverage for issues #565…#673
Open
manuelusman73-png wants to merge 1 commit into
Conversation
…lerCraft#565-StellerCraft#568 - StellerCraft#565 (payments): add Stripe webhook retry dedup tests - Simulate 1x/2x/3x delivery of same event ID - Assert idempotent subscription state across all event types - Document deduplication strategy in file JSDoc - StellerCraft#566 (e2e): add template-to-deployment lifecycle E2E suite - Cover full happy path: select, customize, generate, push, deploy - Add failure-path tests: template not found, GitHub 409, Vercel 429 - Assert intermediate state at each lifecycle stage - StellerCraft#567 (stellar): implement typed mock factory infrastructure for Horizon RPC - Add makeAccountResponse, makeTxResponse, makeLedgerResponse, makeAssetResponse, makeOrderBookResponse factories to mock.ts - Validate service behavior against mocks in service.mock-infra.test.ts - StellerCraft#568 (rollout): add granular unit tests for feature flag computation - Test percentage rollout determinism and cohort boundaries (0/50/100%) - Test tier-based gating via BlueGreenSwitcher health thresholds - Assert stable rollout decisions per user across repeated calls - Document rollout algorithm in file JSDoc
|
@manuelusman73-png Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
…-#568
Engineer Test Coverage for Stripe Subscription Webhook Retry Deduplication Logic #565 (payments): add Stripe webhook retry dedup tests
Design End-to-End Test Suite for Complete Template-to-Deployment Lifecycle Flow #566 (e2e): add template-to-deployment lifecycle E2E suite
Implement Mock-Based Test Infrastructure for Stellar Horizon RPC Method Invocations #567 (stellar): implement typed mock factory infrastructure for Horizon RPC
Build Granular Unit Tests for Rollout Strategy Service Feature Flag Computation #568 (rollout): add granular unit tests for feature flag computation
Closes Build Granular Unit Tests for Rollout Strategy Service Feature Flag Computation #568
Closes Design End-to-End Test Suite for Complete Template-to-Deployment Lifecycle Flow #566
Closes Engineer Test Coverage for Stripe Subscription Webhook Retry Deduplication Logic #565
Closes Implement Mock-Based Test Infrastructure for Stellar Horizon RPC Method Invocations #567