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

Exceptions being raised during test run #1192

Open
athos-ribeiro opened this issue Apr 9, 2019 · 0 comments
Open

Exceptions being raised during test run #1192

athos-ribeiro opened this issue Apr 9, 2019 · 0 comments

Comments

@athos-ribeiro
Copy link
Contributor

The following exception keeps showing up when running the test suite. It does not make the tests fail, but should be fixed.

tests/plugins/test_tag_and_push.py ............Exception in thread Thread-2638:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 804, in __bootstrap_inner
    self.run()
  File "/usr/lib64/python2.7/threading.py", line 757, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/multiprocessing/pool.py", line 329, in _handle_workers
    time.sleep(0.1)
  File "/home/athos/.virtualenvs/atomic-reactor2/lib/python2.7/site-packages/flexmock.py", line 987, in mock_method
    raise MethodSignatureError(_format_args(name, arguments))
MethodSignatureError: sleep(0.1)

I also occurs in CI runs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants