Code review comment for lp://staging/~ev/ubuntu-ci-services-itself/pythonise-integration-test-runner

Revision history for this message
Evan (ev) wrote :

On 23 January 2014 20:37, Andy Doan <email address hidden> wrote:
> i also see:
>
> Traceback (most recent call last):
> File "./tests/run.py", line 403, in <module>
> sys.exit(main())
> File "./tests/run.py", line 393, in main
> units = find_failed_units(e.output)
> File "./tests/run.py", line 160, in find_failed_units
> return set(re.findall('unit: (.*): machine: .* error details:', body))
> File "/usr/lib/python2.7/re.py", line 177, in findall
> return _compile(pattern, flags).findall(string)
> TypeError: expected string or buffer

Fixing by using juju status for this instead. I'll ping you when it's ready.

« Back to merge proposal