omnigraph/crates/omnigraph/tests
Ragnor Comerford 505303f93e
test(engine): pin Lance scalar-index coverage + system-column/deletion-metadata surface
Add three Lance surface guards de-risking a future persisted-adjacency cache:
- a compile-only guard pinning the fragment physical_rows + index-detail
  surface that key_column_index_coverage mirrors (the C6 fallback);
- a runtime probe confirming a scalar BTREE on the system column
  _row_last_updated_at_version is not buildable via the normal create-index
  path (the column is not in the user schema), so a version-column range delta
  is not viable as drafted;
- a runtime probe confirming per-fragment deletion metadata
  (deletion_file.num_deleted_rows) is available as cheap O(fragments) metadata,
  the primitive a fragment-coverage delete model would rely on.

The probes turn the two largest substrate assumptions into green/red CI facts
before any cache work begins.
2026-06-09 09:34:03 +02:00
..
fixtures Merge pull request #6 from ModernRelay/claude/omnigraph-aggregates-a53rG 2026-04-13 10:26:07 +02:00
helpers fix: optimize publishes compaction; recovery roll-back converges manifest (#141) 2026-06-08 02:50:12 +03:00
aggregation.rs Implement aggregate execution with wide-batch model 2026-04-12 20:59:13 +00:00
branching.rs chore(lance): bump 4.0.0 → 6.0.1 (DataFusion 52→53, Arrow 57→58) (#111) 2026-05-23 00:42:29 +01:00
changes.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
composite_flow.rs fix: optimize publishes compaction; recovery roll-back converges manifest (#141) 2026-06-08 02:50:12 +03:00
consistency.rs Rename repo terminology to graph (#118) 2026-05-24 16:46:00 +01:00
end_to_end.rs fix: optimize publishes compaction; recovery roll-back converges manifest (#141) 2026-06-08 02:50:12 +03:00
export.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
failpoints.rs fix: optimize publishes compaction; recovery roll-back converges manifest (#141) 2026-06-08 02:50:12 +03:00
forbidden_apis.rs (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
lance_surface_guards.rs test(engine): pin Lance scalar-index coverage + system-column/deletion-metadata surface 2026-06-09 09:34:03 +02:00
lance_version_columns.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
lifecycle.rs (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
maintenance.rs fix: optimize publishes compaction; recovery roll-back converges manifest (#141) 2026-06-08 02:50:12 +03:00
merge_truth_table.rs MR-786: merge-pair truth table with exhaustive op-variant matrix (#81) 2026-05-12 22:36:01 +03:00
point_in_time.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
policy_engine_chassis.rs (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
recovery.rs fix: optimize publishes compaction; recovery roll-back converges manifest (#141) 2026-06-08 02:50:12 +03:00
s3_storage.rs Rename repo terminology to graph (#118) 2026-05-24 16:46:00 +01:00
schema_apply.rs Rename repo terminology to graph (#118) 2026-05-24 16:46:00 +01:00
search.rs chore(lance): bump 4.0.0 → 6.0.1 (DataFusion 52→53, Arrow 57→58) (#111) 2026-05-23 00:42:29 +01:00
staged_writes.rs docs: rename runs.md/runs.rs → writes and repoint all references (#131) 2026-05-30 23:20:56 +02:00
traversal.rs (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
traversal_indexed.rs feat(engine): cost-based Expand dispatch chooser (C5) 2026-06-09 09:34:03 +02:00
validators.rs (feat): multi-graph server mode (#119) 2026-05-28 16:19:31 +02:00
writes.rs feat(engine): sweep & remove legacy __run__ branch guard (MR-770) (#132) 2026-06-07 18:33:14 +03:00