Implement resilience test plan: Phase 2–5 E2E tests#62
Merged
Conversation
…lts, large query, large vars, rapid polling, variable name conflicts Co-authored-by: pinodeca <32303022+pinodeca@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add resilience testing plan
Implement resilience test plan: Phase 2–5 E2E tests
Mar 14, 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.
PR #56 merged 13 Phase 1 resilience tests (infinite loops, truthiness bugs, empty SQL, recursive start, crafted JSON, concurrency, signal edge cases) into
pinodeca/breakit. This PR continues from there, adding 7 more tests covering stress limits, misuse patterns, and variable edge cases.New tests
51_wide_parallel.sqljoin352_long_loop_history.sql53_large_result_sets.sqlfetch_all()OOM risk54_large_query_text.sqlVALUESlist55_large_variables.sqldf.setvar()+{var}substitution56_rapid_status_poll.sqldf.status()polling — resource exhaustion57_variable_name_conflict.sqlNot yet implemented
Chaos/fault-injection tests (D1 kill worker, D2 crash PG, D3 disk full) require shell-level process control and cannot be expressed as SQL E2E tests. These remain documented in
docs/resilience-testing.md.🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.