Improve exception-handling in validate collections

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor - P4
    • 8.2.0-rc0
    • 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.

            Assignee:
            Steve McClure
            Reporter:
            Steve McClure
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: