Skip to content

Commit 959db1c

Browse files
committed
Restore HSCAN and ZSCAN with MATCH.
1 parent 64405f3 commit 959db1c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/scanning_test.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@ def test_hscan_each_enumerator
257257
end
258258

259259
def test_hscan_each_enumerator_match
260-
# HSCAN with MATCH is currently crashing:
261-
# https://github.com/antirez/redis/issues/1362
262-
return
263260
target_version "2.7.105" do
264261
count = 100
265262
elements = []
@@ -291,9 +288,6 @@ def test_hscan_each_block
291288
end
292289

293290
def test_hscan_each_block_match
294-
# HSCAN with MATCH is currently crashing:
295-
# https://github.com/antirez/redis/issues/1362
296-
return
297291
target_version "2.7.105" do
298292
count = 1000
299293
elements = []
@@ -363,9 +357,6 @@ def test_zscan_each_enumerator
363357
end
364358

365359
def test_zscan_each_enumerator_match
366-
# ZSCAN with MATCH is currently crashing:
367-
# https://github.com/antirez/redis/issues/1362
368-
return
369360
target_version "2.7.105" do
370361
count = 1000
371362
elements = []
@@ -398,9 +389,6 @@ def test_zscan_each_block
398389
end
399390

400391
def test_zscan_each_block_match
401-
# ZSCAN with MATCH is currently crashing:
402-
# https://github.com/antirez/redis/issues/1362
403-
return
404392
target_version "2.7.105" do
405393
count = 1000
406394
elements = []

0 commit comments

Comments
 (0)