update actor doc and add more actor based tests

This commit is contained in:
2026-02-17 11:50:46 -06:00
parent 2d054fcf21
commit 2be2b15a61
21 changed files with 268 additions and 51 deletions

View File

@@ -8,7 +8,7 @@ $start(e => {
if (e.type == 'disrupt') {
log.console(`underling successfully killed.`)
send($parent, { type: "test_result", passed: true })
send($overling, {type: "test_result", passed: true})
$stop()
}
}, 'tests/hang_actor')