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 GitHub
parent 32116d09bb
commit 5693fe4664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}
}