subunit2sql/subunit2sql
Gavin Brebner 80ff853795 Dailycount should not need build_queue to exist.
Dailycount assumes that there is a metadata item called build_queue
with value gate and if this does not exist in the database, the
tool will fail messily. This patch allows you to specify the md
key and value to be used.

Note, it also treats NAN data by filling with 0 - otherwise
the graph gets very confused.

Patch set 2 -
  Fixed pep8 issues.
  Fixed option ordering issue as per review comments.

Patch set 3 -
  Removed debug print statement.

Change-Id: I51baf2ee15d65e315c8142824fae13d964d9f973
Story: 2001034
2017-06-16 15:34:45 +02:00
..
analysis Dailycount should not need build_queue to exist. 2017-06-16 15:34:45 +02:00
db Add new graph time for variance of individual tests 2017-03-08 11:33:20 -05:00
migrations Fix the subunit2sql migration and tests error with mysql 5.7 2016-08-09 18:55:42 +08:00
targets Example of how to use targets plugins 2015-11-10 23:07:18 -08:00
tests Fix unit using incorrect type in fake default 2017-05-23 12:23:21 -04:00
__init__.py Initial commit 2014-06-12 23:59:00 -04:00
exceptions.py Store counts for runs and tests 2014-06-16 11:02:21 -04:00
read_subunit.py Add subunit2sql CLI option to use run wall time 2016-09-14 11:04:11 -04:00
shell.py Add subunit2sql CLI option to use run wall time 2016-09-14 11:04:11 -04:00
write_subunit.py Handle test_runs without metadata in write_subunit 2015-12-09 15:39:16 -05:00