dumb-init: tests failed for armv7hl and aarch64

tests/child_processes_test.py::test_all_processes_receive_term_on_exit_if_setsid[1] FAILED [  2%]
tests/child_processes_test.py::test_all_processes_receive_term_on_exit_if_setsid[0] FAILED [  3%]
....
        # read a line from print_signals, figure out its pid
        line = proc.stdout.readline()
        match = re.match(b'ready \(pid: ([0-9]+)\)\n', line)
>       assert match, line
E       AssertionError: b''
E       assert None
tests/child_processes_test.py:95: AssertionError

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 18 (7 by maintainers)

Commits related to this issue

Most upvoted comments

I’ll try that.