1. 12 Mar, 2020 2 commits
    • Oran Agra's avatar
      fix for flaky psync2 test · 61738154
      Oran Agra authored
      *** [err]: PSYNC2: total sum of full synchronizations is exactly 4 in tests/integration/psync2.tcl
      Expected 5 == 4 (context: type eval line 6 cmd {assert {$sum == 4}} proc ::test)
      
      issue was that sometime the test got an unexpected full sync since it
      tried to switch to the replica before it was in sync with it's master.
      61738154
    • antirez's avatar
      ae.c: fix crash when resizing the event loop. · 70e0e499
      antirez authored
      See #6964. The root cause is that the event loop may be resized from an
      event callback itself, causing the event pointer to be invalid.
      70e0e499
  2. 06 Mar, 2020 1 commit
  3. 05 Mar, 2020 20 commits
  4. 27 Feb, 2020 17 commits