I have spent long hours trying to figure out why travis tests do not quit cleanly under travis. It seems to boils down to test_execute.py and removing one test seemed to work but there is nothing suspicious about this test.
I suspected zombie processes and wraps the tests under check_zombie.py but this does not seems to be a problem either. Perhaps we will have to log in to travis or get a test docker image to figure out the reason.
I have spent long hours trying to figure out why travis tests do not quit cleanly under travis. It seems to boils down to
test_execute.pyand removing one test seemed to work but there is nothing suspicious about this test.I suspected zombie processes and wraps the tests under check_zombie.py but this does not seems to be a problem either. Perhaps we will have to log in to travis or get a test docker image to figure out the reason.