[all-commits] [llvm/llvm-project] 869f55: [lldb] Give more time to test/API/multiple-debuggers

Adrian Prantl via All-commits all-commits at lists.llvm.org
Thu Jun 20 09:46:24 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 869f5517605224944d6037716e234d9f1f0e7067
      https://github.com/llvm/llvm-project/commit/869f5517605224944d6037716e234d9f1f0e7067
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2024-06-20 (Thu, 20 Jun 2024)

  Changed paths:
    M lldb/test/API/api/multiple-debuggers/multi-process-driver.cpp

  Log Message:
  -----------
  [lldb] Give more time to test/API/multiple-debuggers

This test occasionally fails on two of the busiest CI bots (asan and
matrix), and we can't reproduce it locally. This leads to the
hypothesis that the test is timing out (in the sense of the number of
"join attempts" performed by this test's driver).

This commit doubles the number of iterations performed and also does
an NFC refactor of the main test loop so that it can be more easily
understood.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list