tests: Remove problematic but questionably useful part of ovsdb-server test.
authorBen Pfaff <blp@nicira.com>
Fri, 4 Apr 2014 20:37:33 +0000 (13:37 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 7 Apr 2014 17:15:10 +0000 (10:15 -0700)
commit906e29329b211a7f1c1ec457de2d32f429387793
treeaea9e0caf38ad62d0f4f44bb3e624d21516f7c88
parent65bfce4ae0603c8c3576acc5b3cd1ba5afff4c00
tests: Remove problematic but questionably useful part of ovsdb-server test.

The test "ovsdb-server combines updates on backlogged connections" first
checks that ovsdb-server can combine transactions, and then checks that
it can keep them separate.  The latter part is hard to force because it
requires making sure that the socket buffer never fills up, and it also
isn't a very useful test (it doesn't check for any kind of correctness).
Therefore, this commit removes it.

Reported-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Acked-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ovsdb-server.at