3 Commits

Author SHA1 Message Date
Sean Dague
01ffc276d3 remove old queries
this whole theory of keeping old queries around was a better
theory than practice, especially given that we currently have nearly
60 open queries. We also change files and formats often enough that
the old queries really don't bring any value to the table.

remove support for soft delete on queries to prevent this debt from
building up further.

Change-Id: I3f09358133463d1650cc755cd6a39964f79c7fc8
2014-02-25 08:35:51 -05:00
Joe Gordon
cd7f0d0a14 Add test to make sure filename's work with with grenade
Grenade screen logs are stored in logs/new/ and logs/old/ instead of
just logs, so add a check to make sure no queries use
'filename:"logs/screen-' they should instead use 'filename:logs*screen-'

Change-Id: I27916dc193fd0478091540f4b5088593a2d4624b
2014-02-14 19:00:04 -08:00
Sean Dague
9a0e26bf51 add tests for loading the queries
this ensures that we don't have an unexpected explode when
processing this data.

Change-Id: Ib65bd2516a7b594ed34dc35ac95659325b97e6df
2014-01-23 15:09:43 -05:00