bottlerocket-os / bottlerocket-os/bottlerocket-test-system
use tokio::process::command
Open
enhancement
good first issue
resource-agent
test-agent
- Dominant language
- Rust
- Stars
- 18
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
In our agents we use std::process::Command which is blocking. It seems to be working fine, but technically when you go async you're supposed to go all in and not do any blocking io.
Contributor guide
Research direction
Search the agents for uses of std::process::Command and read how those calls fit into the existing async flow. Replace the blocking process execution with the async process approach requested in the issue, then verify that the agents still execute commands correctly without blocking I/O.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100