File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -159,10 +159,10 @@ start_server {
159
159
160
160
test " SORT with BY <constant> and STORE should still order output" {
161
161
r del myset mylist
162
- r sadd myset a b c d e f g h i l m n o p q r s t u v z
162
+ r sadd myset a b c d e f g h i l m n o p q r s t u v z aa aaa azz
163
163
r sort myset alpha by _ store mylist
164
164
r lrange mylist 0 -1
165
- } {a b c d e f g h i l m n o p q r s t u v z}
165
+ } {a aa aaa azz b c d e f g h i l m n o p q r s t u v z}
166
166
167
167
test " SORT will complain with numerical sorting and bad doubles (1)" {
168
168
r del myset
@@ -183,12 +183,12 @@ start_server {
183
183
184
184
test " SORT BY sub-sorts lexicographically if score is the same" {
185
185
r del myset
186
- r sadd myset u v z a b c d e f g h i l m n o p q r s t
187
- foreach ele {a b c d e f g h i l m n o p q r s t u v z} {
186
+ r sadd myset a b c d e f g h i l m n o p q r s t u v z aa aaa azz
187
+ foreach ele {a aa aaa azz b c d e f g h i l m n o p q r s t u v z} {
188
188
set score:$ele 100
189
189
}
190
190
r sort myset by score:*
191
- } {a b c d e f g h i l m n o p q r s t u v z}
191
+ } {a aa aaa azz b c d e f g h i l m n o p q r s t u v z}
192
192
193
193
tags {" slow" } {
194
194
set num 100
You can’t perform that action at this time.
0 commit comments