[ovs-git] [openvswitch/ovs] 9bc396: test-ovsdb: Simplify code in do_trigger().

GitHub noreply at github.com
Fri Dec 8 22:15:01 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 9bc3966ce261c3c98c44d3f74440d3725aba49aa
      https://github.com/openvswitch/ovs/commit/9bc3966ce261c3c98c44d3f74440d3725aba49aa
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
    M tests/test-ovsdb.c

  Log Message:
  -----------
  test-ovsdb: Simplify code in do_trigger().

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: 1cae21eece9f83d6540b2d28c0f6851303471c6c
      https://github.com/openvswitch/ovs/commit/1cae21eece9f83d6540b2d28c0f6851303471c6c
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
    M tests/ovsdb-trigger.at
    M tests/test-ovsdb.c

  Log Message:
  -----------
  test-ovsdb: Triggers should wake up other triggers immediately.

When a trigger executes, it can make changes to the database that fulfill
the conditions for some other trigger to execute.  ovsdb-server implements
this properly, but the code in test-ovsdb for testing triggers outside
ovsdb-server did not.  This fixes the problem.

Found by inspection.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/65d9759c4fc4...1cae21eece9f


More information about the git mailing list