mbox series

[ovs-dev,ovn,v2,0/2] northd: Improve pause, resume and status

Message ID cover.1574433899.git.frode.nordahl@canonical.com
Headers show
Series northd: Improve pause, resume and status | expand

Message

Frode Nordahl Nov. 22, 2019, 2:44 p.m. UTC
At present when the ``pause`` command is issued any lock the
``ovn-northd`` process holds on the SB DB will be kept.

To be able to change this behaviour the tests surrounding pause and
resume must be changed, thus I provide the proposed change as a
series to demonstrate that the changed tests work both for the
current code and the proposed code.

Travis passed: https://travis-ci.org/fnordahl/ovn/builds/615446047

Frode Nordahl (2):
  northd: Amend ovn-northd pause resume test
  northd: Improve handling of pause and resume

 northd/ovn-northd.8.xml |  9 +++--
 northd/ovn-northd.c     | 87 +++++++++++++++++++++++++++--------------
 tests/ovn-northd.at     | 35 +++++++++++------
 3 files changed, 88 insertions(+), 43 deletions(-)