redict/tests
bodong.ybd f22fa9594d Tests: Some fixes for macOS
1) cur_test: when restart_server, "no such variable" error occurs
  ./runtest --single integration/rdb
  test {client freed during loading}
      SET ::cur_test
      restart_server
        kill_server
          test "Check for memory leaks (pid $pid)"
          SET ::cur_test
          UNSET ::cur_test
      UNSET ::cur_test // This global variable has been unset.

2) `ps --ppid` not available on macOS platform, can be replaced with
`pgrep -P pid`.
2020-09-08 14:27:53 +08:00
..
assets Fix test "server is up" detection after logging changes. 2016-12-19 16:49:58 +01:00
cluster Fix cluster consistency-check test (#7754) 2020-09-07 18:06:25 +03:00
helpers revert an accidental test code change done as part of the tls project 2019-12-01 16:10:09 +02:00
integration if diskless repl child is killed, make sure to reap the pid (#7742) 2020-09-06 16:43:57 +03:00
modules Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666) 2020-08-17 17:46:54 +03:00
sentinel TLS: Configuration options. 2019-10-07 21:07:27 +03:00
support Tests: Some fixes for macOS 2020-09-08 14:27:53 +08:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit if diskless repl child is killed, make sure to reap the pid (#7742) 2020-09-06 16:43:57 +03:00
instances.tcl fix broken cluster/sentinel tests by recent commit (#7752) 2020-09-07 16:26:11 +03:00
test_helper.tcl test infra - add durable mode to work around test suite crashing 2020-09-06 09:59:19 +03:00