On Mon, 31 Aug 2026 08:34:58 +0000 Marat Khalili <[email protected]> wrote:
> Hi! > > > The BPF tests registered 23 separate autotests. Collapse them into a > > single bpf_autotest suite run by unit_test_suite_runner(). > > Some of these tests still don't pass with sanitizer enabled. With them > registered individually there was an option to ignore these failures or only > run the tests that are known to not contain UB. After lumping them in one > suite > running BPF tests under sanitizer is going to become much more difficult. > > There are other reasons why more granular tests are good, like ease of > tracking > or debugging failures. What are the benefits from collapsing them? What is the > actual problem we are trying to solve? The only technical difference is that meson runs individual tests in parallel and have seen some failures on my machine. But for me it is more about decluttering the output.

