mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
fix(tests):Comment out ZPOPMIN Action Again (#971)
fix(tests):Comment out SPOPMIN Action Again Until #949 is fixed Signed-off-by: ashotland <ari@dragonflydb.io>
This commit is contained in:
parent
6d3a191a5f
commit
85a1bf8494
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class CommandGenerator:
|
|||
('SPOP {k}', ValueType.SET),
|
||||
('HSETNX {k} v0 {val}', ValueType.HSET),
|
||||
('HINCRBY {k} v1 1', ValueType.HSET),
|
||||
('ZPOPMIN {k} 1', ValueType.ZSET),
|
||||
# ('ZPOPMIN {k} 1', ValueType.ZSET), https://github.com/dragonflydb/dragonfly/issues/949
|
||||
('ZADD {k} 0 {val}', ValueType.ZSET),
|
||||
('JSON.NUMINCRBY {k} $..i 1', ValueType.JSON),
|
||||
('JSON.ARRPOP {k} $.arr', ValueType.JSON),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue