Run zil-graph-worker entity resolution test suite

Type: bash Component: zil-graph-worker Tags: entity-resolution,zil,neo4j,qdrant,test Assertion: contains Last result:
Validates

Full entity resolution pipeline: Neo4j JW pass (APOC), Qdrant embedding pass, LLM disambiguation pass, canonical-registry cache. Run after any change to entity-resolver.js or embedder.js.

Assertion Value
9/9
Expected Output
All 9 tests pass. Output includes: Neo4j connection, APOC available, Qdrant reachable, JW pass fires for near-identical strings, embedding pass fires for semantically similar strings, upsert round-trip succeeds.
Script
docker exec -e NEO4J_KG_PASSWORD="$NEO4J_KG_PASSWORD" zil-graph-worker 
  node test/test-entity-resolution.js 2>&1 | tail -30
Run Tool

Run History

No runs yet