Home | History | Annotate | Download | only in server

Lines Matching full:record

87     """The job.record hook for server job. Used to inject WARN messages from
90 block recursive calls, so that the hook can call job.record itself to
101 """A wrapper around the 'real' record hook, the _hook method, which
104 job.record->_hook->job.record->_hook->job.record... chain."""
116 """The core hook, which can safely call job.record."""
242 # write to tko_jobs record.
695 self.record('INFO', None, None, str(e),
746 self.record(e.exit_status, subdir, testname, str(e))
750 self.record('FAIL', subdir, testname, info)
753 self.record('GOOD', subdir, testname, 'completed successfully')
770 self.record('START', subdir, name)
773 self.record("END %s" % e.exit_status, subdir, name)
778 self.record('END ABORT', subdir, name, err_msg)
781 self.record('END GOOD', subdir, name)
817 self.record('START', None, op)
821 self.record('END FAIL', None, op, err_msg)
825 self.record('END GOOD', None, op,
870 # record any broken pipes (aka line == empty)
908 """Returns an object representing the current job.record context.
911 which can be called to restore the job.record context (i.e. indentation)
913 something external which generate job.record calls (e.g. an autotest
914 client) can fail catastrophically and the server job record state
923 """Record a summary test result.
952 self.record(status_code, subdirectory, test_name,
967 self.record("INFO", None, None,
974 self.record("INFO", None, None,