test: Port 14 more prysk tests to Rust (single-package + commands)#12054
Merged
Conversation
Port all 9 single-package tests (run, dry-run, graph, with-deps variants) plus command-bin, command-link, command-logout, command-telemetry, and interactive tests to Rust. Adds mock_turbo_config and mock_telemetry_config helpers to common/mod.rs for tests that need fake auth tokens or telemetry config.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Coverage Report
|
Contributor
Author
|
The failing test is a flake that we will address in follow-up. |
github-actions Bot
added a commit
that referenced
this pull request
Feb 28, 2026
## Release v2.8.13-canary.7 Versioned docs: https://v2-8-13-canary-7.turborepo.dev ### Changes - release(turborepo): 2.8.13-canary.6 (#12055) (`4f190a8`) - test: Port 14 more prysk tests to Rust (single-package + commands) (#12054) (`a967dc0`) - test: Port 13 more prysk tests to Rust (#12057) (`f484a47`) - fix: Exclude peer dependencies from workspace external dep resolution (#12050) (`3a75547`) - test: Port all 15 workspace-configs prysk tests to Rust (#12058) (`55442be`) --------- Co-authored-by: Turbobot <turbobot@vercel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
run/single-package/prysk tests to Rust, clearing out the entire subdirectory.command-bin,command-link,command-logout,command-telemetry, andinteractivetests.mock_turbo_configandmock_telemetry_confighelpers tocommon/mod.rsfor tests needing fake auth/telemetry config directories.26 new Rust tests across 9 files. The single-package tests cover build+caching (npm and yarn), dry-run text output, pnpm dry-run JSON, no-config behavior (cache bypass), graph DOT output, and tasks with
dependsOnchains including--output-logsvariants.