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
May be trivial but we should run more than one integration test at a time. It takes so long to run the tests because each one starts/stops/waits. I think if we parallize them we'll get a huge benefit. They all run random jobs against a kind cluster and they are very tiny containers so I think it should be fine to add a lot of parallelization.
The text was updated successfully, but these errors were encountered:
Most of the tests in the integration suite can
be run in parallel to save time. This is due to the
fact that they all run in their own namespaces
anyways. If they conflict somehow we'll have to
debug that as well.
Fixes#1332
Signed-off-by: John Schnake <[email protected]>
May be trivial but we should run more than one integration test at a time. It takes so long to run the tests because each one starts/stops/waits. I think if we parallize them we'll get a huge benefit. They all run random jobs against a kind cluster and they are very tiny containers so I think it should be fine to add a lot of parallelization.
The text was updated successfully, but these errors were encountered: