jsonrpc.py: Don't swallow errors in transact_block().
authorEthan Jackson <ethan@nicira.com>
Fri, 17 Feb 2012 04:26:35 +0000 (20:26 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 2 Mar 2012 22:29:46 +0000 (14:29 -0800)
commit7aac79a7eebb6d4d0207144f757e045262156ee9
treeb736f8063421423d03e0119d2b340b3acc0d7f3c
parent8c39aa4079fcdd64de6c7e6ed080f49f27386be8
jsonrpc.py: Don't swallow errors in transact_block().

If a server returned an error in response to a request,
transact_block() would ignore it.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
python/ovs/jsonrpc.py
tests/test-ovsdb.py