Conversation
Completes all 26 in-crate test gaps across all categories: Phase 1 — Low-hanging fruit: - INT-022: stale token check returns revision-state - INT-032: orphan type warning via check_schema - INT-036/037: check_schema compatible/breaking - INT-042: cache TTL expiry + remove_partition + invalidate_before + traversal_cache tests - ERR-001: invalid DB path error - ERR-009: fail-closed deny-on-error and allow-on-error modes - SEC-002: 100-level nesting cycle handled without panic - SEC-003: max traversal depth respected Phase 2 — Scale bump stress tests: - STR-001: 20 concurrent reader threads (stress.rs) - STR-002: 50 concurrent writes with true contention (stress.rs) - STR-005: read-pool exhaustion with max_readers=1 (stress.rs) - STR-007: scaled to 2000 subjects, 2000 repos, 5000 checks (stress.rs) - STR-008: hierarchy depth 9 (stress.rs) - STR-009: 200 siblings (stress.rs) - STR-010: 1000-cycle soak (stress.rs) Phase 3 — New test modules: - tests/persistence.rs: 7 tests (PER-001 to PER-007) - tests/multitenancy.rs: 6 tests (TEN-001 to TEN-006) - tests/security.rs: 3 tests (SEC-004, SEC-005, SQL injection) Phase 4 — Benchmarks: - benches/list.rs, benches/write.rs, benches/explain.rs, benches/memory.rs - Registered in Cargo.toml Additionally: - INT-012: nested savepoint test (sqlite.rs) - INT-040: cache warmup latency assertion (v1_closure.rs) - INT-081: since_revision field on WatchFilter + tests (watch.rs) - INT-091: audit entry timestamp test (sqlite.rs) - ERR-004: empty relation validation (identity.rs) - ERR-008: fail-closed on storage failure (mod.rs) - ERR-010: cross-node token error exists (mod.rs) - ERR-011: write after close errors (mod.rs)
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.
No description provided.