refactor: stderr handling in handle_exec #21

Merged
salmaelsoly merged 3 commits from main_unbound_output into development 2026-03-01 07:24:49 +00:00
Member

#16

#16
refactor: stderr handling in handle_exec
All checks were successful
Unit and Integration Test / test (push) Successful in 1m55s
a7bd8c630b
rawan requested changes 2026-02-26 10:16:28 +00:00
Dismissed
@ -97,1 +98,3 @@
Ok(l) => lines.push(l),
Ok(l) => {
let _ = writeln!(w, "OUTPUT:{}", l);
let _ = w.flush();
Member

Check for race conditions between stderr and stdout writings.

Check for race conditions between stderr and stdout writings.
salmaelsoly marked this conversation as resolved
refactor: add lock to prevent stderr writing on stdout
All checks were successful
Unit and Integration Test / test (push) Successful in 3m56s
6235ebd4e0
salmaelsoly force-pushed main_unbound_output from 6235ebd4e0
All checks were successful
Unit and Integration Test / test (push) Successful in 3m56s
to ca266b9a01
Some checks failed
Unit and Integration Test / test (push) Failing after 11s
2026-02-26 10:54:08 +00:00
Compare
fix: linting
All checks were successful
Unit and Integration Test / test (push) Successful in 3m48s
c48ea45ef6
rawan approved these changes 2026-02-26 12:21:12 +00:00
salmaelsoly merged commit 8a32f13825 into development 2026-03-01 07:24:49 +00:00
salmaelsoly deleted branch main_unbound_output 2026-03-01 07:24:55 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
geomind_code/my_hypervisor!21
No description provided.