fix: ENG-QA-GAUNTLET-155 — Write tests for bulk item operations #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/eng-qa-gauntlet-155"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated fix for ENG-QA-GAUNTLET-155.
Write comprehensive tests for all three bulk item endpoints. Test cases: successful bulk create with multiple items, batch size limit enforcement (>100 returns 422), validation error rolls back entire batch, successful bulk delete with mix of existing and non-existent IDs (idempotent, returns count of actually deleted), bulk delete with empty list, successful bulk update for multiple items, bulk update with missing ID returns 404, bulk update with invalid data rolls back entire batch. Use async test client with test database.
Closed in the 2026-07-27 backlog sweep: open >30 days with conflicts, failing CI, or an empty diff. Nothing here was merged, and the branch is untouched — reopen or re-branch if this work is still wanted. Context: ~/orgh/docs/cyborg/holding/2026-07-26-pr-backlog-triage.md
Pull request closed