[all-commits] [llvm/llvm-project] 69feef: [clangd][tests] Assert for idleness of scheduler
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Fri Sep 1 03:21:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69feef0e827793fd1c9df5dddc736441ff46f8af
https://github.com/llvm/llvm-project/commit/69feef0e827793fd1c9df5dddc736441ff46f8af
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
Log Message:
-----------
[clangd][tests] Assert for idleness of scheduler
We could fail going idle in 5 seconds and get spurious errors
afterwards. See https://github.com/llvm/llvm-project/issues/64964.
Differential Revision: https://reviews.llvm.org/D159337
Commit: 16b8b3e59f7e5d64d4bb4e252a6fea5235feb630
https://github.com/llvm/llvm-project/commit/16b8b3e59f7e5d64d4bb4e252a6fea5235feb630
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
Log Message:
-----------
[clangd][tests] Bump timeouts in TUSchedulerTests to 60 secs
There are some slow/congested bots, that can't go idle in 10 secs, see https://github.com/llvm/llvm-project/issues/64964
Differential Revision: https://reviews.llvm.org/D159338
Compare: https://github.com/llvm/llvm-project/compare/aca8b9d0d56e...16b8b3e59f7e
More information about the All-commits
mailing list