[ovs-git] [openvswitch/ovs] acb511: test-ovsdb.c: Fix wrong indent.

GitHub noreply at github.com
Mon Aug 13 22:42:53 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: acb511f91b6e2096fcef67341ec0ebb239d84da1
      https://github.com/openvswitch/ovs/commit/acb511f91b6e2096fcef67341ec0ebb239d84da1
  Author: Han Zhou <zhouhan at gmail.com>
  Date:   2018-08-13 (Mon, 13 Aug 2018)

  Changed paths:
    M tests/test-ovsdb.c

  Log Message:
  -----------
  test-ovsdb.c: Fix wrong indent.

Signed-off-by: Han Zhou <hzhou8 at ebay.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: d0bde28610dd59ffa3b8c5f11940e9efba636ded
      https://github.com/openvswitch/ovs/commit/d0bde28610dd59ffa3b8c5f11940e9efba636ded
  Author: Han Zhou <zhouhan at gmail.com>
  Date:   2018-08-13 (Mon, 13 Aug 2018)

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

  Log Message:
  -----------
  ovsdb-idl.c: Fix IDL index problem when rows are updated.

In current IDL index code it doesn't updated index when handling
"update2" messages, which is the default case. The consequence
is that when a row is updated, the index is not updated accordingly,
and even worse, it causes crash when calling ovsdb_idl_destroy().
It can be easily reproduced by the test cases added in this patch.

Signed-off-by: Han Zhou <hzhou8 at ebay.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/44542052219b...d0bde28610dd
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list