test: add comprehensive test coverage for issues #581 #582 #583 #584#675
Open
Fidelis900 wants to merge 1 commit into
Open
test: add comprehensive test coverage for issues #581 #582 #583 #584#675Fidelis900 wants to merge 1 commit into
Fidelis900 wants to merge 1 commit into
Conversation
…1–584 - StellerCraft#584: add comprehensive tests for analytics purge cron (auth, retention window enforcement, batch deletion, concurrency, error handling) - StellerCraft#583: extend github.backoff.test.ts with jitter/exponential-growth invariants; document retry strategy in withGitHubRetry JSDoc - StellerCraft#582: extend analytics export route tests with date-range filtering, pagination boundaries, CSV escaping, large dataset, and error handling - StellerCraft#581: add property-based tests for template-generator determinism — 200+ runs asserting byte-identical output, no live timestamps, no random UUIDs in generated file content Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@Fidelis900 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.
Summary
github.backoff.test.tswith jitter/exponential-growth invariants (Math.random spy, backoff ceiling growth, 32 s cap, Retry-After precedence, total attempt counts); updatedwithGitHubRetryJSDoc to document the retry strategyTemplateGeneratorServicedeterminism: 200+ runs asserting byte-identicalgeneratedFiles, no live timestamps or random UUIDs in file content, frozen clock and stubbedcrypto.randomUUID, output stability invariantsTest plan
apps/backend/src/app/api/cron/purge-analytics/route.test.ts— all new tests passapps/backend/src/services/github.backoff.test.ts— existing + new jitter tests passapps/backend/src/app/api/deployments/[id]/analytics/export/route.test.ts— existing + new tests passapps/backend/src/services/template-generator.service.property.test.ts— all property tests pass (200 runs each)Closes #581
Closes #582
Closes #583
Closes #584
🤖 Generated with Claude Code