From 0d35a37b15355c9e0692c6b006794a9aafe4d574 Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Thu, 16 Nov 2023 20:14:20 +0200 Subject: [PATCH] start test with FLUSHALL instead of DEL --- tests/unit/introspection.tcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl index eb9804529fc..3640a295be7 100644 --- a/tests/unit/introspection.tcl +++ b/tests/unit/introspection.tcl @@ -161,7 +161,6 @@ start_server {tags {"introspection"}} { test {Coverage: basic SWAPDB test and unhappy path} { r flushall - r del swapkey r select 0 r set swapkey v1 r select 1 @@ -181,7 +180,7 @@ start_server {tags {"introspection"}} { test {Coverage: SWAPDB and FLUSHDB} { # set a key in each db and swapdb one of 2 with different db # and flushdb on swapped db. - r del swapkey + r flushall r select 0 r set swapkey v1 r select 1