lp:~vila/uci-engine/analyze_log

Created by Vincent Ladeuil and last modified
Get this branch:
bzr branch lp:~vila/uci-engine/analyze_log
Only Vincent Ladeuil can upload to this branch. If you are Vincent Ladeuil please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Vincent Ladeuil
Project:
Ubuntu CI Engine
Status:
Development

Recent revisions

897. By Vincent Ladeuil

Give more background about how the signatures are built.

896. By Vincent Ladeuil

Fix pep8 issue (pfew, thanks, that was a debug comment).

./run-tests ^ci-utils.ci_utils.tests.test_signatures ^ci-utils.*test_style ^tests.test_style pass

895. By Vincent Ladeuil

Merge the pep8-bin fix

894. By Vincent Ladeuil

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

893. By Vincent Ladeuil

Always process unicode lines, some log file contains utf8.

892. By Vincent Ladeuil

Replace <module> by the module name for clarity.

891. By Vincent Ladeuil

Extract tracebacks from a log file.

890. By Vincent Ladeuil

Less ugly but still meaningful.

889. By Vincent Ladeuil

Hmpf, that's ./run-tests ^ci-utils.ci_utils.tests.test_signatures ^ci-utils.*test_style and it needs some tweaks.

888. By Vincent Ladeuil

./run-tests ^ci-utils.ci_utils.tests.test_signatures ^ci_utils.*test_style pass.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:uci-engine
This branch contains Public information 
Everyone can see this information.

Subscribers