mirror of
https://github.com/fluencelabs/redis
synced 2025-05-03 14:32:14 +00:00
Test: check that Redis starts empty without an RDB file.
This commit is contained in:
parent
64b91c1493
commit
7b6fb960cc
@ -23,3 +23,10 @@ start_server [list overrides [list "dir" $server_path "dbfilename" "encodings.rd
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set server_path [tmpdir "server.rdb-startup-test"]
|
||||||
|
|
||||||
|
start_server [list overrides [list "dir" $server_path]] {
|
||||||
|
test {Server started empty with non-existing RDB file} {
|
||||||
|
r debug digest
|
||||||
|
} {0000000000000000000000000000000000000000}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user