X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-ovsdb.c;h=4f44afe86979436cf0ccb193e2e2e274eb3aadfb;hb=a0a9f31ddc4fc213f9550c93478b4f03b948f606;hp=1f697b4fc5f41b3db7117415145e9c82535ff254;hpb=8bc915de7a08d5b4210ba768d56f15211927d1e7;p=openvswitch diff --git a/tests/test-ovsdb.c b/tests/test-ovsdb.c index 1f697b4f..4f44afe8 100644 --- a/tests/test-ovsdb.c +++ b/tests/test-ovsdb.c @@ -1479,6 +1479,7 @@ idl_set(struct ovsdb_idl *idl, char *commands, int step) while ((status = ovsdb_idl_txn_commit(txn)) == TXN_INCOMPLETE) { ovsdb_idl_run(idl); ovsdb_idl_wait(idl); + ovsdb_idl_txn_wait(txn); poll_block(); } printf("%03d: commit, status=%s\n",