featurebase/cmd/random-query
Seebs 3d802f428b add Distinct, be more consistent about using correct rand.Rand
The RandomQueryConfig has its own seeded RNG, but we didn't always use
it (especially in the last two commits, but also I think in one previous
thing), so let's use it more consistently.

We check for int fields (as opposed to decimal), and if we find them,
we add Distinct to our list of potential queries to use if and only
if we've got a depth of at least one so there'd be a child query under
the current query, and if we do, grab one of the int (not decimal)
fields and do a query on that.
2020-11-23 09:54:59 -06:00
..
main.go add Distinct, be more consistent about using correct rand.Rand 2020-11-23 09:54:59 -06:00
main_test.go pilosa/cmd/random-query: generate random queries from existing schema 2020-10-08 18:38:01 -05:00
vprint.go pilosa/cmd/random-query: generate random queries from existing schema 2020-10-08 18:38:01 -05:00