feat(marquette): add test-run admission and consolidated CLI#3194
Conversation
Adds test-run:<sha256> deployment admission: exact-grammar admission id parsing and construction, and an admission decision that requires a cleanly validated record whose canonical fingerprint is named by the admission id, exact candidate binding for application, environment, contract fingerprint, source revision, release, and artifact fingerprint, an unexpired record at the supplied admission instant, an accepted independent verification, and zero skipped tests. The CLI now covers both documents: vize-marquette [test-run] schema|validate|canonical|fingerprint, where schema prints the embedded JSON Schema, with end-to-end tests over the packaged binary.
|
Warning Review limit reached
Next review available in: 26 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
vize
@vizejs/fresco
@vizejs/musea-mcp-server
oxlint-plugin-vize
@vizejs/rspack-plugin
@vizejs/unplugin
@vizejs/vite-plugin
@vizejs/vite-plugin-musea
@vizejs/musea-nuxt
@vizejs/nuxt
@vizeui/core
commit: |
PR BenchmarkBase:
Raw run timesCompile SFC
Lint
Format
Type check (1T)
Type check (max)
|
Detailed Test ReportCommit: Area Summary
Test InventoryTotal tracked cases: 9443 across 1459 files.
Files
Comment truncated at 64000 characters. Open the workflow run for the full job log. |
Tool BenchmarkMeasured: 2026-07-21T09:25:32.801Z
Fairness notes:
Commands: gh workflow run tool-benchmark.yml --ref <branch> -f file_count=3000 -f check_file_count=500 -f vite_file_count=1000 -f nuxt_file_count=250 -f large_blocks=300 -f runs=3 -f warmups=1 -f commit_results=true
node bench/generate.mjs 3000
node bench/compare-tools.mjs --input bench/__in__ --vize-bin target/release/vize --runs 3 --warmups 1 --check-file-count 500 --vite-file-count 1000 --nuxt-file-count 250 --large-blocks 300 --runner-label "blacksmith-32vcpu-ubuntu-2404" --out tool-benchmark-summary.md --json tool-benchmark-results.json --doc performance-blacksmith.mdVariant details and raw run timesSFC compile
Large SFC compile
Large SFC type check
Lint
Format
Type check
Vite build (end-to-end)
Nuxt SPA build (end-to-end)
|
Summary
Third step for #3146, on top of #3189 and #3191.
Admission (
test-run:<sha256>)parse_test_run_admission_id/test_run_admission_id: exact prefix + 64-lowercase-hex grammar, built from the canonical fingerprint.admit_test_run(evidence, candidate, admission_id, now): empty diagnostics admit the deployment; anything else rejects. Requires a cleanly validated record, a canonical fingerprint matching the admission id (so a tampered record can never reuse an id), exact candidate binding on application / environment / contract fingerprint / source revision / release / artifact fingerprint, an unexpired record at the supplied millisecond-UTC instant (fail-closed on a malformed instant), an accepted independent verification, and zero skipped tests (VIZE_MARQUETTE_141–148).Consolidated CLI
vize-marquette [test-run] schema|validate|canonical|fingerprint [<path.json>]— adds the missingschemacommand for both documents and the full test-run command set.Shared fixtures + cross-language conformance and the TypeScript entries follow as the last two small PRs.
Part of #3146
Need help on this PR? Tag
/codesmithwith what you need. Autofix is enabled.