parity reports: regenerated 2026-05-03 morning verification
All 6 probes re-run post-restart for today's verification: validator(6/6) + extract_json(12/12) + session_log(4/4) + materializer(2/2) + embed(8/8) + subject_audit(6/6) = 38/38
This commit is contained in:
parent
df2a9d1f77
commit
c0a55b1182
@ -1,6 +1,6 @@
|
|||||||
# /v1/embed cross-runtime parity probe
|
# /v1/embed cross-runtime parity probe
|
||||||
|
|
||||||
**Date:** 2026-05-03T03:13:12Z
|
**Date:** 2026-05-03T05:16:39Z
|
||||||
**Rust:** `http://127.0.0.1:3100/ai/embed` · **Go:** `http://127.0.0.1:4110/v1/embed`
|
**Rust:** `http://127.0.0.1:3100/ai/embed` · **Go:** `http://127.0.0.1:4110/v1/embed`
|
||||||
**Model:** `nomic-embed-text` (forced — overrides each side's default)
|
**Model:** `nomic-embed-text` (forced — overrides each side's default)
|
||||||
**Match metric:** cosine similarity ≥ `0.99999`
|
**Match metric:** cosine similarity ≥ `0.99999`
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# extract_json parity probe — Rust vs Go
|
# extract_json parity probe — Rust vs Go
|
||||||
|
|
||||||
**Date:** 2026-05-03T03:13:10Z
|
**Date:** 2026-05-03T05:16:38Z
|
||||||
**Rust helper:** `/home/profit/lakehouse/target/release/parity_extract_json` (links live `gateway::v1::iterate::extract_json`)
|
**Rust helper:** `/home/profit/lakehouse/target/release/parity_extract_json` (links live `gateway::v1::iterate::extract_json`)
|
||||||
**Go helper:** `./bin/parity_extract_json_go` (links live `internal/validator.ExtractJSON`)
|
**Go helper:** `./bin/parity_extract_json_go` (links live `internal/validator.ExtractJSON`)
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Materializer parity probe — Bun vs Go
|
# Materializer parity probe — Bun vs Go
|
||||||
|
|
||||||
**Date:** 2026-05-03T03:13:11Z
|
**Date:** 2026-05-03T05:16:38Z
|
||||||
**Bun:** `/home/profit/lakehouse/scripts/distillation/build_evidence_index.ts`
|
**Bun:** `/home/profit/lakehouse/scripts/distillation/build_evidence_index.ts`
|
||||||
**Go:** `./bin/materializer`
|
**Go:** `./bin/materializer`
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# session_log parity probe — Rust gateway vs Go validatord
|
# session_log parity probe — Rust gateway vs Go validatord
|
||||||
|
|
||||||
**Date:** 2026-05-03T03:13:10Z
|
**Date:** 2026-05-03T05:16:38Z
|
||||||
**Rust helper:** `/home/profit/lakehouse/target/release/parity_session_log`
|
**Rust helper:** `/home/profit/lakehouse/target/release/parity_session_log`
|
||||||
**Go helper:** `./bin/parity_session_log_go`
|
**Go helper:** `./bin/parity_session_log_go`
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# subject_audit_parity
|
# subject_audit_parity
|
||||||
|
|
||||||
**Generated:** 2026-05-03 09:16:14 UTC
|
**Generated:** 2026-05-03 10:22:58 UTC
|
||||||
**Spec:** /home/profit/lakehouse/docs/specs/SUBJECT_MANIFESTS_ON_CATALOGD.md §5 Step 8
|
**Spec:** /home/profit/lakehouse/docs/specs/SUBJECT_MANIFESTS_ON_CATALOGD.md §5 Step 8
|
||||||
**Rust helper:** `/home/profit/lakehouse/target/release/parity_subject_audit`
|
**Rust helper:** `/home/profit/lakehouse/target/release/parity_subject_audit`
|
||||||
**Go helper:** `./bin/subject_audit_helper`
|
**Go helper:** `./bin/subject_audit_helper`
|
||||||
@ -23,7 +23,7 @@ Every `*.audit.jsonl` in `/home/profit/lakehouse/data/_catalog/subjects` verifie
|
|||||||
| Audit log | Rust verified | Go verified | Result |
|
| Audit log | Rust verified | Go verified | Result |
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
| `WORKER-1.audit.jsonl` | 1 rows (true) | 1 rows (true) | **MATCH** ✓ |
|
| `WORKER-1.audit.jsonl` | 1 rows (true) | 1 rows (true) | **MATCH** ✓ |
|
||||||
| `WORKER-2.audit.jsonl` | 1 rows (true) | 1 rows (true) | **MATCH** ✓ |
|
| `WORKER-2.audit.jsonl` | 4 rows (true) | 4 rows (true) | **MATCH** ✓ |
|
||||||
| `WORKER-3.audit.jsonl` | 1 rows (true) | 1 rows (true) | **MATCH** ✓ |
|
| `WORKER-3.audit.jsonl` | 1 rows (true) | 1 rows (true) | **MATCH** ✓ |
|
||||||
| `WORKER-4.audit.jsonl` | 1 rows (true) | 1 rows (true) | **MATCH** ✓ |
|
| `WORKER-4.audit.jsonl` | 1 rows (true) | 1 rows (true) | **MATCH** ✓ |
|
||||||
| `WORKER-5.audit.jsonl` | 1 rows (true) | 1 rows (true) | **MATCH** ✓ |
|
| `WORKER-5.audit.jsonl` | 1 rows (true) | 1 rows (true) | **MATCH** ✓ |
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Validator parity probe — Rust :3100 vs Go :4110
|
# Validator parity probe — Rust :3100 vs Go :4110
|
||||||
|
|
||||||
**Date:** 2026-05-03T03:13:05Z
|
**Date:** 2026-05-03T05:16:33Z
|
||||||
**Rust gateway:** `http://127.0.0.1:3100` · **Go gateway:** `http://127.0.0.1:4110`
|
**Rust gateway:** `http://127.0.0.1:3100` · **Go gateway:** `http://127.0.0.1:4110`
|
||||||
|
|
||||||
Identical `POST /v1/validate` request → both runtimes. Match
|
Identical `POST /v1/validate` request → both runtimes. Match
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user