1. 26 May, 2014 2 commits
    • Matt Stancliff's avatar
      Fix test framework to detect proper server PID · 033d7172
      Matt Stancliff authored
      Previously the PID format was:
      [PID] Timestamp
      
      But it recently changed to:
      PID:X Timestamp
      
      The tcl testing framework was grabbing the PID from \[\d+\], but
      that's not valid anymore.
      
      Now we grab the pid from "PID: <PID>" in the part of Redis startup
      output to the right of the ASCII logo.
      033d7172
    • antirez's avatar
      Cluster test: catch FLUSHALL errors on node reset. · 672e2672
      antirez authored
      FLUSHALL will fail on read-only slaves, but there the command is not
      needed in order to reset the instance with CLUSTER RESET so errors can
      be ignored.
      672e2672
  2. 23 May, 2014 5 commits
  3. 20 May, 2014 8 commits
  4. 19 May, 2014 1 commit
  5. 07 May, 2014 2 commits
    • antirez's avatar
      Scripting test: check that Lua can call commands rewirting argv. · 35b94422
      antirez authored
      SPOP, tested in the new test, is among the commands rewritng the
      client->argv argument vector (it gets rewritten as SREM) for command
      replication purposes.
      
      Because of recent optimizations to client->argv caching in the context
      of the Lua internal Redis client, it is important to test for SPOP to be
      callable from Lua without bad effects to the other commands.
      35b94422
    • antirez's avatar
      Test: handle new osx 'leaks' error. · 1255460c
      antirez authored
      Sometimes the process is still there but no longer in a state that can
      be checked (after being killed). This used to happen after a call to
      SHUTDOWN NOSAVE in the scripting unit, causing a false positive.
      1255460c
  6. 05 May, 2014 15 commits
  7. 28 Apr, 2014 4 commits
  8. 23 Apr, 2014 1 commit
  9. 18 Apr, 2014 2 commits