Skip to content

Commit

Permalink
start test with FLUSHALL instead of DEL
Browse files Browse the repository at this point in the history
  • Loading branch information
oranagra authored Nov 16, 2023
1 parent 093f150 commit 0d35a37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/introspection.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0d35a37

Please sign in to comment.