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
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'
The text was updated successfully, but these errors were encountered:
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
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
andtest-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:
install
withoutsudo
TearDownTest()
to uninstall the agent withoutsudo
TearDownSuite()
function to work across OS'The text was updated successfully, but these errors were encountered: