Commit Graph

1633 Commits

Author SHA1 Message Date
John Daily
ee4a0c9d65 Merge pull request #1034 from basho/feature-jrd-ts_rt_mdc
Realtime, fullsync test for timeseries
2016-04-28 16:03:59 -04:00
andytill
4bab73ddde Remove tests which assert on tables where the quantum is not the last element in the partition key, since this is no longer allowed. 2016-04-27 20:49:59 +00:00
John R. Daily
799e7b6eca Incorporate deletes into testing 2016-04-25 15:56:54 -04:00
Doug Rohrer
7c62526b2c Add confirm_missing to rt: and use it in ts_replication to remove
10-minute delay in test.
2016-04-21 13:35:49 -04:00
Brett Hazen
834620e2f7 Merge remote branch 'origin/riak_ts-develop' into feature-jrd-ts_rt_mdc 2016-04-21 16:54:16 +00:00
Brett Hazen
d0295d7eed Fix typo "aggregration" 2016-04-21 15:58:14 +00:00
Brett Hazen
61850c2e92 Merge remote branch 'origin/riak_ts-develop' into feature-jrd-ts_rt_mdc 2016-04-20 19:56:27 +00:00
John R. Daily
852110128d riakc_ts:query changed this week to return {ok, Results} 2016-04-20 14:32:41 -04:00
Brett Hazen
146a632552 Wait until riak_kv service is up before beginning the test 2016-04-19 20:38:14 +00:00
Andrei Zavada
e51626ae97 new module ts_simple_http_api_SUITE
Originally by @LeHoff.
2016-04-19 19:52:52 +03:00
Brett Hazen
bb0994ab50 Merge pull request #1047 from basho/fix-az-assorted_post_ttb_merge_fixes
assorted post TTB merge fixes
2016-04-19 07:38:14 -06:00
Andrei Zavada
9615800158 riakc_ts:query returns {ok, Thing}, not just Thing 2016-04-18 21:50:43 +03:00
Brett Hazen
eb4bd37af3 Adjust STDDEV tests to match the current definition 2016-04-18 10:06:41 -06:00
Brett Hazen
7eb59753aa Adjust ts_util:assert_float to accomodate tsqueryresp of {ok, {_, _}} 2016-04-17 19:09:14 -06:00
Andrei Zavada
4119438f52 ts_cluster_coverage: correctly match riakc_ts:query return values 2016-04-18 03:00:26 +03:00
Andrei Zavada
d453225f9d squash last remaining instance of put'ting a record as list
in ts_simple_put_bad_date. The test actually succeeded, but not because
the timestamp field had a non-integer value.
2016-04-17 22:31:17 +03: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
Andrei Zavada
0a0e755aca ts_cluster_coverage: riakc_ts:get_coverage returns native terms 2016-04-17 22:31:17 +03:00
Andrei Zavada
222dcac243 ts_cluster_comprehensive: create table via query
less spam on stdout
2016-04-17 22:28:58 +03:00
Brett Hazen
f4f6db79d4 Update tsqueryresp to {ok, {_, _}} and increase r_s cluster size 2016-04-16 14:55:04 -06:00
Brett Hazen
e8203e55c7 Merge pull request #1045 from javajolt/bch-update-tsqueryresp-format
Change standard tsqueryresp to be {ok, {_, _}}
2016-04-15 16:50:39 -06:00
Brett Hazen
6a55cbec7d Change standard tsqueryresp to be {ok, {_, _}} 2016-04-15 13:41:25 -06:00
Brett Hazen
097f321173 Merge pull request #1044 from javajolt/bch-tweak-recompile-ddl
ts_simple_recompile_ddl: Wait for cluster after restarting the node
2016-04-15 13:33:23 -06:00
Brett Hazen
3f0cfe990e Change DDL recompile wait to rt:wait_for_service(Node, riak_kv) 2016-04-15 13:28:15 -06:00
andytill
54a1bcd9cc util function for running a query. 2016-04-15 13:22:33 +00:00
andytill
91f1a63e81 Tuples for writes. 2016-04-15 13:11:20 +00:00
Brett Hazen
d827928819 Wait for cluster after restarting the node 2016-04-14 22:16:31 -06:00
John R. Daily
f6ce150fc9 Add test for DDL comparison 2016-04-14 17:58:44 -04:00
andytill
80ef44b9e1 Merge branch 'riak_ts-develop' of https://github.com/basho/riak_test into at-flexi-keys2 2016-04-14 14:59:56 +00:00
andytill
8f9cfb6c58 Added test, corrected tag name. 2016-04-14 14:58:15 +00:00
John R. Daily
cf1b41b1ef Merge branch 'riak_ts-develop' of github.com:basho/riak_test into feature-jrd-ts_rt_mdc 2016-04-14 00:35:12 -04:00
John R. Daily
5277ca1084 Rows are now tuples 2016-04-14 00:34:41 -04:00
Brett Hazen
f374c672b9 Remove ltot/1 from ts_simple_api 2016-04-13 19:31:42 -06:00
Brett Hazen
47a3d71f4d Remove obsolete ts_simple_create_table_short_key 2016-04-13 18:25:26 -06:00
Brett Hazen
8395f4e0fd Update for tests:
- Add back PBC support for ts_cluster_comprehensive
- Add in riak_ql dependency for ts_simple_create_table_eqc
2016-04-13 17:21:51 -06:00
Brett Hazen
09ecf74d5e Tweak tests to use lists of tuples 2016-04-13 14:12:24 -06:00
John R. Daily
6af2a0b493 Merge branch 'riak_ts-develop' of github.com:basho/riak_test into feature-jrd-ts_rt_mdc 2016-04-13 13:51:23 -04:00
andytill
247e4ce7ec Merge branch 'riak_ts-develop' of https://github.com/basho/riak_test into at-flexi-keys2
Conflicts:
	tests/ts_simple_single_key_ops.erl
