aboutsummaryrefslogtreecommitdiff
path: root/tests/ovsdb-execution.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-06-11 13:56:36 -0700
committerBen Pfaff <blp@nicira.com>2010-06-22 11:48:51 -0700
commit97f7803b8eb6f9967ed6090eec1cd2533bad2afe (patch)
tree5344b6dbbb16e374a76be4e6ccdc9dc1fd333f29 /tests/ovsdb-execution.at
parent9fc10ed911312c9cec86ef968877cae568770151 (diff)
ovsdb-server: Improve logging for referential integrity violations.
This may help with bug #2727 "ovs-vsctl transaction error while changing VM power state", if it is reproducible.
Diffstat (limited to 'tests/ovsdb-execution.at')
-rw-r--r--tests/ovsdb-execution.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ovsdb-execution.at b/tests/ovsdb-execution.at
index a6f14355..394fcba7 100644
--- a/tests/ovsdb-execution.at
+++ b/tests/ovsdb-execution.at
@@ -580,7 +580,7 @@ OVSDB_CHECK_EXECUTION([referential integrity -- mutual references],
"table": "b",
"where": [["b", "==", 1]]}]]]],
[[[{"uuid":["uuid","<0>"]},{"uuid":["uuid","<1>"]}]
-[{"uuid":["uuid","<2>"]},{"details":"reference to nonexistent row <3>","error":"referential integrity violation"}]
+[{"uuid":["uuid","<2>"]},{"details":"Table a column a2b row <2> references nonexistent row <3> in table b.","error":"referential integrity violation"}]
[{"count":1},{"details":"cannot delete a row <0> because of 1 remaining reference(s)","error":"referential integrity violation"}]
[{"count":1},{"details":"cannot delete b row <1> because of 1 remaining reference(s)","error":"referential integrity violation"}]
[{"count":1},{"details":"cannot delete a row <0> because of 1 remaining reference(s)","error":"referential integrity violation"}]