summaryrefslogtreecommitdiff
path: root/tests/ovsdb-execution.at
Commit message (Collapse)AuthorAgeFilesLines
* ovsdb-server: Improve logging for referential integrity violations.Ben Pfaff2010-06-221-1/+1
| | | | | This may help with bug #2727 "ovs-vsctl transaction error while changing VM power state", if it is reproducible.
* tests: Fix bug in "weak references" test.Ben Pfaff2010-05-071-1/+2
| | | | | | | | | 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.
* ovsdb: Allow constraining the number of rows in a table.Ben Pfaff2010-03-181-2/+13
|
* ovsdb: Add support for weak references.Ben Pfaff2010-03-171-0/+162
|
* ovsdb: Fix commit to disk of rows added to a table with all-default values.Ben Pfaff2010-02-151-0/+16
|
* ovsdb: Add support for multiple databases to the protocol.Ben Pfaff2010-02-091-52/+103
| | | | | | This also adds protocol compatibility to the database itself and to ovsdb-client. It doesn't actually add multiple database support to ovsdb-server, since we don't really need that yet.
* ovsdb: Get rid of "declare" operation.Ben Pfaff2010-02-081-6/+2
| | | | | | It's more elegant, and just as easy to implement, if we allow a "named-uuid" to be a forward reference to a "uuid-name" in a later "insert" operation.
* ovsdb: Add support for referential integrity in the database itself.Ben Pfaff2010-02-081-0/+112
|
* ovsdb: Add simple constraints.Ben Pfaff2010-02-081-1/+25
|
* Rework and simplify the "lcov" support for the testsuite.Ben Pfaff2010-02-021-1/+1
|
* ovsdb: Add new "mutation" operation to transactions.Ben Pfaff2009-12-161-0/+24
|
* ovsdb: Add tests for file storage and for ovsdb-server.Ben Pfaff2009-11-161-80/+92
|
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+321