Commit Graph

2760 Commits

Author SHA1 Message Date
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
Andrei Zavada
cbe61d27c0 Merge pull request #965 from basho/feature/az/create-table-via-sql-statement
add a module to test riakc_ts:query("CREATE TABLE ...")
2016-01-01 21:28:47 +02: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
Shunichi Shinohara
dd43bf6011 Merge pull request #961 from basho/feature/add-cleanup-intercepts
Add cleanup intercepts fuction
2015-12-18 15:10:55 +09:00
Brett Hazen
7e2938878d Adjust expected results and add in describe table 2015-12-17 20:44:58 -07:00
Kazuhiro Suzuki
6157fe2ca5 Update spec 2015-12-18 11:39:16 +09:00
Brett Hazen
bebf57dcea Fix expected results from ts_query 2015-12-17 19:25:02 -07:00
Kazuhiro Suzuki
0d1b0bee9f Add cleanup intercepts function
This function purges specified target module, which was created as a proxy,
and its backuped original module, then reloads original module.
2015-12-18 10:26:50 +09:00
Brett Hazen
43b38202ce Initial addition of aggregation tests 2015-12-18 01:07:46 +00:00
Brett Hazen
8484eda78f Merge pull request #960 from basho/merge/bch/2.1.3-to-ts
Merge Riak 2.1.3 Changes onto riak_ts
2015-12-17 11:57:24 -07: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
bba374cd53 Merge pull request #958 from basho/bugfix/bch/match-ts-err-msg
Change 5 tests to pattern match on the error strings returned
2015-12-11 12:49:10 -07: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
977119e49c Merge pull request #953 from basho/fix/az/stream-list-keys
include a stream_list_keys in ts_basic
2015-12-09 19:52:01 -07:00
Brett Hazen
383a9b2193 Merge remote branch 'origin/riak_ts' into fix/az/stream-list-keys 2015-12-09 23:17:31 +00:00
Doug Rohrer
d76c9337cb Merge pull request #956 from basho/bugfix/trb/fix-build-without-eqc
Move wait_for_vnode_change inside the -ifdef(EQC) clause.
2015-12-09 15:15:57 -05: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
John R. Daily
d3e526aa38 Run through ts_basic, but with term_to_binary 2015-12-07 10:25:34 -05:00
Andrei Zavada
ae7cc9fef2 deal in ts_basic with stream_list_keys that's always late 2015-12-06 15:26:32 +02:00