summaryrefslogtreecommitdiff
path: root/tests/integration/rdb.tcl
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2021-01-17 15:48:48 +0200
committerGitHub <noreply@github.com>2021-01-17 15:48:48 +0200
commit522d93607a46e28b035c675fe066778c453e84ba (patch)
tree2034b84457e2b1eb9e2c56532c9f41678b595106 /tests/integration/rdb.tcl
parentf5cf1e46a4812f0616f0ce763417b8c84f035493 (diff)
downloadredis-522d93607a46e28b035c675fe066778c453e84ba.tar.gz
Add io-thread daily CI tests. (#8232)
This adds basic coverage to IO threads by running the cluster and few selected Redis test suite tests with the IO threads enabled. Also provides some necessary additional improvements to the test suite: * Add --config to sentinel/cluster tests for arbitrary configuration. * Fix --tags whitelisting which was broken. * Add a `network` tag to some tests that are more network intensive. This is work in progress and more tests should be properly tagged in the future.
Diffstat (limited to 'tests/integration/rdb.tcl')
-rw-r--r--tests/integration/rdb.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration/rdb.tcl b/tests/integration/rdb.tcl
index 99495b2b7..a89221197 100644
--- a/tests/integration/rdb.tcl
+++ b/tests/integration/rdb.tcl
@@ -1,3 +1,5 @@
+tags {"rdb"} {
+
set server_path [tmpdir "server.rdb-encoding-test"]
# Copy RDB with different encodings in server path
@@ -289,3 +291,5 @@ start_server {overrides {save ""}} {
}
}
} ;# system_name
+
+} ;# tags