Skip to content
Snippets Groups Projects
  1. May 09, 2012
  2. Nov 15, 2011
  3. Nov 14, 2011
  4. Oct 17, 2011
  5. Aug 29, 2011
  6. Aug 26, 2011
  7. Aug 12, 2011
  8. Aug 10, 2011
  9. Aug 09, 2011
  10. Aug 05, 2011
  11. Aug 04, 2011
  12. Jul 29, 2011
  13. Jul 28, 2011
  14. Jul 22, 2011
  15. Jul 21, 2011
  16. Jul 20, 2011
  17. Jul 15, 2011
  18. Jul 14, 2011
  19. Jul 12, 2011
  20. Jul 05, 2011
  21. Jul 01, 2011
  22. Jun 28, 2011
    • Iustin Pop's avatar
      htools: Switch to QuickCheck 2.x · 8e4f6d56
      Iustin Pop authored
      
      Since current distros don't package anymore QuickCheck 1.x, let's move
      to 2.x.
      
      This requires also a few changes to the code:
      
      - Test.QuickCheck.Batch doesn't exist anymore, so we need to write some
        scaffolding code to replace it
      - the way test sizes are generated has changed, and we need to restrict
        (in some tests) the cluster size, as our code is not yet ready for
        hundreds of thousands of nodes in a cluster and we run out of stack
        (which could be a bug somewhere by itself, needs investigation)
      - at least with GHC 7, floating point errors make a perfect cluster
        score even bigger, so we need to bump up the max. rounding error
        allowed
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      8e4f6d56
  23. Jun 27, 2011
  24. Jun 17, 2011
  25. Jun 15, 2011
  26. Jun 10, 2011
  27. Jun 01, 2011
  28. May 31, 2011
    • Iustin Pop's avatar
      iallocator: add ht-checking for the request · 297b0cd3
      Iustin Pop authored
      
      Currently, we only ht-check the result value from the iallocator, and
      we send whatever we happen to check manually in the LUs that call the
      iallocator.
      
      This is not good, as we have to duplicate checks in many places, and
      still we might miss checks. So we add add ht information to the
      per-request variables. As the cluster data is built in one place, the
      iallocator code itself (and is more consistent), I didn't add checks
      to that too.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      297b0cd3
Loading