basho / giddyup

Visual scorecard for riak_test.
http://giddyup.basho.com/
54 stars 12 forks source link

Initial addition of Time Series project and tests #165

Closed hazen closed 9 years ago

hazen commented 9 years ago

This change will add the Time Series projects, copy all of the existing OSS Riak tests to use with Time Series and include a handful of new tests.

paegun commented 9 years ago

Seems to be missing capturing the inserted tests using WITH t( ... RETURNING id) to be able to insert these into project_tests via the following:

INSERT INTO project_tests (project_id, test_id)
SELECT projects.id, t.id
FROM projects, t
WHERE projects.name = 'riak_ts';

see: https://github.com/basho/giddyup/commit/7e144d8800606cbbf32f0987706e8085a0434b36

paegun commented 9 years ago

+1 129cd99