madsimian/em-redis

one test is having random output order

Opened this issue · 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