mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
tests: Fix bug in "weak references" test.
One part of the "weak references" test inserts invalid all-zeros weak references into two columns and expects to get an error message mentioning one of them. Unfortunately the one that actually gets mentioned depends on hash ordering and thus differs between big-endian and little-endian machines. This commit fixes the problem by only putting an invalid reference in a single column, instead of two of them.
This commit is contained in:
parent
62c87d4aed
commit
1f4f3cd7e0
@ -644,7 +644,8 @@ OVSDB_CHECK_EXECUTION([weak references],
|
||||
[[["weak",
|
||||
{"op": "insert",
|
||||
"table": "a",
|
||||
"row": {}}]]],
|
||||
"row": {"a2a1": ["named-uuid", "me"]},
|
||||
"uuid-name": "me"}]]],
|
||||
dnl Try to delete row from "b" that is referred to by weak references
|
||||
dnl from "a" table "a2b" column that requires exactly one value.
|
||||
[[["weak",
|
||||
|
Loading…
x
Reference in New Issue
Block a user