stemedb/crates/stemedb-api/tests
jordan 02ecac9a07 fix: merge upstream 10 commits, fix DashMap deadlock, deterministic sim ingestion
Merged 10 upstream commits (MemTable, read-your-writes tests, feed endpoint,
security hardening, signed assertions, source registry, dashboard enhancements)
and fixed all test failures across the full workspace (2656/2656 passing).

Key fixes:
- fix(cluster): DashMap deadlock in swim.rs suspect_node/fail_node/alive_node
  - DashMap::get_mut RefMut + iter() on same map = non-reentrant write lock deadlock
  - Fix: extract clone in scoped block to drop RefMut before calling update_node_gauges()
  - 6 previously-hanging SWIM tests now pass in <2s
- fix(sim): replace background-task+polling ingestion with synchronous process_pending()
  - smoke_high_volume_simulation was CPU-starved under 2656 parallel tests
  - Removed ingestor.start() + wait_until_ingested() pattern throughout sim
  - All arena functions now call ingestor.process_pending() directly (deterministic)
- fix(test): v2 signature helper used wrong hash (rkyv vs canonical compute_content_hash_v2)
- fix(test): quota test signed "test" but v1 requires "subject:predicate" format
- fix(test): http_validation now accepts 400 for valid-format-but-invalid-crypto hex
- fix(test): scale_adaptive micro tier assertions updated (auto_promote upstream change)
- config: add nextest.toml with slow-timeout for background-task-tests group

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 20:27:32 -07:00
..
common fix(api): enable querying of CLI-created community corpus items 2026-02-09 15:54:35 +00:00
admission_integration.rs feat: Phase 6 UAT - Admission control, HLC recency, cluster coordination 2026-02-03 00:43:37 -07:00
e2e_full_pipeline.rs feat(aphoria): wire claims through StemeDB — Gap Closure Phase 1 2026-02-12 02:02:51 -07:00
e2e_lens_resolution.rs fix(api): enable querying of CLI-created community corpus items 2026-02-09 15:54:35 +00:00
http_advanced.rs fix: merge upstream 10 commits, fix DashMap deadlock, deterministic sim ingestion 2026-02-20 20:27:32 -07:00
http_basic.rs feat: add source content to source registry, signed assertions, feed endpoint, dashboard enhancements 2026-02-19 21:54:27 -07:00
http_crud.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
http_epoch.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
http_feed.rs feat: add feed endpoint, dashboard feed panel, and FindMyHealth app 2026-02-16 17:16:17 -07:00
http_gold_standard.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
http_pipeline.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
http_query.rs refactor: Split all files to enforce 500-line max 2026-02-02 01:13:45 -07:00
http_read_your_writes.rs fix: merge upstream 10 commits, fix DashMap deadlock, deterministic sim ingestion 2026-02-20 20:27:32 -07:00
http_validation.rs fix: merge upstream 10 commits, fix DashMap deadlock, deterministic sim ingestion 2026-02-20 20:27:32 -07:00
security_hardening.rs fix: merge upstream 10 commits, fix DashMap deadlock, deterministic sim ingestion 2026-02-20 20:27:32 -07:00