test: Port 13 more prysk tests to Rust#12057
Merged
Merged
Conversation
Port one-script-error, continue, globs, path-with-spaces, profile, infer-pkg, gitignored-inputs, big-status, global-deps, recursive-turbo, find-correct-turbo, config, and shim-errors to Rust integration tests. Clears out the entire run/ subdirectory of prysk tests.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Coverage Report
|
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/prysk subdirectory — no more.tfiles there.other/:global-deps,recursive-turbo,find-correct-turbo,config, andshim-errors.Highlights:
config_test.rshas 11 tests covering the fullturbo configmatrix: defaults, API/team/timeout overrides, env var vs flag precedence, daemon, envMode, SCM, cacheDir, and concurrency.infer_pkg_test.rshas 9 tests covering package inference from different working directories, glob filters, name globs, and--cwdoverride.continue_test.rscovers--continue,--continue=dependencies-successful, and the default stop-on-error behavior.gitignored_inputs_test.rsverifies that gitignored files in explicitinputsstill affect hashing, using run summaries to check input hashes.