1. 22 Feb, 2012 1 commit
  2. 21 Feb, 2012 2 commits
  3. 20 Feb, 2012 4 commits
  4. 16 Feb, 2012 1 commit
  5. 15 Feb, 2012 2 commits
  6. 14 Feb, 2012 1 commit
  7. 13 Feb, 2012 1 commit
  8. 10 Feb, 2012 6 commits
  9. 07 Feb, 2012 1 commit
  10. 06 Feb, 2012 1 commit
  11. 31 Jan, 2012 1 commit
    • Julien Muchembled's avatar
      Work around potential deadlock when stopping threaded test · c154e45a
      Julien Muchembled authored
      For example, with test2Clusters:
      
      Traceback (most recent call last):
        File "neo/master/app.py", line 111, in run
          self._run()
        File "neo/master/app.py", line 131, in _run
          self.playPrimaryRole()
        File "neo/master/app.py", line 318, in playPrimaryRole
          self.provideService()
        File "neo/master/app.py", line 269, in provideService
          em.poll(1)
        File "neo/lib/event.py", line 90, in poll
          self._poll(timeout=timeout)
        File "neo/tests/threaded/__init__.py", line 150, in _poll
          Serialized.tic(self._lock)
        File "neo/tests/threaded/__init__.py", line 102, in tic
          cls.release(lock); cls.acquire(lock)
        File "neo/tests/threaded/__init__.py", line 88, in acquire
          elif threading.currentThread() in cls.pending:
      TypeError: argument of type 'int' is not iterable
      c154e45a
  12. 26 Jan, 2012 1 commit
  13. 25 Jan, 2012 1 commit
  14. 23 Jan, 2012 1 commit
  15. 20 Jan, 2012 3 commits
  16. 19 Jan, 2012 8 commits
  17. 18 Jan, 2012 4 commits
  18. 17 Jan, 2012 1 commit