4 Commits

Author SHA1 Message Date
David Kranz
9e3c71780a Accept gzip files in find_stack_traces.py
The server response seems to have changed since this code was originally
written.

Change-Id: Icffc062ce46f59b678fe468560d198567286fe67
2013-10-09 21:51:25 -04:00
Dirk Mueller
1db5db2dc5 Use Python 3.x compatible syntax constructs
Avoid print operator, deprected except and
other things covered by statical checks.

Change-Id: I89f9608b977b2d4567300ec82558284dac347c9a
2013-06-23 20:51:36 +02:00
Sean Dague
70eef03c09 make stack traces tool find individual traces
previously the tool just reprinted out TRACE and ERROR log lines.
Now make it actually collect up TRACE and ERROR into individual
events which will make it easier to cross reference to tempest
tests.

built additional features around stack trace tooling, making it
simpler to find unique events.

Change-Id: Id1fed3343e79e75da3145b5a9c19820b65a0d548
2013-04-09 11:38:50 -04:00
Sean Dague
bcdba0818a add find_stack_traces tool
this is useful to go and collect all the stack traces found for a
particular test run. Helps us easily identify when stack traces
are being generated even on good runs.

Change-Id: Ia5b95be7bc1a425630fba06c7c65cbaa9fa7079f
2013-03-12 15:14:16 -04:00