Skip to content

Commit

Permalink
added extra logging to liveness checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Jul 9, 2018
1 parent 76b2066 commit 25b9c83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/orchestrator/liveness.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def mutant_fails_test(client_bugzoo: BugZooClient,
killed = False
container = mgr_ctr.provision(snapshot)
for test in tests:
logger.info("checking whether test [%s] kills mutant",
test.name)
outcome = mgr_ctr.test(container, test)
if not outcome.passed:
logger.info("mutant killed by test: %s", test.name)
Expand Down

0 comments on commit 25b9c83

Please sign in to comment.