Commit 1fc0a25
committed
Fix Windows process termination in tests
The WindowsProcessWrapper was missing a 'popen' attribute that
_terminate_process_with_children looks for when extracting the PID
on Windows. This caused the termination to fail silently.
Added the popen attribute to WindowsProcessWrapper to ensure proper
PID extraction and process termination with taskkill /T.
Reported-by: fweinberger1 parent 2fc5c84 commit 1fc0a25
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments