anza-xyz / agave

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
https://www.anza.xyz/
Apache License 2.0
178 stars 67 forks source link

Program-Test: Add test for BPF programs #1416

Closed buffalojoec closed 2 weeks ago

buffalojoec commented 2 weeks ago

Problem

Program test doesn't have any tests for loading BPF programs from shared object files!

Summary of Changes

Add a test for this!

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.7%. Comparing base (83be26a) to head (36366c7). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1416 +/- ## ======================================= Coverage 82.7% 82.7% ======================================= Files 871 871 Lines 370276 370276 ======================================= + Hits 306463 306485 +22 + Misses 63813 63791 -22 ```