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

[DEBUG] test newer libbpf change #3531

Merged
merged 1 commit into from
Jan 30, 2024
Merged

[DEBUG] test newer libbpf change #3531

merged 1 commit into from
Jan 30, 2024

Conversation

yonghong-song
Copy link
Collaborator

This is a testing patch for failure:
https://buildbot.iovisor.org/jenkins/job/bcc-pr/1071/label=ubuntu1604/console
on ubuntu16.04 with latest libbpf repo.

The f2fsslower.py may return earlier if the kernel does not
have required functions. For example, on my system,

  $ sudo python3.6 ./f2fsslower.py
  ERROR: no f2fs_file_operations in /proc/kallsyms. Exiting.
  HINT: the kernel should be built with CONFIG_KALLSYMS_ALL.
  $ echo $?
  0

So set allow_early to be True when testing f2fsslower.py
in test_tools_smoke.py.

Signed-off-by: Yonghong Song <[email protected]>
@yonghong-song yonghong-song merged commit a53e361 into master Jan 30, 2024
9 of 12 checks passed
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.

1 participant