Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor tests so they can be run in parallel #83

Closed
fmaclen opened this issue Sep 17, 2022 · 1 comment
Closed

Refactor tests so they can be run in parallel #83

fmaclen opened this issue Sep 17, 2022 · 1 comment
Labels
Electron Involves Electron's code help wanted Extra attention is needed SvelteKit Involves SvelteKit's code v2 Tasks for Canutin v2

Comments

@fmaclen
Copy link
Owner

fmaclen commented Sep 17, 2022

At the moment the tests run using 1 worker, the main reason why we can't increase the number of workers is due to: #51

Aside from being blocked by that issue there is probably a way to improve the current GitHub Actions workflow to at least parallelize each of the browser jobs.

@fmaclen fmaclen added help wanted Extra attention is needed Electron Involves Electron's code SvelteKit Involves SvelteKit's code labels Sep 17, 2022
@fmaclen fmaclen added the v2 Tasks for Canutin v2 label Sep 7, 2024
@fmaclen
Copy link
Owner Author

fmaclen commented Sep 7, 2024

In v2 we seed a single instance of PocketBase with separate unique accounts so every test is standalone and can be parallelized.

@fmaclen fmaclen closed this as completed Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Electron Involves Electron's code help wanted Extra attention is needed SvelteKit Involves SvelteKit's code v2 Tasks for Canutin v2
Projects
None yet
Development

No branches or pull requests

1 participant