Commit 172f3a6
committed
test(manifest,gc): positive postgres-storage case + realistic gc fixture
Follow-up to #144 (which closed #112 by dropping the json sidecar store).
Adds the two test-only improvements that #144 did not include:
- manifest: `postgres_storage_passes_storage_check` — a positive companion
to `unsupported_storage_fails`, asserting the postgres dialect passes the
new `sidecar-storage-supported` validate check (previously only the
negative/json path was covered).
- gc: `gc_rejects_non_sqlite_backend` now exercises the realistic
non-sqlite value (`postgres`) instead of the dropped `json` value, so the
fixture reflects a backend that actually exists post-#112.
No production-code change; the sidecar storage set stays closed to
sqlite + postgres.
https://claude.ai/code/session_01Ux144vBDdySvLUqUrCgkT41 parent e94d2a2 commit 172f3a6
2 files changed
Lines changed: 40 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
313 | 316 | | |
314 | 317 | | |
315 | 318 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
432 | 468 | | |
433 | 469 | | |
434 | 470 | | |
| |||
0 commit comments