test: Parallelize boot-strap test#5280
Draft
nielsenko wants to merge 18 commits into
Draft
Conversation
254dc74 to
2adc43b
Compare
b9bc40b to
9e4aaf2
Compare
0c6718b to
69a4311
Compare
5bf72c4 to
3c31fad
Compare
3c31fad to
59695df
Compare
Previously every suite scaffolded into a fixed <repo>/temp* directory, which forced hand-assigned unique names per file (to avoid collisions) and a .gitignore entry. Generate projects in a fresh Directory.systemTemp.createTemp instead: collisions are impossible by construction going forward, nothing lands in the repo tree, and it matches the cwd-independence the generated projects already have (their path deps are absolute via SERVERPOD_HOME).
The generated server now uses embedded PostgreSQL
Drop the --concurrency=1 that the suite needed only for the shared Docker database; the generated projects now use embedded PostgreSQL, so the suites isolate themselves and can run at the default concurrency.
59695df to
20857cb
Compare
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.
No description provided.