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

Parallelise system tests #1794

Open
patchwork01 opened this issue Feb 5, 2024 · 0 comments
Open

Parallelise system tests #1794

patchwork01 opened this issue Feb 5, 2024 · 0 comments
Labels

Comments

@patchwork01
Copy link
Collaborator

patchwork01 commented Feb 5, 2024

Description

We could improve the system tests by running multiple tests in parallel, with each test running in its own Sleeper table in the same instance.

This could make the test suite significantly faster to run. It could also be a bit more representative of real use.

Ideally this could run constantly so that whenever we push a commit we would have feedback based on a real deployed instance within an hour. We can investigate the costs incurred by this. This may be impacted by running the tests in parallel, particularly if tasks and instances are constantly coming up and down if the tests are not run in parallel.

This will also be impacted by any tools we have to force scaling, add tasks for compaction/ingest and keep them around to avoid cold starts, including the following:

Here are other issues that are related or required for this:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant