Reviewed: https://review.opendev.org/c/openstack/neutron/+/847349 Committed: https://opendev.org/openstack/neutron/commit/1c89db495c884b0b562f64b263c3cd9c1f101699 Submitter: "Zuul (22348)" Branch: master
commit 1c89db495c884b0b562f64b263c3cd9c1f101699 Author: yatinkarel <[email protected]> Date: Thu Jun 23 18:49:51 2022 +0530 [OVN][FT] Also update nb_cfg along with nb_cfg_timestamp FT ``test_agent_updated_at_use_nb_cfg_timestamp`` updates "nb_cfg_timestamp" in Chassis_Private table and then checks if agent cache get's updated to the same value. But "ChassisAgentWriteEvent" which is responsible for updating AgentCache doesn't get triggered with updates on "nb_cfg_timestamp", so this patch proposes also to increment "nb_cfg" by 1 to trigger the Event as in general scenario timestamep get's updated along with nb_cfg. Closes-Bug: #1974149 Change-Id: I8889746ff2ee2629ee7c38ac162ea7c4d9ee0734 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1974149 Title: [FT] Test "test_agent_updated_at_use_nb_cfg_timestamp" failing Status in neutron: Fix Released Bug description: Log: https://210aac0b09f7752823da-532d928235cdca0f1f7d2e9417dacd2f.ssl.cf2.rackcdn.com/842133/1/gate/neutron- functional-with-uwsgi/8001997/testr_results.html Snippet: https://paste.opendev.org/show/bIdm72ReAc9QVURZFrG9/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1974149/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

