eunomia-bpf / bpftime

Userspace eBPF runtime for fast Uprobe & Syscall hook & Extensions with LLVM JIT
https://eunomia.dev/bpftime/
MIT License
693 stars 68 forks source link

workflow to run attach tests #240

Closed Sanket-0510 closed 4 months ago

Sanket-0510 commented 4 months ago

Description

Fixes #236

This change adds a CI job in github workflow to run

Type of change

yunwei37 commented 4 months ago

@Sanket-0510 Thanks for your help! If you have any questions or problems solving this issue, please feel free to ask us!

yunwei37 commented 4 months ago

It can be similar like https://github.com/eunomia-bpf/bpftime/blob/master/.github/workflows/test-runtime.yml

Sanket-0510 commented 4 months ago

Hey @yunwei37 @Officeyutong thank you so much for your kind words, actually I am new to eBPF, trying to get myself familiar with the codebase. I overlooked a lot of things, indeed the implementation will be in separate files also the build and test command will differ. I overlooked the whole structure but now got an I idea, I will make changes soon.

Sanket-0510 commented 4 months ago

Frida test workflow runs fine but the syscall one is failing. Is the target correct?

Officeyutong commented 4 months ago

Frida test workflow runs fine but the syscall one is failing. Is the target correct?

Officeyutong commented 4 months ago

Thank you!

Sanket-0510 commented 4 months ago

Thank you!

My pleasure 😊