Conversation
pederbe
marked this pull request as ready for review
September 10, 2026 18:21
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.
Description of Changes
Use precompiled fixtures for ordinary Rust smoketests, including the default noop module and column-default migrations. The HTTP tutorial fixture compiles Rust blocks directly from the documentation during warmup.
Remove the source-string constructor and runtime Rust publish fallback. Build-diagnostic tests use a separate helper that invokes
spacetime buildwithout starting a server. The namespace-collision test now requires the specific compilation diagnostic instead of accepting any publish failure.Fixes #5653.
API and ABI breaking changes
Removes source-based helpers from the internal smoketest harness. Product APIs and ABIs are unaffected.
Rollback safety impact
n/a
Expected complexity level and risk
2/5. The changes affect test setup, fixture compilation, and build-diagnostic coverage.
Testing
Validated on Linux with Rust 1.93.0 and freshly built CLI/standalone binaries: