basho / giddyup

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

Alter versions. #155

Closed cmeiklejohn closed 9 years ago

cmeiklejohn commented 9 years ago

Set 2.2.0 tests back to 2.0.6, and add a new set of 2.1.2 tests.

JeetKunDoug commented 9 years ago

I may be wrong, but given a quick read of the Giddyup source, I don't think you need the second set of inserts - tests run against 2.1.X will include a test set with its min_version_a as {2,0,6} as, in postgresql, {2,0,6} < {2,1,2}, for example.

See giddyup_sql:full_matrix_q and giddyup_sql:suite_q() for the queries in question.

cmeiklejohn commented 9 years ago

You're right, I needed the following change: a1b95128ca59fdc5c2e5ec95fe5eeb3f2e95de88

JeetKunDoug commented 9 years ago

:+1: