Skip to content

fix(test): make test/inner.rs more robust

Dmitry Ivanov requested to merge funbringer/improve-inner-test into master

Summary

  • fix(test): make test/inner.rs more robust

    • Use bare exec in inner.rs instead of fork + exec.
    • Use parent death signal on linux (man 2 PR_SET_PDEATHSIG).
    • Fix usage of waitpid() (man 2 waitpid).

  • Close #...
  • Cherry-pick to: none / 24.6
  • Docs follow-up: not necessary / new issue
  • Changelog is updated
Edited by Dmitry Ivanov

Merge request reports