4598: correct search criteria for Crunch job output
authorTim Pierce <twp@curoverse.com>
Fri, 12 Dec 2014 16:22:07 +0000 (11:22 -0500)
committerTim Pierce <twp@curoverse.com>
Fri, 12 Dec 2014 16:22:07 +0000 (11:22 -0500)
commitb03a6a8b2c20a0579cd724baeb9283bd5f0d1f08
tree9d05db58a94675ba030d17fb6ac9dc7649b4f4e0
parent0dd15acb9a97a73d1fc06eccbe24f18d28f473c5
4598: correct search criteria for Crunch job output

Crunch stderr output is stored in the properties/text field of logs with
event_type 'stderr'.

Limited the filter criteria to event_type = 'stderr' and modified
text pattern filtering appropriately.

Now uses arvados.util.list_all to retrieve all stderr rows within the
specified time frame.
services/api/script/crunch-failure-report.py