omnigraph/crates
Ragnor Comerford 56a479ea2f
tests: failpoints schema_source().as_str() (CI fix)
PR 2 made Omnigraph::schema_source() return Arc<String> via ArcSwap, but
the failpoints test still compared against &'static str constants. Three
E0308 type mismatches were blocking the Test Workspace CI job; this fix
restores compilation.

- failpoints.rs:125,160,195 now call schema_source().as_str() to align
  with the &str constants.
- Drops 11 unused let mut db = ... bindings on the same path (engine
  write APIs are &self post PR 2 Step C).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 16:26:23 +02:00
..
omnigraph tests: failpoints schema_source().as_str() (CI fix) 2026-05-08 16:26:23 +02:00
omnigraph-cli mr-686: bundle PR 0/1a/1b foundation + PR 2 catalog/schema_source ArcSwap 2026-05-07 16:22:38 +02:00
omnigraph-compiler release: bump version to 0.4.1 2026-05-02 23:20:50 +02:00
omnigraph-server mr-686: Phase 2 — op-kind-aware version check + coord Mutex → RwLock 2026-05-08 12:42:26 +02:00