Closed felixdivo closed 1 year ago
See #13 for debugging attempts. Also, restricting the numbers of CPUs does not trigger it.
Apparently, this is not the only job that can fail (log). tests/test_interactions.py::TestLaunchFile::test_debugging_yaml
can fault as well.
The thread being removed in #19 might have solved this.
The bug happens as often on rolling as on humble, and it is always only
tests/test_interactions.py::TestLaunchFile::test_publisher
that fails from time to time. In that trace, the test suite invocation in.github/workflows/python-package.yaml
has been changed frompython -m pytest
to, following, since the problem only occurs sometimes: