)]}'
{"kuryr_tempest_plugin/tests/scenario/test_namespace.py":[{"author":{"_account_id":23567,"name":"Luis Tomas Bolivar","email":"ltomasbo@redhat.com","username":"ltomasbo"},"change_message_id":"ad3df98abcfcb6c4f00fb9b5db492749f0819573","unresolved":false,"context_lines":[{"line_number":381,"context_line":"                if e.status \u003d\u003d 404:"},{"line_number":382,"context_line":"                    break"},{"line_number":383,"context_line":""},{"line_number":384,"context_line":"        ns_name, ns \u003d self.create_namespace("},{"line_number":385,"context_line":"            name\u003dns_name)"},{"line_number":386,"context_line":"        pod_name, pod \u003d self.create_pod("},{"line_number":387,"context_line":"            namespace\u003dns_name, wait_for_status\u003dFalse)"},{"line_number":388,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"3fa7e38b_9d84820d","line":385,"range":{"start_line":384,"start_character":0,"end_line":385,"end_character":25},"updated":"2019-11-27 14:08:09.000000000","message":"I\u0027m my opinion waiting for the crd annotation here kind of defeat the purpose of this test.","commit_id":"f5440329bed9a0ce40bf8df6d996da6b4bd4e2fd"},{"author":{"_account_id":27032,"name":"Maysa de Macedo Souza","email":"maysa.macedo95@gmail.com","username":"maysa"},"change_message_id":"476ff5aa709b436f23791eb34671825ad098010e","unresolved":false,"context_lines":[{"line_number":381,"context_line":"                if e.status \u003d\u003d 404:"},{"line_number":382,"context_line":"                    break"},{"line_number":383,"context_line":""},{"line_number":384,"context_line":"        ns_name, ns \u003d self.create_namespace("},{"line_number":385,"context_line":"            name\u003dns_name)"},{"line_number":386,"context_line":"        pod_name, pod \u003d self.create_pod("},{"line_number":387,"context_line":"            namespace\u003dns_name, wait_for_status\u003dFalse)"},{"line_number":388,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"3fa7e38b_60bebd01","line":385,"range":{"start_line":384,"start_character":0,"end_line":385,"end_character":25},"in_reply_to":"3fa7e38b_205c4518","updated":"2019-11-27 14:36:32.000000000","message":"good point, this last approach makes more sense. Thanks!","commit_id":"f5440329bed9a0ce40bf8df6d996da6b4bd4e2fd"},{"author":{"_account_id":27032,"name":"Maysa de Macedo Souza","email":"maysa.macedo95@gmail.com","username":"maysa"},"change_message_id":"5941c0236f8593480336a626fb31b52c0657e5df","unresolved":false,"context_lines":[{"line_number":381,"context_line":"                if e.status \u003d\u003d 404:"},{"line_number":382,"context_line":"                    break"},{"line_number":383,"context_line":""},{"line_number":384,"context_line":"        ns_name, ns \u003d self.create_namespace("},{"line_number":385,"context_line":"            name\u003dns_name)"},{"line_number":386,"context_line":"        pod_name, pod \u003d self.create_pod("},{"line_number":387,"context_line":"            namespace\u003dns_name, wait_for_status\u003dFalse)"},{"line_number":388,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"3fa7e38b_bd74de05","line":385,"range":{"start_line":384,"start_character":0,"end_line":385,"end_character":25},"in_reply_to":"3fa7e38b_9d84820d","updated":"2019-11-27 14:17:53.000000000","message":"Right, I agree, but then we would need to really rely on increasing the timeout at line 390, maybe for 120 just to be safer, but this is still does not assures it will not time out.","commit_id":"f5440329bed9a0ce40bf8df6d996da6b4bd4e2fd"},{"author":{"_account_id":23567,"name":"Luis Tomas Bolivar","email":"ltomasbo@redhat.com","username":"ltomasbo"},"change_message_id":"131334e6334cd7c24f273f147cd674bb6905cb0c","unresolved":false,"context_lines":[{"line_number":381,"context_line":"                if e.status \u003d\u003d 404:"},{"line_number":382,"context_line":"                    break"},{"line_number":383,"context_line":""},{"line_number":384,"context_line":"        ns_name, ns \u003d self.create_namespace("},{"line_number":385,"context_line":"            name\u003dns_name)"},{"line_number":386,"context_line":"        pod_name, pod \u003d self.create_pod("},{"line_number":387,"context_line":"            namespace\u003dns_name, wait_for_status\u003dFalse)"},{"line_number":388,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"3fa7e38b_205c4518","line":385,"range":{"start_line":384,"start_character":0,"end_line":385,"end_character":25},"in_reply_to":"3fa7e38b_bd74de05","updated":"2019-11-27 14:32:50.000000000","message":"yep, you can increase it even more to be on the safe side, like 180 or 300. But yea, we rely on that.\n\nOther option is to have a wait_for_crd_annotation after the pod creation at line 386-387, and then only retry for 60 times on line 390 after the CRD is there","commit_id":"f5440329bed9a0ce40bf8df6d996da6b4bd4e2fd"},{"author":{"_account_id":23567,"name":"Luis Tomas Bolivar","email":"ltomasbo@redhat.com","username":"ltomasbo"},"change_message_id":"5c7f1eb0917bac870abfec59c8025061b718cd8d","unresolved":false,"context_lines":[{"line_number":387,"context_line":"            namespace\u003dns_name, wait_for_status\u003dFalse)"},{"line_number":388,"context_line":""},{"line_number":389,"context_line":"        self.wait_for_pod_status(pod_name, namespace\u003dns_name,"},{"line_number":390,"context_line":"                                 pod_status\u003d\u0027Running\u0027, retries\u003d60)"}],"source_content_type":"text/x-python","patch_set":2,"id":"3fa7e38b_5d9b6a63","line":390,"range":{"start_line":390,"start_character":55,"end_line":390,"end_character":65},"updated":"2019-11-27 14:09:10.000000000","message":"perhaps we just need to increase the retries here if the gates are slow for this","commit_id":"f5440329bed9a0ce40bf8df6d996da6b4bd4e2fd"}]}
