~vila/uci-engine/analyze_log

Viewing all changes in revision 894.

  • Committer: Vincent Ladeuil
  • Date: 2014-11-10 13:29:59 UTC
  • Revision ID: vila+ci@canonical.com-20141110132959-1kp14bexqjn7rzvk
Quick and dirty script to extract tracebacks so that it can be used in:

$ find ../prod-britney/*run -name '*.log' -print | xargs -n 1 bin/extract_tracebacks_from_log.py | sort -u > tracebacks

$ wc -l tracebacks
103 tracebacks

$ grep -v ^'KeyboardInterrupt' tracebacks | wc -l
55

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: