Commit 63c61a22 authored by Jim Fulton's avatar Jim Fulton

Changed a test to deal with Python exception formatting changes

accross revs.
parent fe8879e5
...@@ -91,9 +91,8 @@ Now, whem we abort the transaction for the first client. the second ...@@ -91,9 +91,8 @@ Now, whem we abort the transaction for the first client. the second
client will be restarted. It will get a conflict error, that is client will be restarted. It will get a conflict error, that is
handled correctly: handled correctly:
>>> zs1.tpc_abort('0') # doctest: +NORMALIZE_WHITESPACE >>> zs1.tpc_abort('0') # doctest: +ELLIPSIS
2 callAsync serialnos ([('\x00\x00\x00\x00\x00\x00\x00\x01', 2 callAsync serialnos ...
ConflictError())],)
reply 1 None reply 1 None
(511/test-addr) Blocked transaction restarted. (511/test-addr) Blocked transaction restarted.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment