tree: dd5c62cac9cd13c3e6626e8a1b83e9ff559fd2ec [path history] [tgz]
  1. cmd/
  2. BUILD.gn
  3. lib.go
  4. lib_test.go
  5. logprocessing.go
  6. logprocessing_test.go
  7. mass_test_failure_check.go
  8. mass_test_failure_check_test.go
  9. no_tests_ran_check.go
  10. no_tests_ran_check_test.go
  11. README.md
  12. run_checks.go
  13. run_checks_test.go
  14. string_in_log_check.go
  15. string_in_log_check_test.go
  16. swarming.go
  17. task_state_check.go
  18. task_state_check_test.go
  19. types.go
tools/testing/tefmocheck/README.md

Tefmocheck

Tefmocheck (Testing Failure Mode Checker) analyzes the outputs of a testing Swarming task and determines whether various failures modes occurred. It produces a testing summary file (summary.json) that contains all of the tests in the input summary, as well as a synthetic test for each failure mode starting with “testing_failure_mode/”.

At most a single check (the most specific one possible) will fail on a single task. The least specific ones start with “testing_failure_mode/task_status/”. This just surfaces the Swarming task status. To see further details, see the infra_and_test_std_and_klog.txt, which includes the output of the Swarming task.

This tool is invoked by the infrastructure recipes, so any changes to its interface must be soft transitions.