@@ -43,11 +43,11 @@ datum1
4343setattr bkey1 maxcount=4000
4444bop insert bkey1 0x020 6
4545datum2
46- bop insert bkey1 0x0202020202020202020202020202020202020202020202020202020202020202 6
46+ bop insert bkey1 0x02020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202 6
4747datum2
4848bop insert bkey1 0x0202 0x020 6
4949datum2
50- bop insert bkey1 0x0202 0x0202020202020202020202020202020202020202020202020202020202020202 6
50+ bop insert bkey1 0x0202 0x02020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202 6
5151datum2
5252bop insert bkey1 0x0202 02 6
5353datum2
@@ -130,11 +130,11 @@ $cmd = "setattr bkey1 maxcount=4000"; $rst = "OK";
130130mem_cmd_is($sock , $cmd , " " , $rst );
131131$cmd = " bop insert bkey1 0x020 6" ; $rst = " CLIENT_ERROR bad command line format" ;
132132mem_cmd_is($sock , $cmd , " " , $rst );
133- $cmd = " bop insert bkey1 0x0202020202020202020202020202020202020202020202020202020202020202 6" ; $rst = " CLIENT_ERROR bad command line format" ;
133+ $cmd = " bop insert bkey1 0x02020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202 6" ; $rst = " CLIENT_ERROR bad command line format" ;
134134mem_cmd_is($sock , $cmd , " " , $rst );
135135$cmd = " bop insert bkey1 0x0202 0x020 6" ; $rst = " CLIENT_ERROR bad command line format" ;
136136mem_cmd_is($sock , $cmd , " " , $rst );
137- $cmd = " bop insert bkey1 0x0202 0x0202020202020202020202020202020202020202020202020202020202020202 6" ; $rst = " CLIENT_ERROR bad command line format" ;
137+ $cmd = " bop insert bkey1 0x0202 0x02020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202 6" ; $rst = " CLIENT_ERROR bad command line format" ;
138138mem_cmd_is($sock , $cmd , " " , $rst );
139139$cmd = " bop insert bkey1 0x0202 02 6" ; $rst = " CLIENT_ERROR bad command line format" ;
140140mem_cmd_is($sock , $cmd , " " , $rst );
0 commit comments