From 5693fe466481a9d40ace3b14dd81c688df3e0c64 Mon Sep 17 00:00:00 2001 From: Binbin Date: Mon, 2 Sep 2024 22:43:09 +0800 Subject: [PATCH] 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 --- tests/unit/type/string.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/type/string.tcl b/tests/unit/type/string.tcl index 6d273498a..d7969b5b3 100644 --- a/tests/unit/type/string.tcl +++ b/tests/unit/type/string.tcl @@ -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} }