Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 41s
idempotency.sx: persist/append-once appends at most once per (stream, idempotency key), returning the same event on a repeat. The marker lives in the kv facet, so idempotency holds across a restart (verified on durable). persist/seen? check. 180/180. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
26 lines
777 B
JSON
26 lines
777 B
JSON
{
|
|
"suites": {
|
|
"event": {"pass": 6, "fail": 0},
|
|
"log": {"pass": 9, "fail": 0},
|
|
"kv": {"pass": 13, "fail": 0},
|
|
"project": {"pass": 9, "fail": 0},
|
|
"subscribe": {"pass": 9, "fail": 0},
|
|
"concurrency": {"pass": 8, "fail": 0},
|
|
"snapshot": {"pass": 11, "fail": 0},
|
|
"compaction": {"pass": 11, "fail": 0},
|
|
"durable": {"pass": 15, "fail": 0},
|
|
"blob": {"pass": 14, "fail": 0},
|
|
"view": {"pass": 11, "fail": 0},
|
|
"cas": {"pass": 11, "fail": 0},
|
|
"catalog": {"pass": 10, "fail": 0},
|
|
"query": {"pass": 9, "fail": 0},
|
|
"batch": {"pass": 10, "fail": 0},
|
|
"upcast": {"pass": 9, "fail": 0},
|
|
"idempotency": {"pass": 9, "fail": 0},
|
|
"recovery": {"pass": 6, "fail": 0}
|
|
},
|
|
"total_pass": 180,
|
|
"total_fail": 0,
|
|
"total": 180
|
|
}
|