)]}'
{"tempest_skip/list_yaml.py":[{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"de3d813f8820c537dd81f8f0b4ba32884d3e334d","unresolved":false,"context_lines":[{"line_number":38,"context_line":""},{"line_number":39,"context_line":"            if parsed_args.release:"},{"line_number":40,"context_line":"                new_tests \u003d []"},{"line_number":41,"context_line":"                for test in tests:"},{"line_number":42,"context_line":"                    for release in test.get(\u0027releases\u0027, []):"},{"line_number":43,"context_line":"                        if release.get(\u0027name\u0027) \u003d\u003d parsed_args.release:"},{"line_number":44,"context_line":"                            new_tests.append(test)"},{"line_number":45,"context_line":"                tests \u003d new_tests"},{"line_number":46,"context_line":""},{"line_number":47,"context_line":"            if parsed_args.deployment:"}],"source_content_type":"text/x-python","patch_set":2,"id":"3f65232a_073a0435","line":44,"range":{"start_line":41,"start_character":0,"end_line":44,"end_character":50},"updated":"2020-10-23 07:32:26.000000000","message":"unrelated to this patch, however, i\u0027ve noticed that the filter algorithm for filtering releases is different than for filtering jobs and deployments - the main difference is that this one doesn\u0027t return the test/True if test.get(\u0027releases\u0027, []) \u003d\u003d [] .... however, in validate schema, the release is not required option which means that there can be a situation when the test file is valid however contains a test which won\u0027t be returned during listing.","commit_id":"d71034ca115f89a33b6220323305946b1d6b7536"}]}