2016-04-11 08:57:49 +00:00
andytill
b3a587db6b Flexible key tests. 2016-04-11 08:27:34 +00:00
Brett Hazen
1e995c1d3b Merge pull request #1032 from javajolt/bch-add-ddl-recompilation
Add ts_simple_recompile_ddl
2016-04-08 13:39:06 -06:00
John Daily
1791c2ab76 Merge pull request #1035 from basho/at-query-deleted-rows
Tests for querying deleted rows.
2016-04-08 13:51:37 -04:00
Brett Hazen
9d848e50ae Remove ts_simple_create_table_eqc until it's finished 2016-04-08 09:55:46 -06:00
Brett Hazen
92ffe11cc4 Merge pull request #1036 from javajolt/bch-fix-message-drain
RTS-1040: Fix the return arguments from riak_shell:loop_TEST
2016-04-07 18:08:48 -06:00
Brett Hazen
fdb912d41c Merge pull request #1033 from gordonguthrie/feature_gg_ts_eqc_tests
QuickCheck test for table creation/activation
2016-04-07 18:08:32 -06:00
Brett Hazen
8b20787846 Fix the return arguments from riak_shell:loop_TEST 2016-04-07 22:41:53 +00:00
andytill
58ccc12a5f Tests for querying deleted rows. 2016-04-07 15:41:48 +00:00
Gordon Guthrie
20840bb1c5 minor renaming for clarity 2016-04-07 11:49:14 +00:00
Brett Hazen
e11a594baf Add second DETS table 2016-04-07 03:42:42 +00:00
Brett Hazen
167160c3c0 Merge remote branch 'origin/develop' into riak_ts-develop 2016-04-07 02:18:05 +00:00
Brett Hazen
4970a8ebc6 Add LEGACY_TABLE 2016-04-07 01:55:03 +00:00