Commit Graph

2480 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
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
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
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
Andrei Zavada
b74a29608a test TS stream_list_keys 2015-12-06 05:53:46 +02:00
Andrei Zavada
aa3156beb3 prevent priv/*.so files from being deleted by git clean -fd
When the latter is executed in rtdev-current.sh, the devrel in
$RT_DEST_DIR becomes subtly broken
2015-12-04 04:42:01 +02:00
Andrei Zavada
404b8a37be use stream_list_keys in ts_basic 2015-12-04 04:38:05 +02:00
John Daily
4f6a66815b Merge pull request #952 from basho/bugfix/jrd/missing-field-output
Update test for new error message
2015-12-03 15:14:24 -05:00
John R. Daily
f313841a9e New error message 2015-12-03 15:10:56 -05:00
John Daily
97b9d83ccc Merge pull request #951 from basho/bugfix/bch/rts-531
RTS-531: Use some ts_util functions in ts_basic to avoid code duplication
2015-12-02 18:26:53 -05:00
Brett Hazen
074eaf381e Merge pull request #950 from basho/feature/bch/ts-test-null-puts
Add a test for all datatypes which support null values
2015-12-02 16:25:32 -07:00
Brett Hazen
004f74cdde Use some ts_util functions in ts_basic to avoid code duplication 2015-12-02 23:02:00 +00:00
Brett Hazen
c33f847b3d Add a test for all datatypes which support null values 2015-12-02 04:01:48 +00:00
Brett Hazen
0cce08bda7 Merge pull request #943 from basho/feature/az/new-ts_A_create_table-modules-for-comprehensive-ddl-validation
new ts_A_create_table_* modules for more comprehensive ddl validation
2015-12-01 14:40:33 -07:00
Brett Hazen
66621e4496 Merge pull request #944 from basho/feature/bch/retry-ts-bucket-activation
Try to activate the bucket type 4 times
2015-12-01 14:19:05 -07:00
Brett Hazen
16214fa816 Merge remote branch 'origin/riak_ts' into feature/az/new-ts_A_create_table-modules-for-comprehensive-ddl-validation 2015-12-01 19:52:19 +00:00