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

Intermittent failure in counters #256

Open
debugger22 opened this issue Jul 25, 2014 · 4 comments
Open

Intermittent failure in counters #256

debugger22 opened this issue Jul 25, 2014 · 4 comments
Labels

Comments

@debugger22
Copy link
Member

Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/opt/python/2.6.9/lib/python2.6/threading.py", line 532, in __bootstrap_inner
  File "/opt/python/2.6.9/lib/python2.6/threading.py", line 484, in run
  File "/home/travis/build/debugger22/BinPy/BinPy/connectors/linker.py", line 263, in connections_updater
  File "/opt/python/2.6.9/lib/python2.6/threading.py", line 150, in __exit__
  File "/opt/python/2.6.9/lib/python2.6/threading.py", line 137, in release
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
..F...
======================================================================
FAIL: BinPy.tests.counters_tests.test_NBitDownCounter
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/travis/build/debugger22/BinPy/BinPy/tests/counters_tests.py", line 47, in test_NBitDownCounter
    0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1]
AssertionError
@ghost
Copy link

ghost commented Jul 25, 2014

Even the IC 4017 ( Based on DecadeCounter ) Fails occasionally. And the tests ( for IC 4017 and IC 4029 ) take a long time.

I'll better reimplement counters.py using linker ?

@debugger22
Copy link
Member Author

That seems more prominent. We can do that later. Leave it for me. :-)

@ghost
Copy link

ghost commented Jul 25, 2014

Okay ! :)

@debugger22
Copy link
Member Author

======================================================================
FAIL: BinPy.tests.test_analog_converters_buffers.test_A2D_AnalogBuffer_D2A
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/virtualenv/pypy-2.2.1/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/travis/build/debugger22/BinPy/BinPy/tests/test_analog_converters_buffers.py", line 61, in test_A2D_AnalogBuffer_D2A
    as_list=False)
AssertionError

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

No branches or pull requests

1 participant