[tests] IJPL-162599 Add qtp prefixed threads to ThreadLeakTracker exceptions to enable testing with WireMock

(cherry picked from commit 4f52753c6eae897695b4d9e49ee18e6639ba8a1d)


(cherry picked from commit 61cde70c584448d394d09187e2fda85545d7b0c3)

IJ-MR-154004

GitOrigin-RevId: 58d9776a29ad50d0eb362d686f183d6f1b6c0ffb
This commit is contained in:
Yuriy Artamonov
2024-11-08 16:43:12 +01:00
committed by intellij-monorepo-bot
parent ca66b640af
commit a4a89601fc

View File

@@ -104,6 +104,7 @@ public final class ThreadLeakTracker {
"Okio Watchdog", // Dockers "okio.AsyncTimeout.Watchdog"
"Periodic tasks thread", // com.intellij.util.concurrency.AppDelayQueue.TransferThread
"process reaper", // Thread[#46,process reaper(pid7496),10,InnocuousThreadGroup] (since JDK-8279488 part of InnocuousThreadGroup)
"qtp", // used in tests for mocking via WireMock in integration testing
"rd throttler", // daemon thread created by com.jetbrains.rd.util.AdditionalApiKt.getTimer
"Reference Handler",
"RMI GC Daemon",