Fix set expire test due to the new lazyfree configs changes (#980)

Test failed because these two PRs #865 and #913.

Signed-off-by: Binbin <binloveplay1314@qq.com>
This commit is contained in:
Binbin 2024-09-02 22:43:09 +08:00 committed by Madelyn Olson
parent e7d46558fe
commit def9ddf1e5

View File

@ -631,9 +631,9 @@ if {[string match {*jemalloc*} [s mem_allocator]]} {
assert_replication_stream $repl {
{select *}
{set foo bar}
{del foo}
{unlink foo}
{set foo bar}
{del foo}
{unlink foo}
{incr foo}
}