1. 06 Feb, 2012 1 commit
  2. 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
  3. 26 Jan, 2012 1 commit
  4. 25 Jan, 2012 1 commit
  5. 23 Jan, 2012 1 commit
  6. 20 Jan, 2012 3 commits
  7. 19 Jan, 2012 8 commits
  8. 18 Jan, 2012 4 commits
  9. 17 Jan, 2012 5 commits
  10. 16 Jan, 2012 1 commit
  11. 13 Jan, 2012 13 commits
  12. 10 Jan, 2012 1 commit