Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449754 - dev-python/nose-1.2.1: test timeouts and timeout-related failures with pypy*
Summary: dev-python/nose-1.2.1: test timeouts and timeout-related failures with pypy*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: https://github.com/nose-devs/nose/iss...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-02 11:59 UTC by Michał Górny
Modified: 2016-10-23 14:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.