I upgraded from ~2.6.7 and experienced some issues:
I saw errors in make test but ignored it at first...
I have to remove the dump.rdb file and switch back to redis 2.6.11 to make my site back to work.
Here is the error output make test
ther (10 seconds)
[ok]: EXPIRE should not resurrect keys (issue #1026)
[ok]: 5 keys in, 5 keys out
[19/32 done]: integration/replication-2 (10 seconds)
[20/32 done]: unit/expire (10 seconds)
[ok]: AOF rewrite of set with hashtable encoding, int data
[ok]: maxmemory - only allkeys-* should remove non-volatile keys (volatile-random)
[exception]: Executing test client: assertion:Server started even if RDB was unreadable!.
assertion:Server started even if RDB was unreadable!
while executing
"error "assertion:$msg""
(procedure "fail" line 2)
invoked from within
"fail "Server started even if RDB was unreadable!""
("uplevel" body line 2)
invoked from within
"uplevel 1 $elsescript"
(procedure "wait_for_condition" line 7)
invoked from within
"wait_for_condition 50 100 {
[string match {*Fatal error loading*} [exec tail -n1 < [dict get $srv stdout]]]
} else {
fail "Server..."
("uplevel" body line 2)
invoked from within
I upgraded from ~2.6.7 and experienced some issues:
I saw errors in
make testbut ignored it at first...I have to remove the dump.rdb file and switch back to redis 2.6.11 to make my site back to work.
Here is the error output
make test