"deploy/vscode:/vscode.git/clone" did not exist on "5bbbeae3596eb6b0babe66be352497dd8cd88cf8"
fix: prevent aiperf pipe hang in planner scaling test (#6099)
Replace PIPE-based stdout/stderr capture with direct file output in LoadGenerator.generate_load() to prevent orphaned aiperf child processes from blocking communicate() indefinitely Add start_new_session=True so os.killpg() can kill the entire process tree on timeout (not just the main process) Add unit test validating process-group kill on timeout Fixes DYN-2086
Showing
Please register or sign in to comment