[all-commits] [llvm/llvm-project] eb64db: [clangd] Fix flaky throttler test

Sam McCall via All-commits all-commits at lists.llvm.org
Thu Jul 7 09:10:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb64dbd6e0e617298579d32372fb92e595816d45
      https://github.com/llvm/llvm-project/commit/eb64dbd6e0e617298579d32372fb92e595816d45
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2022-07-07 (Thu, 07 Jul 2022)

  Changed paths:
    M clang-tools-extra/clangd/TUScheduler.cpp

  Log Message:
  -----------
  [clangd] Fix flaky throttler test

The production code doesn't depend on the relative destruction order of
the throttle request and the main request, but the test does.




More information about the All-commits mailing list