Bug 247324

Summary: [run-webkit-tests] Extra thread spawned for each worker
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: REOPENED    
Severity: Normal CC: commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 247409    
Bug Blocks:    

Jonathan Bedard
Reported 2022-11-01 10:35:33 PDT
multiprocessing.Queue spawns a thread, which is used to support features we don't use. Newer versions of Python define a "SimpleQueue" which has the set of features we need, but Python 3.9 doesn't support 'timeout' and 'block' on the 'get()' function, which we need. These are relatively simple to implement ourselves, though, which is what fixing this bug will entail.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-01 10:36:02 PDT
Jonathan Bedard
Comment 2 2022-11-01 10:42:57 PDT
EWS
Comment 3 2022-11-02 17:49:59 PDT
Committed 256262@main (db09bfbcf7d0): <https://commits.webkit.org/256262@main> Reviewed commits have been landed. Closing PR #6001 and removing active labels.
WebKit Commit Bot
Comment 4 2022-11-02 22:44:32 PDT
Re-opened since this is blocked by bug 247409
Jonathan Bedard
Comment 5 2022-11-03 12:20:25 PDT
Note You need to log in before you can comment on or make changes to this bug.