Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 449754

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 packagesAssignee: 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: ---

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-02 11:59:21 UTC
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)
Comment 1 Mathy Vanvoorden 2016-10-19 09:43:12 UTC
I think this can be closed (package no longer in tree, and the newer package works)
Comment 2 Patrice Clement gentoo-dev 2016-10-23 14:28:13 UTC
As per last comment.