Skip to content

Commit

Permalink
revert singledb flag at the end of the test
Browse files Browse the repository at this point in the history
Signed-off-by: Harkrishn Patro <[email protected]>
  • Loading branch information
hpatro committed Jan 28, 2025
1 parent f386a80 commit 733e0e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/unit/moduleapi/cross-version-cluster.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#
# Use minimal.conf to make sure we don't use any configs not supported on the old version.

# To disable `SELECT` command to be ran on the server.
# make sure the test infra won't use SELECT
set old_singledb $::singledb
set ::singledb 1

tags {external:skip needs:other-server cluster modules} {
Expand Down Expand Up @@ -58,4 +59,6 @@ start_server {config "minimal-cluster.conf" start-other-server 1} {
}
}
}
}
}

set ::singledb $old_singledb

0 comments on commit 733e0e8

Please sign in to comment.