John Sully
5c832c5ad0
Merge branch 'unstable' into keydbpro
...
Former-commit-id: b7a1e16c0f04e8aeb3764e3681fa14fc0f97f6a3
2020-12-10 02:37:28 +00:00
VivekSainiEQ
6da123ce77
Added module data type load/save tests
...
Former-commit-id: cae9924fd9eefcd88cef1c964f0bc8bce7dd4242
2020-11-30 17:47:04 -05:00
VivekSainiEQ
363cb7ec5b
Removed use of module datatypes, now should work if tests/modules is not built
...
Former-commit-id: 089f28e8ba91ed2b875048efa0b28ceb32010541
2020-11-30 17:47:04 -05:00
VivekSainiEQ
6e00ea188b
Added tests for saving various data types to disk and loading them back, and for loading data types from redis to maintain compatibility
...
Former-commit-id: dcb44d3a09a4021f05079bedbac690e33ec7f39e
2020-11-30 17:47:04 -05:00
杨博东
d12e141780
Tests: Add aclfile load and save tests ( #7765 )
...
improves test coverage
(cherry picked from commit ce1466831686b617f72ffbdc51dde137ce5cf9ff)
2020-09-10 14:09:00 +03:00
benschermel
27b8e8cdd8
adding flash test
...
Former-commit-id: 8c0f0bd1b5c83027e64765f9942f284bdb8ebcb4
2019-12-18 00:24:07 -05:00
antirez
435160dcae
Fix test "server is up" detection after logging changes.
2016-12-19 16:49:58 +01:00
antirez
186b5b0f66
Test: enable latency monitor in the default config.
...
This way as a side effect of running the test we also stress the latency
monitor data collection.
2014-07-10 15:04:34 +02:00
Marc-Antoine Perennou
f9eef102c8
test-server: only listen to 127.0.0.1
...
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2013-06-12 22:49:32 +02:00
antirez
bde71cbd48
Test default config modified to set logfile to empty string.
...
Required because of recent changes in the way logfile is set to standard
output.
2013-05-15 10:19:14 +02:00
antirez
559916e7f4
Test: remove useless statements and comments from test default config.
2013-04-04 14:30:05 +02:00
antirez
e2e89496b5
Test: No clients timeout while testing.
2013-02-05 12:02:46 +01:00
antirez
fdfcd570ed
Keyspace notifications: fixed a leak and a bug introduced in the latest commit.
2013-01-28 13:15:16 +01:00
antirez
f28d386cc5
Keyspace events: it is now possible to select subclasses of events.
...
When keyspace events are enabled, the overhead is not sever but
noticeable, so this commit introduces the ability to select subclasses
of events in order to avoid to generate events the user is not
interested in.
The events can be selected using redis.conf or CONFIG SET / GET.
2013-01-28 13:15:12 +01:00
antirez
78745ac507
Enable keyspace events notification when testing.
2013-01-28 13:15:01 +01:00
Xiaochen Wang
d62e1c39e4
fix typos in tests/assets/default.conf
2012-03-29 18:23:04 +08:00
antirez
251268cbe0
RDB load of different encodings test added.
2012-03-23 20:24:30 +01:00
antirez
887bd01a80
hash-max-zipmap-... renamed hash-max-ziplist-... in defalt conf for tests.
2012-03-10 12:14:17 +01:00
Pieter Noordhuis
a40390001d
Test that zipmap from RDB is correctly converted
2012-01-25 13:28:11 -08:00
antirez
59f09141f5
diskstore removed
2011-06-25 12:22:03 +02:00
antirez
ee853db29d
initial fix of the test suite to run both in in-memory and diskstore mode
2011-01-09 16:49:52 +01:00
antirez
9486677b46
diskstore more fixes
2011-01-03 17:18:37 +01:00
antirez
641d1d65cb
fixed a bug in diskstore
2011-01-02 21:39:17 +01:00
Pieter Noordhuis
f166bb1d50
code to enable running tests with the vm enabled
2010-05-20 13:58:58 +02:00
antirez
ab72b4833d
minor fixes to the new test suite, html doc updated
2010-05-14 18:48:33 +02:00