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

E2E tests don't run on arm64, install is specific to linux #3620

Open
michel-laterman opened this issue Jun 7, 2024 · 1 comment
Open

E2E tests don't run on arm64, install is specific to linux #3620

michel-laterman opened this issue Jun 7, 2024 · 1 comment
Labels
Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team tech debt

Comments

@michel-laterman
Copy link
Contributor

michel-laterman commented Jun 7, 2024

E2E tests have hard coded assumptions that it runs linux/amd64.

Additionally the agent install tests only work on linux/amd64 (darwin untested).

At a minimum we should make the test-e2e and test-int targets run on arm64 hosts.

Additionally we can test to see if we can get the install e2e tests running on darwin and windows machines.
Windows machines will require extra steps that we may want in another issue:

  • run the tests's install without sudo
  • fix TearDownTest() to uninstall the agent without sudo
  • fix the suite's TearDownSuite() function to work across OS'
@michel-laterman michel-laterman added Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team tech debt labels Jun 7, 2024
@michel-laterman michel-laterman changed the title E2E agent install test fixes for darwin/arm64 and windows E2E tests don't run on arm64, install is specific to linux Sep 10, 2024
@michel-laterman
Copy link
Contributor Author

#3904 allows e2e tests to run on arm machines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team tech debt
Projects
None yet
Development

No branches or pull requests

1 participant