Home
last modified time | relevance | path

Searched refs:assert_match (Results 1 – 14 of 14) sorted by relevance

/redis-3.2.3/tests/integration/
H A Dconvert-zipmap-hash-on-load.tcl9 assert_match "*ziplist*" [r debug object hash]
11 assert_match {v1 v2} [r hmget hash f1 f2]
20 assert_match "*hashtable*" [r debug object hash]
22 assert_match {v1 v2} [r hmget hash f1 f2]
31 assert_match "*hashtable*" [r debug object hash]
33 assert_match {v1 v2} [r hmget hash f1 f2]
H A Daof.tcl158 assert_match "*not valid*" $result
163 assert_match "*Successfully truncated AOF*" $result
/redis-3.2.3/tests/sentinel/tests/
H A D06-ckquorum.tcl8 assert_match "*OK $num_sentinels usable*" [S $id SENTINEL CKQUORUM mymaster]
16 assert_match "*NOQUORUM*" $err
28 assert_match "*NOQUORUM*" $err
/redis-3.2.3/tests/unit/
H A Dintrospection.tcl19 assert_match {*eval*} [$rd read]
20 assert_match {*lua*"set"*"foo"*"bar"*} [$rd read]
50 assert_match {*foobar*} [r client list]
H A Dhyperloglog.tcl121 assert_match {*WRONGTYPE*} $e
123 assert_match {*WRONGTYPE*} $e
125 assert_match {*WRONGTYPE*} $e
127 assert_match {*WRONGTYPE*} $e
H A Daofrw.tcl191 assert_match {*scheduled*} [lindex $res 1]
192 assert_match {*aof_rewrite_scheduled:1*} [lindex $res 2]
205 assert_match {*ERR*already*} $e
H A Ddump.tcl66 assert_match {*migrate_cached_sockets:0*} [r -1 info]
68 assert_match {*migrate_cached_sockets:1*} [r -1 info]
74 assert_match {*migrate_cached_sockets:0*} [r info]
128 assert_match {ERR*} $e
217 assert_match {IOERR*} $e
H A Dgeo.tcl182 assert_match {*ERR*} $e
184 assert_match {*ERR*} $e
186 assert_match {*ERR*} $e
H A Dmulti.tcl56 assert_match {EXECABORT*} $e
72 assert_match {EXECABORT*} $e
84 assert_match {EXECABORT*} $e
H A Dscripting.tcl491 assert_match {BUSY*} $e
509 assert_match {BUSY*} $e
511 assert_match {UNKILLABLE*} $e
513 assert_match {BUSY*} $e
521 assert_match {BUSY*} $e
525 assert_match {*connection refused*} $e
H A Dbitops.tcl104 assert_match {*ERR*out of range*} $e
/redis-3.2.3/tests/support/
H A Dtest.tcl16 proc assert_match {pattern value} { procedure
33 assert_match $pattern $error
41 assert_match "* encoding:$enc *" $dbg
/redis-3.2.3/tests/
H A Dtest_helper.tcl511 assert_match [lindex $patterns $j] [read_from_replication_stream $s]
/redis-3.2.3/tests/unit/type/
H A Dzset.tcl141 assert_match {*ERR*not*float*} $e
148 assert_match {*ERR*syntax*} $e
154 assert_match {*ERR*wrong*number*arg*} $e