Commit Graph

2 Commits

Author SHA1 Message Date
Clark Boylan 94c7e9fb49 Contrain query to prevent e-r from OOMing
The previous 1793364 query matched tripleo's error.txt file in which
they grep and store all the errors found during a job run. Unfortunately
the number and size of these results was such that the e-r processes
would OOM trying to process them.

Adjust the query to look only at the job-output.txt files to fix this.

Change-Id: I82a6a9cb6a442fe39c0ec5faa31599c7c4fc5134
2018-09-20 10:40:16 -07:00
Matt Riedemann 0782290293 Add query for mysql opportunistic test bug 1793364
This is grasping at something that hits on these failures
since we don't have multiline on the console log failures
for unit tests, but we have an IndexError that seems to
be causing a greenthread switch and I think it might be
related to sqla returning an empty result set when the
caller is expecting results and not handling it properly.

Anyway, this gives 1890 hits in 7 days, check and gate,
master, rocky and queens branches, all failures.

Change-Id: If224014d6f353fda1258988d834cadc7e3818be6
2018-09-19 15:00:46 -04:00