Page MenuHomePhabricator

[BPF] Fix the interface_usdt_utxocache.py test
ClosedPublic

Authored by Fabien on Fri, Apr 19, 12:11.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC305666ac9ee6: [BPF] Fix the interface_usdt_utxocache.py test
Summary

This is broken on new version of the dependencies, causing a link issue of the BPF program when there is no probe associated with the perf output. Cutting the program into 2 pieces, and use the relevant ons in the test fixes the issue.

Test Plan
cmake -GNinja .. -DENABLE_TRACING=1
sudo ./test/functional/test_runner.py interface_usdt_utxocache

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable