)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":34452,"name":"Joan Gilabert","display_name":"jgilaber","email":"jgilaber@redhat.com","username":"jgilaber"},"change_message_id":"c33e4946167becf7c39aa6903207dfdea063ce94","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"2c2c8f8d_3276f2aa","updated":"2025-12-23 12:00:05.000000000","message":"lgtm, this was deprecated quite a long time ago https://review.opendev.org/c/openstack/oslo.service/+/622639","commit_id":"66fff25435b2808f584709d9c2818080de3c0e0a"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"64f468ad06bc9b54f21dd95d01e2cb36c7ab9801","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"01609a58_bc6f4937","updated":"2026-02-09 18:32:46.000000000","message":"ill leave this open for review until next monday","commit_id":"2446e168af2d99c7f355b7a7f9e75f94ca89fb1e"}],"cyborg/common/service.py":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"3164678aac7cd6b3c2f498a7847d93afb5fe8de4","unresolved":false,"context_lines":[{"line_number":44,"context_line":"        self.manager \u003d manager_class(self.topic, self.host)"},{"line_number":45,"context_line":"        self.rpcserver \u003d None"},{"line_number":46,"context_line":""},{"line_number":47,"context_line":"    def start(self):"},{"line_number":48,"context_line":"        super(RPCService, self).start()"},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"        target \u003d messaging.Target(topic\u003dself.topic, server\u003dself.host)"}],"source_content_type":"text/x-python","patch_set":4,"id":"12b66a51_36603c67","line":47,"in_reply_to":"0e253024_e09daa8c","updated":"2026-02-16 18:04:01.000000000","message":"this is not a bad suggestion but i think im going to leave this for a followup\ni want to look at the over all test coverage in general ocne the currentr serise of patches are in.","commit_id":"3ce00ef47a8f2a841b5869c1abecd7ac6fd407e2"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"e9aaa43fc6cfe3b25cab12a5378d57e1b3730738","unresolved":false,"context_lines":[{"line_number":44,"context_line":"        self.manager \u003d manager_class(self.topic, self.host)"},{"line_number":45,"context_line":"        self.rpcserver \u003d None"},{"line_number":46,"context_line":""},{"line_number":47,"context_line":"    def start(self):"},{"line_number":48,"context_line":"        super(RPCService, self).start()"},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"        target \u003d messaging.Target(topic\u003dself.topic, server\u003dself.host)"}],"source_content_type":"text/x-python","patch_set":4,"id":"7ddb48ae_a8658024","line":47,"in_reply_to":"12b66a51_36603c67","updated":"2026-02-17 21:23:24.000000000","message":"done","commit_id":"3ce00ef47a8f2a841b5869c1abecd7ac6fd407e2"}],"cyborg/tests/unit/common/test_service.py":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"4b40577561fbc7ccdbdc591e6b242f963bda01b0","unresolved":false,"context_lines":[{"line_number":1,"context_line":"#    Licensed under the Apache License, Version 2.0 (the \"License\"); you may"},{"line_number":2,"context_line":"#    not use this file except in compliance with the License. You may obtain"},{"line_number":3,"context_line":"#    a copy of the License at"},{"line_number":4,"context_line":"#"}],"source_content_type":"text/x-python","patch_set":5,"id":"9808157d_7ce71318","line":1,"in_reply_to":"5bdaf5b4_cef3cb7d","updated":"2026-02-17 21:41:00.000000000","message":"this is intentional","commit_id":"3c4ed53923f1b57922c1f72c40a9be08cbfb86f2"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"4b40577561fbc7ccdbdc591e6b242f963bda01b0","unresolved":false,"context_lines":[{"line_number":28,"context_line":"        self.manager_class \u003d \u0027ConductorManager\u0027"},{"line_number":29,"context_line":""},{"line_number":30,"context_line":"        self.mock_try_import \u003d self.useFixture(fixtures.MockPatch("},{"line_number":31,"context_line":"            \u0027cyborg.common.service.importutils.try_import\u0027,"},{"line_number":32,"context_line":"            autospec\u003dTrue)).mock"},{"line_number":33,"context_line":"        mock_module \u003d mock.MagicMock()"},{"line_number":34,"context_line":"        mock_manager_cls \u003d mock.MagicMock()"}],"source_content_type":"text/x-python","patch_set":5,"id":"4307c6a6_b07cb8e0","line":31,"in_reply_to":"787cb0bc_7baa214b","updated":"2026-02-17 21:41:00.000000000","message":"valid but that is out of scope of this patch\n\nim just coverign the code i modified but we should loop back and impove the overall code coverage","commit_id":"3c4ed53923f1b57922c1f72c40a9be08cbfb86f2"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"4b40577561fbc7ccdbdc591e6b242f963bda01b0","unresolved":false,"context_lines":[{"line_number":30,"context_line":"        self.mock_try_import \u003d self.useFixture(fixtures.MockPatch("},{"line_number":31,"context_line":"            \u0027cyborg.common.service.importutils.try_import\u0027,"},{"line_number":32,"context_line":"            autospec\u003dTrue)).mock"},{"line_number":33,"context_line":"        mock_module \u003d mock.MagicMock()"},{"line_number":34,"context_line":"        mock_manager_cls \u003d mock.MagicMock()"},{"line_number":35,"context_line":"        self.mock_manager \u003d mock_manager_cls.return_value"},{"line_number":36,"context_line":"        setattr(mock_module, self.manager_class, mock_manager_cls)"}],"source_content_type":"text/x-python","patch_set":5,"id":"5800f09d_8940691e","line":33,"in_reply_to":"ae8fec1b_1da61f51","updated":"2026-02-17 21:41:00.000000000","message":"also valid but ill leave this to a followup","commit_id":"3c4ed53923f1b57922c1f72c40a9be08cbfb86f2"}]}
