tree: 26fb13ca49f2767a00cb17eed9839d3af273b41f
  1. cmd/
  2. BUILD.gn
  3. cdc_ethernet_state_check.go
  4. cdc_ethernet_state_check_test.go
  5. lib.go
  6. lib_test.go
  7. logprocessing.go
  8. logprocessing_test.go
  9. mass_test_failure_check.go
  10. mass_test_failure_check_test.go
  11. nearby_string_check.go
  12. nearby_string_check_test.go
  13. no_tests_ran_check.go
  14. no_tests_ran_check_test.go
  15. OWNERS
  16. README.md
  17. run_checks.go
  18. run_checks_test.go
  19. string_in_log_check.go
  20. string_in_log_check_test.go
  21. swarming.go
  22. task_state_check.go
  23. task_state_check_test.go
  24. 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.