tests/test_btf.py: Ensure exceptions bubble up
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.
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.