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

Mirror integration tests on ARM64 #4621

Open
NDStrahilevitz opened this issue Feb 23, 2025 · 1 comment
Open

Mirror integration tests on ARM64 #4621

NDStrahilevitz opened this issue Feb 23, 2025 · 1 comment

Comments

@NDStrahilevitz
Copy link
Collaborator

Background

Feature testing of tracee is split between integration tests and e2e tests. Integration tests runs tracee instances through procedural code calls, whereas e2e runs full tracee instances with corresponding policy and signatures. While e2e tests cover many kernels and therefore both main cpu architectures (x86_64 and arm64), integration tests which arguably test even more internal mechanisms do not have this coverage.

Solution

We should mirror these tests to cover arm64. This can be done most simply by duplicating the job and making sure it runs on an arm64 machine. We may want to make this change to unit tests as well.

@rscampos
Copy link
Collaborator

Good... solving this issue is also solve this #4162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants