omnigraph/crates/omnigraph
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
..
examples Clean up bench_expand example 2026-04-25 00:59:21 +03:00
src mr-686: Phase 2 — op-kind-aware version check + coord Mutex → RwLock 2026-05-08 12:42:26 +02:00
tests tests: failpoints schema_source().as_str() (CI fix) 2026-05-08 16:26:23 +02:00
Cargo.toml deps: add arc-swap to workspace for PR 2 catalog/schema_source wrapping 2026-05-07 15:25:22 +02:00