test(marquette): add shared test-run fixtures and conformance#3195
Conversation
Adds the shared positive and adversarial test-run evidence fixtures with canonical bytes and fingerprint companions, plus a Rust conformance suite that pins validation codes, canonical serialization, the SHA-256 fingerprint, and the test-run:<sha256> admission id against them. The TypeScript package will consume the same files so both languages prove identical behavior.
|
Warning Review limit reached
Next review available in: 16 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 (6)
✨ 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: |
Co-authored-by: Codesmith <codesmith-bot@users.noreply.github.com>
Detailed Test ReportCommit: Area Summary
Test InventoryTotal tracked cases: 9445 across 1460 files.
Files
Comment truncated at 64000 characters. Open the workflow run for the full job log. |
PR BenchmarkBase:
Raw run timesCompile SFC
Lint
Format
Type check (1T)
Type check (max)
|
Detailed Test ReportCommit: Area Summary
Test InventoryTotal tracked cases: 9445 across 1460 files.
Files
Comment truncated at 64000 characters. Open the workflow run for the full job log. |
Tool BenchmarkMeasured: 2026-07-21T09:36:06.675Z
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
Fourth step for #3146, on top of #3189/#3191/#3194: the shared fixture set and the Rust conformance suite that pins cross-language behavior.
tests/fixtures/test-run-evidence/valid.json: a fully-populated record with two targets, a two-shard suite, and deliberately unsorted execution arrays, plusvalid.canonicalandvalid.sha256companions generated byvize-marquette test-run canonical|fingerprint.invalid.json: adversarial defects — uppercase application id, anhttps://(mutable) report reference, a hidden retry, a missing shard, a stale suite count, and an expiry that does not follow completion — withinvalid.expected.jsonpinning the exact diagnostic codes.tests/test_run_conformance.rsasserts clean validation, byte-exact canonical serialization, the SHA-256 fingerprint, thetest-run:<sha256>admission id round-trip, and the invalid code list against those files.The TypeScript entries consume the same fixtures in the final PR so both languages prove identical behavior.
Part of #3146
Need help on this PR? Tag
/codesmithwith what you need. Autofix is enabled.