Do not emit start/end events for write stdin (#7561)

This commit is contained in:
pakrym-oai
2025-12-08 15:23:02 -08:00
committed by GitHub
Unverified
parent badda736c6
commit ac5fa6baf8
4 changed files with 19 additions and 171 deletions
-2
View File
@@ -80,7 +80,6 @@ pub(crate) struct ExecCommandRequest {
#[derive(Debug)]
pub(crate) struct WriteStdinRequest<'a> {
pub call_id: &'a str,
pub process_id: &'a str,
pub input: &'a str,
pub yield_time_ms: u64,
@@ -216,7 +215,6 @@ mod tests {
.services
.unified_exec_manager
.write_stdin(WriteStdinRequest {
call_id: "write-stdin",
process_id,
input,
yield_time_ms,