Commit Graph

11 Commits

Author SHA1 Message Date
John R. Daily
4744eecd47 Faster/cleaner remove_last/1 per Andrei
converting ts_util calls to new ts library calls

modified ts_setup:create_bucket_type

more test updating

Replace ts_util with ts_setup, ts_ops and ts_data
2016-11-04 16:19:30 -06:00
Brett Hazen
d0295d7eed Fix typo "aggregration" 2016-04-21 15:58:14 +00:00
Andrei Zavada
789ae2c7c5 fix matching on ddl compiler error strings
In those strings, riak_kv_qry_compiler no longer puts internal atoms:

  "incomplete_where_clause: Where clause has no upper bound."

thus becomes simply

  "Where clause has no upper bound."
2016-04-17 22:31:17 +03:00
Brett Hazen
6a55cbec7d Change standard tsqueryresp to be {ok, {_, _}} 2016-04-15 13:41:25 -06:00
Brett Hazen
09ecf74d5e Tweak tests to use lists of tuples 2016-04-13 14:12:24 -06:00
andytill
829a8385e8 Test for negating an aggregation function in a query. 2016-03-29 09:35:16 +00:00
andytill
a4f5196711 Fix de-indentation derp. 2016-02-01 14:30:22 +00:00
andytill
73698d2224 Divison by zero returns a sensible error message. 2016-02-01 13:51:55 +00:00
andytill
b61d4604be Naming, constants, white space spotted in code review. 2016-01-21 13:31:54 +00:00
andytill
bc2f5d9b7d Aggregations and arithmetic tests changed to account for NULL values. 2016-01-20 12:42:58 +00:00
Brett Hazen
dbad1b3c86 Switch from ts_A, B, C to ts_simple, cluster, degraded 2016-01-11 17:40:38 +00:00