Skip to content

test: complete ORM concurrency and SQL edge audits - #38

Merged
smiggleworth merged 1 commit into
mainfrom
test/complete-orm-runtime-audits
Aug 24, 2026
Merged

test: complete ORM concurrency and SQL edge audits#38
smiggleworth merged 1 commit into
mainfrom
test/complete-orm-runtime-audits

Conversation

@smiggleworth

Copy link
Copy Markdown
Contributor

Closes #29
Closes #33

Summary

  • stress four-level SQLite savepoint commit/rollback behavior
  • exercise shared-file concurrent insert and overlapping upsert chunks
  • verify bounded PostgreSQL pool backpressure and racing migration locks
  • expand adversarial keyed-SQL, identifier, numeric-literal, and empty-condition coverage

Validation

  • npm run check

No package versions were changed and nothing was published.

@smiggleworth
smiggleworth marked this pull request as ready for review August 24, 2026 11:17
@smiggleworth
smiggleworth force-pushed the test/complete-orm-runtime-audits branch from 1329811 to 00e495b Compare August 24, 2026 11:17
Copilot AI lite review requested due to automatic review settings August 24, 2026 11:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@smiggleworth
smiggleworth merged commit 9f63f45 into main Aug 24, 2026
4 checks passed
@smiggleworth
smiggleworth deleted the test/complete-orm-runtime-audits branch August 24, 2026 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Audit: adversarial SQL-generation edge cases Audit: concurrent/multi-connection transaction and write behavior

2 participants