minor test suite bug fixed
This commit is contained in:
parent
a9b18e54d4
commit
4d7e125519
@ -200,7 +200,7 @@ proc createComplexDataset {r ops {opt {}}} {
|
|||||||
randpath {{*}$r sadd $k $v} \
|
randpath {{*}$r sadd $k $v} \
|
||||||
{{*}$r srem $k $v} \
|
{{*}$r srem $k $v} \
|
||||||
{
|
{
|
||||||
set otherset [findKeyWithType r set]
|
set otherset [findKeyWithType {*}$r set]
|
||||||
if {$otherset ne {}} {
|
if {$otherset ne {}} {
|
||||||
randpath {
|
randpath {
|
||||||
{*}$r sunionstore $k2 $k $otherset
|
{*}$r sunionstore $k2 $k $otherset
|
||||||
@ -216,7 +216,7 @@ proc createComplexDataset {r ops {opt {}}} {
|
|||||||
randpath {{*}$r zadd $k $d $v} \
|
randpath {{*}$r zadd $k $d $v} \
|
||||||
{{*}$r zrem $k $v} \
|
{{*}$r zrem $k $v} \
|
||||||
{
|
{
|
||||||
set otherzset [findKeyWithType r zset]
|
set otherzset [findKeyWithType {*}$r zset]
|
||||||
if {$otherzset ne {}} {
|
if {$otherzset ne {}} {
|
||||||
randpath {
|
randpath {
|
||||||
{*}$r zunionstore $k2 2 $k $otherzset
|
{*}$r zunionstore $k2 2 $k $otherzset
|
||||||
|
Loading…
x
Reference in New Issue
Block a user