| Summary: | dev-python/nose-1.2.1: test timeouts and timeout-related failures with pypy* | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://github.com/nose-devs/nose/issues/592 | ||
| See Also: | https://bugs.gentoo.org/show_bug.cgi?id=449748 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
I think this can be closed (package no longer in tree, and the newer package works) As per last comment. |
Generally, it seems like the tests didn't expect something as slow as pypy... ====================================================================== ERROR: test_multiprocessing.test_keyboardinterrupt.test_keyboardinterrupt ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/nose-9999/work/nose-9999-pypy1_8/nose/case.py", line 197, in runTest self.test(*self.arg) File "/tmp/portage/dev-python/nose-9999/work/nose-9999-pypy1_8/functional_tests/test_multiprocessing/test_keyboardinterrupt.py", line 55, in test_keyboardinterrupt process, logfile = keyboardinterrupt('keyboardinterrupt.py') File "/tmp/portage/dev-python/nose-9999/work/nose-9999-pypy1_8/functional_tests/test_multiprocessing/test_keyboardinterrupt.py", line 38, in keyboardinterrupt raise Exception('Timeout while waiting for log file to be created by fake_nosetest.py') Exception: Timeout while waiting for log file to be created by fake_nosetest.py ====================================================================== FAIL: runTest (test_multiprocessing.test_concurrent_shared.TestConcurrentShared) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/nose-9999/work/nose-9999-pypy1_8/functional_tests/test_multiprocessing/test_concurrent_shared.py", line 11, in runTest assert 'Ran 2 tests in 1.' in self.output, "make sure two tests use 1.x seconds (no more than 2 seconsd)" AssertionError: make sure two tests use 1.x seconds (no more than 2 seconsd) ====================================================================== FAIL: runTest (test_multiprocessing.test_concurrent_shared.TestConcurrentSharedWithAutomaticProcessesCount) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/portage/dev-python/nose-9999/work/nose-9999-pypy1_8/functional_tests/test_multiprocessing/test_concurrent_shared.py", line 11, in runTest assert 'Ran 2 tests in 1.' in self.output, "make sure two tests use 1.x seconds (no more than 2 seconsd)" AssertionError: make sure two tests use 1.x seconds (no more than 2 seconsd)