Splitting sdk-test out of Test Suite - #5854
Open
JasonAtClockwork wants to merge 11 commits into
Open
Conversation
This was referenced Sep 2, 2026
JasonAtClockwork
marked this pull request as ready for review
September 2, 2026 20:52
JasonAtClockwork
requested review from
bfops,
cloutiertyler and
jdetter
as code owners
September 2, 2026 20:52
|
|
||
| sdk_test_build: | ||
| needs: [upload-build-artifacts-linux] | ||
| name: Build SDK tests |
Collaborator
There was a problem hiding this comment.
This job currently takes 13m in the latest CI run. I believe that's probably because of the current spacetimedb-testing dependency which compiles most of standalone.
Ideally we'd like to be able to just download and use the CLI and standalone binaries that are produced by the "Upload build artifacts" job.
I haven't looked into which parts of spacetimedb-testing the sdk test suite is using and how hard it would be to remove this dependency, but that's probably worth looking into. Alternatively we could wait for CI runner image cache which should reduce this build time significantly.
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
First step to #5839 splitting out the SDK tests and partition:
cargo ci sdk-testscommand for local SDK test executionAPI and ABI breaking changes
No breaking changes - only tests
Rollback safety impact
n/a
Expected complexity level and risk
2 - Splitting up requires CI work and mucking with test setup for preparing clients
Testing