test(cloud-scheduler): prove assignment concurrency

This commit is contained in:
2026-07-12 17:42:20 +08:00
parent c58d9e5316
commit 4cb116f527
2 changed files with 174 additions and 1 deletions
@@ -23,7 +23,7 @@
- [x] 3.4 Implement lease renewal with host/task/attempt ownership validation and conflict responses for stale leases.
- [x] 3.5 Implement idempotent terminal result recording and reservation release for active leases.
- [x] 3.6 Implement expired-lease requeue/failure behavior with bounded attempts and preserved attempt history.
- [ ] 3.7 Add PostgreSQL concurrency tests proving one assignment/claim winner and SQLite tests documenting single-control-plane behavior.
- [x] 3.7 Add PostgreSQL concurrency tests proving one assignment/claim winner and SQLite tests documenting single-control-plane behavior.
## 4. Authentication And Authorization