tests: Fix bug in "ovsdb-tool compact" test.
authorBen Pfaff <blp@nicira.com>
Fri, 7 May 2010 17:41:06 +0000 (10:41 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 7 May 2010 21:36:04 +0000 (14:36 -0700)
commite86dd676cdb1885ee4f8f1fa92176d159d5bb533
tree651d611e461fb5b38a8ac11887fd5eaba9151d2f
parent1f4f3cd7e05f032ac3e39b877e1e72077ca985d5
tests: Fix bug in "ovsdb-tool compact" test.

This test examines the OVSDB database log and checks that it contains what
it should for specified transactions.  However, the database log ordering
differs between big-endian and little-endian architectures because it is
written out in hash order.  We don't want to incur the expense of always
sorting the log as we write it out, so instead this commit fixes the
problem by sorting the log as it reads it, using the "test-json" program.
tests/ovsdb-tool.at