andytill
5cc61c8b1f
Deleted obsolete functions.
2016-01-08 16:49:38 +00:00
andytill
5ecb7dd8d5
Merge branch 'riak_ts' of https://github.com/basho/riak_test into at/count_fn_ignores_null_cols
...
Conflicts:
tests/ts_aggregation_simple.erl
2016-01-08 16:41:10 +00:00
andytill
ac18818901
Test for the COUNT aggregation function ignoring NULL values when a single column is specified.
2016-01-08 16:26:39 +00:00
Andrei Zavada
e0b2cfdfe0
Merge pull request #969 from basho/feature/jrd/ts-spark-coverage
...
Coverage query test for TimeSeries
2016-01-07 13:48:38 +02:00
Andrei Zavada
9536577d06
rename ts_coverage to conform to ts_* naming pattern
2016-01-07 12:46:16 +02:00
Andrei Zavada
f774332b00
simplify overlapping range check
2016-01-07 12:45:15 +02:00
Brett Hazen
237e9a19a9
Fix ts_aggregation_cluster, ts_A_select_not_found and refactor
...
ts_aggregation_simple
2016-01-07 03:11:11 +00:00
Andrei Zavada
5d5da7d64a
if no. of vnodes < no. of quantas, vnodes will be reused
...
Deal with this by asserting ranges of TS data retrieved with different
coverage plans are disjoint. Previously, it was assumed 'wrong' vnode
would always return no data, which is not the case when vnodes are reused.
2016-01-07 02:17:11 +00:00
Brett Hazen
5e06f64c04
Merge remote branch 'origin/riak_ts' into feature/gg/ts1_1_tests_fix
2016-01-06 23:18:31 +00:00
Gordon Guthrie
e67bc7d18c
more test changes
2016-01-06 15:16:21 +00:00
Andy Till
0d166b9f22
Merge pull request #967 from basho/feature/bch/more-bad-data-tests
...
Row validation test.
2016-01-06 13:39:18 +00:00
Gordon Guthrie
0c6306a192
small fix up
2016-01-05 16:54:33 +00:00
Gordon Guthrie
428fdd6e48
basic fail tests now pass
2016-01-05 16:48:53 +00:00
Gordon Guthrie
8eb43acb38
remove excess io:formats
2016-01-05 15:47:01 +00:00
Gordon Guthrie
1c98365097
fix for tests
2016-01-05 15:29:56 +00:00
Gordon Guthrie
01f5969057
fixing tests
2016-01-03 12:02:51 +00:00
John R. Daily
1c2c7f0200
Add tertiary test: make certain we get no results from a wrong node with each coverage chunk. Also remove debug statements
2015-12-31 15:50:17 -05:00
John R. Daily
72d573dc63
Close each pid in the fold
2015-12-31 15:43:23 -05:00
John R. Daily
479c249b44
Add secondary check that all data located with each quantum matches that quantum
2015-12-31 15:41:07 -05:00
John R. Daily
2b4fdaceb5
Add new test for coverage plan query/use
2015-12-31 15:31:03 -05:00
Gordon Guthrie
247def566f
fix to make test handle new improved error msgs
2015-12-30 15:38:16 +00:00
andytill
ea35e1361b
Do not assert on the error message which is prone to change, just verify that it does fail.
2015-12-30 11:55:47 +00:00
Andrei Zavada
993fdf7e3b
check for failure to create the same table
2015-12-30 01:59:21 +00:00
Andrei Zavada
5965953a0f
query("CREATE TABLE") already activates Table
...
also, make it multi-node cluster to better check activation
2015-12-30 01:42:16 +00:00
Andrei Zavada
832170cd51
add a read/write test
2015-12-26 17:58:22 +00:00
Andrei Zavada
4a5e95dd6c
add a module to test riakc_ts:query("CREATE TABLE ...")
2015-12-26 03:31:18 +00:00
Brett Hazen
0ccd2b0e34
Add more tests around invalid input; esp. after the first row
2015-12-23 20:00:03 +00:00
Brett Hazen
f0065b2262
Merge pull request #962 from basho/feature/bch/add-ts-aggregation-tests
...
Add new Time Series 1.1 Tests
2015-12-22 12:36:33 -07:00
Brett Hazen
976c8c246b
Merge pull request #959 from basho/feature/az/check-overwrite-data
...
check data overwrite
2015-12-21 20:08:58 -07:00
Brett Hazen
bd0055465a
Skip the step of writing data to the table before determining the schema
2015-12-22 02:54:54 +00:00
Brett Hazen
4b8cb12ad7
Update expected results for ts_describe_table
2015-12-21 16:53:49 +00:00
Brett Hazen
7e2938878d
Adjust expected results and add in describe table
2015-12-17 20:44:58 -07:00
Brett Hazen
bebf57dcea
Fix expected results from ts_query
2015-12-17 19:25:02 -07:00
Brett Hazen
43b38202ce
Initial addition of aggregation tests
2015-12-18 01:07:46 +00:00
Brett Hazen
f8e94b070a
Merge remote branch 'origin/riak/2.1' into merge/bch/2.1.3-to-ts
2015-12-16 16:46:18 +00:00
Andrei Zavada
0448a0af61
check data overwrite
2015-12-12 00:11:35 +00:00
Brett Hazen
19e9b65062
Change 5 tests to pattern match on the error strings returned
2015-12-11 17:21:02 +00:00
Brett Hazen
4009a59d33
Merge pull request #957 from basho/at/symbols_in_table_names
...
Symbols in table names
2015-12-10 15:41:56 -07:00
andytill
a7aee4d20a
Separate assert for symbols.
2015-12-10 14:44:01 +00:00
andytill
4e62a7839f
Test more symbols.
2015-12-10 14:15:50 +00:00
andytill
0ca63e8808
Test putting some symbols in field names and make sure they fail.
2015-12-10 10:52:41 +00:00
andytill
643e4a319d
Test symbols in table names.
2015-12-10 10:22:49 +00:00
Brett Hazen
383a9b2193
Merge remote branch 'origin/riak_ts' into fix/az/stream-list-keys
2015-12-09 23:17:31 +00:00
Ted Burghart
2c2e57d898
Move wait_for_vnode_change inside the -ifdef(EQC) clause.
2015-12-09 14:45:41 -05:00
Doug Rohrer
becc72b3f9
Merge pull request #955 from basho/bugfix/jrd/delete-list
...
Pause to allow delete_mode delay to function
2015-12-07 21:23:26 -05:00
Brett Hazen
860965cd46
Merge pull request #954 from basho/feature/jrd/toggle-pb-t2b
...
Test term_to_binary
2015-12-07 18:18:15 -07:00
John R. Daily
60a56a380c
Need another sleep for the bulk delete
2015-12-07 20:14:06 -05:00
John R. Daily
8d91b1dda8
Pause to allow delete_mode delay to function
2015-12-07 20:00:07 -05:00
John R. Daily
0d2a6855aa
Move term_to_binary testing directly into ts_basic
2015-12-07 18:10:13 -05:00
John R. Daily
14b7707c1b
Add a toggle back to pb for further testing
2015-12-07 12:05:56 -05:00