Skip to content

feat(runner): classify killed tests (timeout vs OOM vs SIGKILL) #683

@Chemaclass

Description

@Chemaclass

Goal

Distinguish causes behind the generic "Killed" message.

Why

src/runner.sh L132-150 emits a generic "Killed" — ambiguous between timeout, OOM, and SIGKILL.

Notes

  • Map exit/signal codes to clearer messages.
  • TDD: RED → GREEN → REFACTOR. Bash 3.0+ compatible. Update CHANGELOG.

Part of #677.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions