Skip to content

tests/test_btf.py: Ensure exceptions bubble up

Douglas Raillard requested to merge douglas-raillard-arm/lisa:_pr0000120 into main

FIX

Consume the ProcessPoolExecutor.map() iterator in order to let the exceptions be raised in the calling process. Otherwise errors are silently ignored and the test appears to pass.

Merge request reports

Loading