File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,8 @@ set ::all_tests {
9393 unit/cluster
9494 unit/client-eviction
9595 unit/violations
96- <<<<<<< HEAD
9796 unit/replybufsize
98- =======
9997 unit/client
100- >>>>>>> Added tests for client commands
10198}
10299# Index to the next test to run in the ::all_tests list.
103100set ::next_test 0
Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ start_server {} {
3030 catch {r client caching on} err
3131 set _ $err
3232 } {ERR*when the client is in tracking mode*}
33- }
3433
35- start_server {} {
3634 test {CLIENT kill wrong address} {
3735 catch {r client kill 000.123.321.567:0000} err
3836 set _ $err
@@ -42,17 +40,12 @@ start_server {} {
4240 catch {r client kill 127.0.0.1:} err
4341 set _ $err
4442 } {ERR*No such*}
45- }
4643
47- start_server {} {
4844 test {CLIENT no-evict wrong argument} {
4945 catch {r client no-evict wrongInput} err
5046 set _ $err
5147 } {ERR*syntax*}
52- }
5348
54-
55- start_server {} {
5649 test {CLIENT pause wrong timeout type} {
5750 catch {r client pause abc} err
5851 set _ $err
@@ -62,16 +55,11 @@ start_server {} {
6255 catch {r client pause -1} err
6356 set _ $err
6457 } {ERR timeout is negative}
65- }
6658
67- start_server {} {
6859 test {CLIENT reply wrong argument} {
6960 catch {r client reply wrongInput} err
7061 set _ $err
7162 } {ERR*syntax*}
72- }
73-
74- start_server {} {
7563
7664 test {CLIENT tracking wrong argument} {
7765 catch {r client tracking wrongInput} err
@@ -82,11 +70,9 @@ start_server {} {
8270 catch {r client tracking on wrongInput} err
8371 set _ $err
8472 } {ERR*syntax*}
85- }
8673
87- start_server {} {
8874 test {CLIENT getname check if name set correctly} {
8975 r client setname testName
9076 r client getName
9177 } {testName}
92- }
78+ }
You can’t perform that action at this time.
0 commit comments