You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
The text was updated successfully, but these errors were encountered: