RETIRED, Puppet module for Subunit2sql
Go to file
Matthew Treinish 551a4fc136
Use first test from subunit_stream for run_at value
There is an issue when there is a backlog or a worker crashes when we
start to work through the gearman queue all the newly added runs to
the subunit2sql db have a run_at value of when it was processed, not
when it was actually run.

The subunit2sql cli (and corresponding pythong api) by default uses
the current time as the run_at time when creating a new run. However
there is option which allows you to specify the value for run_at. This
commit uses the first test run from the subunit as the run_at value to
ensure that we have a somewhat accurate run_at value for the run in
the db regardless of when the subunit stream is actually processed.

Change-Id: I55663476865ec3739faf1b077aff7a02d0e0fa79
2016-02-27 21:30:30 -05:00
files Use first test from subunit_stream for run_at value 2016-02-27 21:30:30 -05:00
manifests Fix the expiration cron job 2016-02-12 14:46:54 -05:00
spec Fix target path for regular git clone during tests 2015-08-19 16:42:35 -07:00
templates Add option to disable uneccesary data migration 2015-03-06 15:23:05 -05:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-13 18:38:02 -07:00
.gitreview Add standard puppet module files and .gitreview 2015-01-29 08:13:02 -06:00
Gemfile Add Gemfile and puppet 4 checks 2015-08-13 18:38:02 -07:00
LICENSE Add missing LICENSE file 2015-01-29 23:00:06 +00:00
README.md Add standard puppet module files and .gitreview 2015-01-29 08:13:02 -06:00
Rakefile Add standard puppet module files and .gitreview 2015-01-29 08:13:02 -06:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:19 +00:00

README.md

OpenStack Subunit2sql Module

Overview

Installs and configures subunit2sql - a tool to convert subunit results into a SQL database.