Skip to content

Commit 691aef7

Browse files
supercaracalbyroot
andauthored
Update test/cluster_client_pipelining_test.rb
Co-authored-by: Jean Boussier <[email protected]>
1 parent 25715d5 commit 691aef7

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

test/cluster_client_pipelining_test.rb

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,7 @@ def test_pipelining_with_multiple_replicas
6464
end
6565

6666
rc.pipelined do |r|
67-
r.get('key1')
68-
r.get('key1')
69-
r.get('key1')
70-
r.get('key1')
71-
r.get('key1')
72-
r.get('key1')
73-
r.get('key1')
74-
r.get('key1')
75-
r.get('key1')
76-
r.get('key1')
67+
10.times { r.get('key1') }
7768
end
7869

7970
rc.close

0 commit comments

Comments
 (0)