From cb3f3d1b7ee0e0d4001132605d70f4408fbd83ae Mon Sep 17 00:00:00 2001 From: christianEQ Date: Fri, 11 Jun 2021 19:09:40 +0000 Subject: [PATCH] renamed redis test files Former-commit-id: 1c77104b5efcdfd1fce6a4a946e8a1ead35dc7f0 --- tests/helpers/bg_block_op.tcl | 2 +- tests/helpers/bg_complex_data.tcl | 2 +- tests/helpers/gen_write_load.tcl | 2 +- tests/instances.tcl | 2 +- .../{redis-benchmark.tcl => keydb-benchmark.tcl} | 0 tests/integration/{redis-cli.tcl => keydb-cli.tcl} | 0 tests/support/{redis.tcl => keydb.tcl} | 0 tests/test_helper.tcl | 6 +++--- utils/speed-regression.tcl | 2 +- 9 files changed, 8 insertions(+), 8 deletions(-) rename tests/integration/{redis-benchmark.tcl => keydb-benchmark.tcl} (100%) rename tests/integration/{redis-cli.tcl => keydb-cli.tcl} (100%) rename tests/support/{redis.tcl => keydb.tcl} (100%) diff --git a/tests/helpers/bg_block_op.tcl b/tests/helpers/bg_block_op.tcl index c8b323308..f76c22381 100644 --- a/tests/helpers/bg_block_op.tcl +++ b/tests/helpers/bg_block_op.tcl @@ -1,4 +1,4 @@ -source tests/support/redis.tcl +source tests/support/keydb.tcl source tests/support/util.tcl set ::tlsdir "tests/tls" diff --git a/tests/helpers/bg_complex_data.tcl b/tests/helpers/bg_complex_data.tcl index e888748a7..606ed8f8b 100644 --- a/tests/helpers/bg_complex_data.tcl +++ b/tests/helpers/bg_complex_data.tcl @@ -1,4 +1,4 @@ -source tests/support/redis.tcl +source tests/support/keydb.tcl source tests/support/util.tcl set ::tlsdir "tests/tls" diff --git a/tests/helpers/gen_write_load.tcl b/tests/helpers/gen_write_load.tcl index cbf6651bd..200026af6 100644 --- a/tests/helpers/gen_write_load.tcl +++ b/tests/helpers/gen_write_load.tcl @@ -1,4 +1,4 @@ -source tests/support/redis.tcl +source tests/support/keydb.tcl set ::tlsdir "tests/tls" diff --git a/tests/instances.tcl b/tests/instances.tcl index e494e741c..ce5518231 100644 --- a/tests/instances.tcl +++ b/tests/instances.tcl @@ -10,7 +10,7 @@ package require Tcl 8.5 set tcl_precision 17 -source ../support/redis.tcl +source ../support/keydb.tcl source ../support/util.tcl source ../support/server.tcl source ../support/test.tcl diff --git a/tests/integration/redis-benchmark.tcl b/tests/integration/keydb-benchmark.tcl similarity index 100% rename from tests/integration/redis-benchmark.tcl rename to tests/integration/keydb-benchmark.tcl diff --git a/tests/integration/redis-cli.tcl b/tests/integration/keydb-cli.tcl similarity index 100% rename from tests/integration/redis-cli.tcl rename to tests/integration/keydb-cli.tcl diff --git a/tests/support/redis.tcl b/tests/support/keydb.tcl similarity index 100% rename from tests/support/redis.tcl rename to tests/support/keydb.tcl diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index f942ec838..c4abcf2f3 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -5,7 +5,7 @@ package require Tcl 8.5 set tcl_precision 17 -source tests/support/redis.tcl +source tests/support/keydb.tcl source tests/support/server.tcl source tests/support/tmpfile.tcl source tests/support/test.tcl @@ -57,8 +57,8 @@ set ::all_tests { integration/psync2-reg integration/psync2-pingoff integration/failover - integration/redis-cli - integration/redis-benchmark + integration/keydb-cli + integration/keydb-benchmark unit/pubsub unit/slowlog unit/scripting diff --git a/utils/speed-regression.tcl b/utils/speed-regression.tcl index 8d5220c75..1e9181d41 100755 --- a/utils/speed-regression.tcl +++ b/utils/speed-regression.tcl @@ -2,7 +2,7 @@ # Copyright (C) 2011 Salvatore Sanfilippo # Released under the BSD license like Redis itself -source ../tests/support/redis.tcl +source ../tests/support/keydb.tcl set ::port 12123 set ::tests {PING,SET,GET,INCR,LPUSH,LPOP,SADD,SPOP,LRANGE_100,LRANGE_600,MSET} set ::datasize 16