1. 17 Jan, 2013 13 commits
  2. 16 Jan, 2013 6 commits
  3. 15 Jan, 2013 5 commits
  4. 14 Jan, 2013 8 commits
  5. 12 Jan, 2013 1 commit
  6. 11 Jan, 2013 5 commits
  7. 10 Jan, 2013 2 commits
    • Julien Muchembled's avatar
    • Sebastien Robin's avatar
      stop using a local cache on TaskDistributionTool · b2bffc14
      Sebastien Robin authored
      A dictionary was used as cached to store test result path and
      duration of tests. This was quite convenient, however this
      dictionary was growing, and since this data was commited thouzands
      time per day, this was making the zodb growing faster and faster.
      
      So we now rely on catalog + tags to retrieve test results. We
      also use int_index on test result line to order them by duration
      time. We will surely increase the load of sql database (we might
      need to add specific index), but this will avoid zodb using too
      much space.
      b2bffc14