1. 03 7月, 2019 2 次提交
  2. 30 6月, 2019 2 次提交
  3. 29 6月, 2019 1 次提交
  4. 15 5月, 2019 5 次提交
  5. 14 5月, 2019 1 次提交
    • A
      Test: fix slowlog test false positive. · 1a1ba483
      antirez 提交于
      In fast systems "SLOWLOG RESET" is fast enough to don't be logged even
      when the time limit is "1" sometimes. Leading to false positives such
      as:
      
      [err]: SLOWLOG - can be disabled in tests/unit/slowlog.tcl
      Expected '1' to be equal to '0'
      1a1ba483
  6. 13 5月, 2019 2 次提交
    • A
    • A
      Fix test false positive introduced by threaded I/O. · 4f4676a1
      antirez 提交于
      Now clients that are ready to be terminated asynchronously are processed
      more often in beforeSleep() instead of being processed in serverCron().
      This means that the test will not be able to catch the moment the client
      was terminated, also note that the 'omem' figure now changes in big
      steps, because of the new client output buffers layout.
      
      So we have to change the test range in order to accomodate for that.
      Yet the test is useful enough to be worth taking, even if its precision
      is reduced by this commit. Probably if we get more problems, a thing
      that makes sense is just to check that the limit is < 200k. That's more
      than enough actually.
      4f4676a1
  7. 11 5月, 2019 1 次提交
  8. 10 5月, 2019 10 次提交
  9. 08 5月, 2019 4 次提交
  10. 07 5月, 2019 12 次提交