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

integration-test: fix when host != target #796

Merged
merged 3 commits into from
Sep 27, 2023
Merged

Conversation

tamird
Copy link
Member

@tamird tamird commented Sep 27, 2023

  • integration-test: distinguish between success and noop
  • integration-test: replace macro with function
  • integration-test: build eBPF for the proper arch

These tests previously produced the same result on certain failures as
they did on success.
There's just no need for a macro here.
Prior to this change we neglected to build integration-ebpf for the
correct target architecture, resulting in test failures on arm64.
@netlify
Copy link

netlify bot commented Sep 27, 2023

Deploy Preview for aya-rs-docs ready!

Name Link
🔨 Latest commit 15de143
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/65146575a58ffc0008765a99
😎 Deploy Preview https://deploy-preview-796--aya-rs-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mergify mergify bot added the test A PR that improves test cases or CI label Sep 27, 2023
Copy link
Member

@ajwerner ajwerner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tamird tamird merged commit 9eb0419 into main Sep 27, 2023
20 checks passed
@tamird tamird deleted the integration-ebpf-bpf-arch branch September 27, 2023 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test A PR that improves test cases or CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants