em-redis icon indicating copy to clipboard operation
em-redis copied to clipboard

one test is having random output order

Open boutil opened this issue 10 years ago • 0 comments

Hi,

I noticed that the array obtained in the test:

user_interests.should == [["second-interest", "first-interest"], ['third-interest']]

around line 755 in redis_commands_spec.rb is random (the two terms in the first subarray might be exchanged). Therefore, this test randomly fails. Currently, this test is deactivated in the Debian package.

Cheers,

Cédric

boutil avatar Sep 30 '14 22:09 boutil