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
Is your feature request related to a problem? Please describe.
E2E tests are more compute and time expensive as they spin up full VMs for each node in the K3s cluster. Now that we have a reliable docker image rancher/systemd to enable restarts of K3s services, the docker test framework can cover more use test cases than previously possible. Docker test setup is faster and uses less resources, which allows large cluster tests (e.g. 3+ server node) to be run on GHA.
Describe the solution you'd like
Examine existing E2E tests. Any tests that do not rely on networking or specialized kernel/host modifications should be converted into Docker tests.
Describe alternatives you've considered
Keep existing tests where they are. If a test is too complex in its setup, just leave it as an E2E.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
E2E tests are more compute and time expensive as they spin up full VMs for each node in the K3s cluster. Now that we have a reliable docker image
rancher/systemd
to enable restarts of K3s services, the docker test framework can cover more use test cases than previously possible. Docker test setup is faster and uses less resources, which allows large cluster tests (e.g. 3+ server node) to be run on GHA.Describe the solution you'd like
Examine existing E2E tests. Any tests that do not rely on networking or specialized kernel/host modifications should be converted into Docker tests.
Describe alternatives you've considered
Keep existing tests where they are. If a test is too complex in its setup, just leave it as an E2E.
Additional context
The text was updated successfully, but these errors were encountered: