alegrey91 / harpoon

🔍 Trace syscalls from user-space functions, by using eBPF
Apache License 2.0
88 stars 3 forks source link

Add integration tests using testscript and create pipeline to run integration and unit tests together #33

Closed alegrey91 closed 2 months ago

alegrey91 commented 2 months ago

Currently there are no integration tests for harpoon and unit-tests are not run in a pipeline. This makes the code weak, so in order to harden it a pipeline that runs on every push might be needed. For integration tests we should use testscript to test the built CLI.