)]}'
{"mistral/config.py":[{"author":{"_account_id":8731,"name":"Renat Akhmerov","email":"renat.akhmerov@gmail.com","username":"rakhmerov"},"change_message_id":"edd00948471beb2ba2d5a45bee3083037d0e81a4","unresolved":false,"context_lines":[{"line_number":181,"context_line":"    cfg.StrOpt(\u0027version\u0027, default\u003d\u00271.0\u0027, help\u003d\u0027The version of the engine.\u0027),"},{"line_number":182,"context_line":"    cfg.IntOpt("},{"line_number":183,"context_line":"        \u0027execution_field_size_limit_kb\u0027,"},{"line_number":184,"context_line":"        default\u003d8192,"},{"line_number":185,"context_line":"        help\u003d_(\u0027The default maximum size in KB of large text fields \u0027"},{"line_number":186,"context_line":"               \u0027of runtime execution objects. Use -1 for no limit.\u0027)"},{"line_number":187,"context_line":"    ),"}],"source_content_type":"text/x-python","patch_set":13,"id":"df33271e_3e00ce67","line":184,"range":{"start_line":184,"start_character":16,"end_line":184,"end_character":20},"updated":"2020-03-25 09:13:58.000000000","message":"Can we change this value specifically for the Rally tests instead of changing the default value?","commit_id":"e4257d7a313bb5f933954e01c6dc99e35de7851b"},{"author":{"_account_id":30755,"name":"ali","email":"ali.abdelal@nokia.com","username":"abdelal"},"change_message_id":"47d9bb9357ea972d3bcfc61d5800221d9f21572a","unresolved":false,"context_lines":[{"line_number":181,"context_line":"    cfg.StrOpt(\u0027version\u0027, default\u003d\u00271.0\u0027, help\u003d\u0027The version of the engine.\u0027),"},{"line_number":182,"context_line":"    cfg.IntOpt("},{"line_number":183,"context_line":"        \u0027execution_field_size_limit_kb\u0027,"},{"line_number":184,"context_line":"        default\u003d8192,"},{"line_number":185,"context_line":"        help\u003d_(\u0027The default maximum size in KB of large text fields \u0027"},{"line_number":186,"context_line":"               \u0027of runtime execution objects. Use -1 for no limit.\u0027)"},{"line_number":187,"context_line":"    ),"}],"source_content_type":"text/x-python","patch_set":13,"id":"df33271e_54d572e4","line":184,"range":{"start_line":184,"start_character":16,"end_line":184,"end_character":20},"in_reply_to":"df33271e_3e00ce67","updated":"2020-03-29 06:51:25.000000000","message":"we cant access the config object directly from the scenario file because that\u0027s a rally file.\nif there is a file mistral.conf file that we copy and run mistral with, we can change just that,  but if there is no conf file, then we need to copy a mistral config file with that option for rally, but that would require changes in the installation- copy the file and run mistral with it, that i am not familiar with.","commit_id":"e4257d7a313bb5f933954e01c6dc99e35de7851b"}],"rally-jobs/plugins/mistral_expressions_scenario.py":[{"author":{"_account_id":19134,"name":"Eyal","email":"eyalb1@gmail.com","username":"eyalb"},"change_message_id":"379b28eeb1c9cf797c070994608decf2a8e34db5","unresolved":false,"context_lines":[{"line_number":28,"context_line":"    \"\"\"Generate a random string of given length \"\"\""},{"line_number":29,"context_line":""},{"line_number":30,"context_line":"    letters \u003d string.ascii_lowercase"},{"line_number":31,"context_line":"    return \u0027\u0027.join(random.choice(letters) for i in range(length))"},{"line_number":32,"context_line":""},{"line_number":33,"context_line":""},{"line_number":34,"context_line":"class MistralExpressionScenario(utils.MistralScenario):"}],"source_content_type":"text/x-python","patch_set":11,"id":"1fa4df85_7cc35d8a","line":31,"range":{"start_line":31,"start_character":45,"end_line":31,"end_character":47},"updated":"2020-03-19 12:28:47.000000000","message":"should be \u0027_\u0027 when there is a parameter you dont use\nalso in python 3.6 you can use choices and then you dont need the loop","commit_id":"356cac15423d364d1ebee71367f3ea0b3ad10cea"},{"author":{"_account_id":8731,"name":"Renat Akhmerov","email":"renat.akhmerov@gmail.com","username":"rakhmerov"},"change_message_id":"edd00948471beb2ba2d5a45bee3083037d0e81a4","unresolved":false,"context_lines":[{"line_number":35,"context_line":"class MistralExpressionScenario(utils.MistralScenario):"},{"line_number":36,"context_line":""},{"line_number":37,"context_line":"    def run(self, tasks_number\u003d50, params_size_mb\u003d5):"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"        wf_text, wf_name \u003d self.create_wf_string(tasks_number)"},{"line_number":40,"context_line":"        params \u003d self.create_params(params_size_mb)"},{"line_number":41,"context_line":""}],"source_content_type":"text/x-python","patch_set":13,"id":"df33271e_de2f22f4","line":38,"updated":"2020-03-25 09:13:58.000000000","message":"Please remove this empty line.","commit_id":"e4257d7a313bb5f933954e01c6dc99e35de7851b"}]}
