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

Update tests based on latest testdata changes #2520

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Sylfrena
Copy link
Contributor

@Sylfrena Sylfrena commented Feb 19, 2024

Fixes #2420

@Sylfrena Sylfrena requested a review from a team as a code owner February 19, 2024 09:09
Copy link
Member

@kakkoyun kakkoyun left a comment

Choose a reason for hiding this comment

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

Hey, thanks for handling this!

Just a heads up, we need to tidy up a few things.

Also, I'm thinking it's better to use runtime.GOARCH wherever an arch is mentioned. That's unless we're aiming for a specific arch. If that's the plan, let's ensure the binary won't run on the wrong machine architecture.

pkg/elfreader/executable_test.go Show resolved Hide resolved
3rdparty/libbpf Outdated Show resolved Hide resolved
test/integration/profiler_test.go Outdated Show resolved Hide resolved
Copy link
Member

@kakkoyun kakkoyun left a comment

Choose a reason for hiding this comment

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

Looking good 🎉

I'd be happy to merge it when the CI is green (except of course arm64 integration test)!

Signed-off-by: Sumera Priyadarsini <sylphrenadin@gmail.com>

Update unwind table tests to match latest testdata changes

Signed-off-by: Sumera Priyadarsini <sylphrenadin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update testdata to latest
2 participants