)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":8655,"name":"Jakub Libosvar","email":"libosvar@redhat.com","username":"jlibosva"},"change_message_id":"8742b3906f3041c7feadca6839d78e2bb129c096","unresolved":true,"context_lines":[{"line_number":4,"context_line":"Commit:     Terry Wilson \u003ctwilson@redhat.com\u003e"},{"line_number":5,"context_line":"CommitDate: 2025-03-24 16:11:39 +0000"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Add Connetion.force_reconnect"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"The python-ovs Idl class has a force_reconnect() method, which if"},{"line_number":10,"context_line":"called when using ovsdbapp will likely not cause a reconnection"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"3db18f12_dd79f18e","line":7,"range":{"start_line":7,"start_character":4,"end_line":7,"end_character":13},"updated":"2025-03-24 18:12:54.000000000","message":"typo","commit_id":"731666a20b44c40cf1c3468b77ab5bc4a94f39b4"},{"author":{"_account_id":5756,"name":"Terry Wilson","email":"twilson@redhat.com","username":"otherwiseguy"},"change_message_id":"ee91852d671a06b1c8c645db31074a3ee6827d07","unresolved":false,"context_lines":[{"line_number":4,"context_line":"Commit:     Terry Wilson \u003ctwilson@redhat.com\u003e"},{"line_number":5,"context_line":"CommitDate: 2025-03-24 16:11:39 +0000"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Add Connetion.force_reconnect"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"The python-ovs Idl class has a force_reconnect() method, which if"},{"line_number":10,"context_line":"called when using ovsdbapp will likely not cause a reconnection"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"ddcd6a80_16870e6c","line":7,"range":{"start_line":7,"start_character":4,"end_line":7,"end_character":13},"in_reply_to":"3db18f12_dd79f18e","updated":"2025-03-24 20:05:13.000000000","message":"Done","commit_id":"731666a20b44c40cf1c3468b77ab5bc4a94f39b4"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"62043610aea868a66c2eb0b7659e71f3365d657a","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"003b9b4f_bf3c86f9","updated":"2025-03-24 21:02:20.000000000","message":"Thanks for this patch.","commit_id":"34ff10517d4364c462143e44e2761727d0ce1045"}],"ovsdbapp/tests/functional/backend/ovs_idl/test_connection.py":[{"author":{"_account_id":8655,"name":"Jakub Libosvar","email":"libosvar@redhat.com","username":"jlibosva"},"change_message_id":"43341127ffa4c4812e71a697cfa4ecbc70d4b851","unresolved":true,"context_lines":[{"line_number":92,"context_line":""},{"line_number":93,"context_line":"class LsCreateWaitEvent(event.WaitEvent):"},{"line_number":94,"context_line":"    ONETIME \u003d True"},{"line_number":95,"context_line":"    event_name \u003d \"LspCreateWaitEvent\""},{"line_number":96,"context_line":""},{"line_number":97,"context_line":"    def __init__(self, lsp_name, timeout):"},{"line_number":98,"context_line":"        super().__init__((self.ROW_CREATE,), \"Logical_Switch\","}],"source_content_type":"text/x-python","patch_set":2,"id":"468ef198_9a1aea8d","line":95,"updated":"2025-03-24 17:53:32.000000000","message":"It seems like we no longer use this attribute https://review.opendev.org/c/openstack/ovsdbapp/+/660509/2/ovsdbapp/backend/ovs_idl/event.py","commit_id":"731666a20b44c40cf1c3468b77ab5bc4a94f39b4"},{"author":{"_account_id":5756,"name":"Terry Wilson","email":"twilson@redhat.com","username":"otherwiseguy"},"change_message_id":"ee91852d671a06b1c8c645db31074a3ee6827d07","unresolved":false,"context_lines":[{"line_number":92,"context_line":""},{"line_number":93,"context_line":"class LsCreateWaitEvent(event.WaitEvent):"},{"line_number":94,"context_line":"    ONETIME \u003d True"},{"line_number":95,"context_line":"    event_name \u003d \"LspCreateWaitEvent\""},{"line_number":96,"context_line":""},{"line_number":97,"context_line":"    def __init__(self, lsp_name, timeout):"},{"line_number":98,"context_line":"        super().__init__((self.ROW_CREATE,), \"Logical_Switch\","}],"source_content_type":"text/x-python","patch_set":2,"id":"d8b73a23_252b3047","line":95,"in_reply_to":"468ef198_9a1aea8d","updated":"2025-03-24 20:05:13.000000000","message":"Done","commit_id":"731666a20b44c40cf1c3468b77ab5bc4a94f39b4"},{"author":{"_account_id":5756,"name":"Terry Wilson","email":"twilson@redhat.com","username":"otherwiseguy"},"change_message_id":"bd39fbc3debece0469210f3a0186f1807e14f6f6","unresolved":false,"context_lines":[{"line_number":99,"context_line":"                         ((\"name\", \"\u003d\", lsp_name),), timeout\u003dtimeout)"},{"line_number":100,"context_line":""},{"line_number":101,"context_line":""},{"line_number":102,"context_line":"class TestConnectionReconnect(test_impl_idl.OvnNorthboundTest):"},{"line_number":103,"context_line":""},{"line_number":104,"context_line":"    def setUp(self):"},{"line_number":105,"context_line":"        super().setUp()"}],"source_content_type":"text/x-python","patch_set":2,"id":"65828534_852b292d","line":102,"updated":"2025-03-24 17:46:10.000000000","message":"I went back and forth whether to put this test in test_connection.py or just do it under the NB logical switch tests. Ideally tests here would just have some made-up schema, I suppose. But that seemed a bit much for just this little patch.","commit_id":"731666a20b44c40cf1c3468b77ab5bc4a94f39b4"}]}
