-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Correctness
-
Fully Compatible
-
Correctness 2025-05-09
-
0
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The "future.result()" call can throw if there was an exception, leading to some convoluted stack traces for debugging failures stemming from validate.py:
if not all( future.result() is True for future in concurrent.futures.as_completed(futures) ):
See BF-37530 as an example.