1. 11 Oct, 2011 1 commit
  2. 06 Oct, 2011 1 commit
  3. 03 Oct, 2011 1 commit
  4. 30 Sep, 2011 1 commit
  5. 29 Sep, 2011 4 commits
  6. 24 Sep, 2011 2 commits
    • Julien Muchembled's avatar
      NEO 0.9.1 · ae50e174
      Julien Muchembled authored
      ae50e174
    • Julien Muchembled's avatar
      tests: fix occasional deadlock when a threaded unit test ends · e96e8f0b
      Julien Muchembled authored
      During 'NEOCluster.stop', there's often 1 'Serialized.background()' call too
      many, and when it removed the last lock of the queue, another thread would hang
      if was sleeping between 'q.put(lock)' and 'q.get().release()'.
      
      An easy way to reproduce the bug was to add:
          if cls.pending is None:
              time.sleep(.01)
      just before 'q.get().release()'
      e96e8f0b
  7. 16 Sep, 2011 3 commits
  8. 15 Sep, 2011 3 commits
  9. 14 Sep, 2011 2 commits
  10. 13 Sep, 2011 1 commit
  11. 12 Sep, 2011 3 commits
  12. 10 Sep, 2011 1 commit
  13. 09 Sep, 2011 6 commits
  14. 08 Sep, 2011 6 commits
  15. 07 Sep, 2011 4 commits
  16. 06 Sep, 2011 1 commit