1. 20 Dec, 2011 1 commit
  2. 25 Oct, 2011 1 commit
  3. 17 Oct, 2011 3 commits
  4. 11 Oct, 2011 2 commits
  5. 06 Oct, 2011 1 commit
  6. 03 Oct, 2011 1 commit
  7. 30 Sep, 2011 1 commit
  8. 29 Sep, 2011 4 commits
  9. 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
  10. 16 Sep, 2011 3 commits
  11. 15 Sep, 2011 3 commits
  12. 14 Sep, 2011 2 commits
  13. 13 Sep, 2011 1 commit
  14. 12 Sep, 2011 3 commits
  15. 10 Sep, 2011 1 commit
  16. 09 Sep, 2011 6 commits
  17. 08 Sep, 2011 5 commits