Skip to content

Commit

Permalink
Added redis latest tcl test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixficsol committed Apr 11, 2024
1 parent 81759ff commit 8be47ed
Show file tree
Hide file tree
Showing 9 changed files with 5,924 additions and 1,342 deletions.
2 changes: 1 addition & 1 deletion tests/support/server.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ proc start_server {options {code undefined}} {
dict set srv "port" $::port
set client [redis $::host $::port]
dict set srv "client" $client
$client select 9
# $client select 9

# append the server to the stack
lappend ::servers $srv
Expand Down
8 changes: 4 additions & 4 deletions tests/test_helper.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ set ::all_tests {
# unit/hyperloglog
# unit/type
# unit/acl
unit/type/list-2
# unit/type/list-3
# unit/type/set
# unit/type/list-2
# unit/type/list-3
# unit/type/set
# unit/type/zset
# unit/type/string
# unit/type/hash
Expand Down Expand Up @@ -136,7 +136,7 @@ proc reconnect {args} {

# select the right db when we don't have to authenticate
if {![dict exists $config "requirepass"]} {
$client select 9
# $client select 9
}

# re-set $srv in the servers list
Expand Down
Loading

0 comments on commit 8be47ed

Please sign in to comment.