Searched refs:attempt_num (Results 1 – 2 of 2) sorted by relevance
46 def _extract_attempt_timestamp(self, attempt_num): argument47 search_pattern = self.MESSAGE_LOG_ATTEMPT_START_RE % (int(attempt_num))84 def _extract_message_log_lines(self, attempt_num): argument86 start = self.MESSAGE_LOG_ATTEMPT_START_RE % (int(attempt_num))87 stop = self.MESSAGE_LOG_ATTEMPT_START_RE % (int(attempt_num) + 1)109 def analyze(self, attempt_num): argument117 timestamp = self._extract_attempt_timestamp(attempt_num)119 self._extract_message_log_lines(attempt_num)
232 attempt_num = self._get_attempt_number_from_trace(trace)234 print "Analyzing attempt number: " + attempt_num + \241 self.LOG_OUTPUT_FILE_NAME_FORMAT % (attempt_num))264 log_analyzer.analyze(attempt_num)