redict/tests
Oran Agra 36b9494385
testsuite may leave servers alive on error (#7549)
in cases where you have
test name {
  start_server {
    start_server {
      assert
    }
  }
}

the exception will be thrown to the test proc, and the servers are
supposed to be killed on the way out. but it seems there was always a
bug of not cleaning the server stack, and recently (#7404) we started
relying on that stack in order to kill them, so with that bug sometimes
we would have tried to kill the same server twice, and leave one alive.

luckly, in most cases the pattern is:
start_server {
  test name {
  }
}
2020-07-21 16:56:19 +03:00
..
assets Fix test "server is up" detection after logging changes. 2016-12-19 16:49:58 +01:00
cluster Add a test to prove current tcl cluster client can not handle keys with hash tag. 2020-05-11 13:14:18 +08:00
helpers revert an accidental test code change done as part of the tls project 2019-12-01 16:10:09 +02:00
integration Tests: drop TCL 8.6 dependency. (#7548) 2020-07-21 14:17:14 +03:00
modules Fix RM_ScanKey module api not to return int encoded strings 2020-06-14 11:20:15 +03:00
sentinel TLS: Configuration options. 2019-10-07 21:07:27 +03:00
support testsuite may leave servers alive on error (#7549) 2020-07-21 16:56:19 +03:00
tmp minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00
unit Fix command help for unexpected options (#7476) 2020-07-15 12:38:22 +03:00
instances.tcl Fix out of update help info in tcl tests. (#7516) 2020-07-14 11:35:04 +03:00
test_helper.tcl runtest --stop pause stops before terminating the redis server (#7513) 2020-07-13 16:09:08 +03:00