-
Notifications
You must be signed in to change notification settings - Fork 6
Add sandbox TTL edge-case tests #5
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededsandboxSandbox demo and isolated executionSandbox demo and isolated executiontestsTest coverage and verificationTest coverage and verification
Description
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededsandboxSandbox demo and isolated executionSandbox demo and isolated executiontestsTest coverage and verificationTest coverage and verification
5. Add sandbox TTL edge-case tests
Labels:
good first issue,tests,sandboxBody:
The sandbox launcher supports custom TTL values such as
0.5hours and defaults to an auto-stop timeout. Add targeted tests or script checks for TTL parsing edge cases that are easy to reason about and do not start long-lived processes.Suggested scope:
Acceptance criteria:
PYTHONPATH=src python3 -m unittest tests.test_sandbox_ttl -v.Why it is newcomer-friendly:
The behavior is concrete and already documented. The contributor can focus on one existing test area instead of learning the full engine.
This issue was created from the v5.0 launch backlog in
docs/launch/good-first-issues.md.