mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Test: check that Redis starts empty without an RDB file.
This commit is contained in:
parent
79a6844e44
commit
0b74a85678
@ -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…
Reference in New Issue
Block a user