Searched refs:attempt_num (Results 1 – 2 of 2) sorted by relevance
48 def _extract_attempt_timestamp(self, attempt_num): argument49 search_pattern = self.MESSAGE_LOG_ATTEMPT_START_RE % (int(attempt_num))86 def _extract_message_log_lines(self, attempt_num): argument88 start = self.MESSAGE_LOG_ATTEMPT_START_RE % (int(attempt_num))89 stop = self.MESSAGE_LOG_ATTEMPT_START_RE % (int(attempt_num) + 1)111 def analyze(self, attempt_num): argument119 timestamp = self._extract_attempt_timestamp(attempt_num)121 self._extract_message_log_lines(attempt_num)
235 attempt_num = self._get_attempt_number_from_trace(trace)237 print("Analyzing attempt number: " + attempt_num + \244 self.LOG_OUTPUT_FILE_NAME_FORMAT % (attempt_num))267 log_analyzer.analyze(attempt_num)