提交 6ac1b5db 编写于 作者: A Alexis Campailla

test: integration\aof continue run on test failure

When the set client statement throws an exception
the whole test run is aborted.

TODO: verify if this a Windows specific issue
上级 199eb9f5
......@@ -69,9 +69,10 @@ tags {"aof"} {
assert_equal 1 [is_alive $srv]
}
set client [redis [dict get $srv host] [dict get $srv port]]
test "Truncated AOF loaded: we expect foo to be equal to 6 now" {
assert_equal 1 [is_alive $srv]
set client [redis [dict get $srv host] [dict get $srv port]]
assert {[$client get foo] eq "6"}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册