Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis tests intermittently fail with an extra process error #688

Closed
s1113950 opened this issue Feb 15, 2020 · 1 comment
Closed

Travis tests intermittently fail with an extra process error #688

s1113950 opened this issue Feb 15, 2020 · 1 comment
Labels
ci Issues related to CI in either Travis or Azure

Comments

@s1113950
Copy link
Collaborator

While working on #658 I noticed this would happen sometimes:

======================================================================
ERROR: tearDownClass (doas_test.DoasTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/dw/mitogen/tests/testlib.py", line 529, in tearDownClass
    cls.dockerized_ssh.check_processes()
  File "/home/travis/build/dw/mitogen/tests/testlib.py", line 478, in check_processes
    counts
AssertionError: Docker container 'mitogen-test-e71a28532b8fc46f' contained extra running processes after test completed: {u'doas <defunct>': 1, u'ps': 1, u'sshd': 1}

Example:
90d51fc this commit passed travis
The commit right after to remove debug logging again failed travis: e138286
even though previously without -vvv travis passed here: e85720f

It seems unrelated to changes made in the PR, but will need to investigate further to be sure

@s1113950 s1113950 added the ci Issues related to CI in either Travis or Azure label Feb 27, 2020
@moreati
Copy link
Member

moreati commented Aug 23, 2024

Duplicates #694

@moreati moreati closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Issues related to CI in either Travis or Azure
Projects
None yet
Development

No branches or pull requests

2 participants