Commit Graph

3295 Commits

Author SHA1 Message Date
Fred Dushin
226c8bc12f Modified the CRDT test to account for changes we have made in Yokozuna.
This change requires a change to the intercept code, as we refactored the delete operations in Yokozuna to avoid deleteByQuery, and hence has different touch points in Yokozuna that need to be intercepted.
2016-10-31 16:51:48 -04:00
Korry Clark
a9ab7562f2 added wait_for_service for riak_repl and riak_pipe 2016-10-31 10:10:08 -07:00
Korry Clark
29e75ab2c4 changed lager output 2016-10-31 09:11:08 -07:00
Brett Hazen
7fd33e38f5 Merge pull request #1177 from basho/bch-fix-riak-shell-tests
RTS-1493: Fix the expected float format from riak_shell
2016-10-31 09:50:06 -06:00
Korry Clark
7ae75d36cc increased rt_retry_delay 2016-10-31 08:24:14 -07:00
Brett Hazen
83181bceee Fix the expected float format from riak_shell 2016-10-29 21:51:04 -06:00
Andrei Zavada
229f809192 ts_updown_util: hooks to modify riak.conf for curr/prev versions 2016-10-29 19:23:27 +03:00
Andrei Zavada
f29b3f94f4 ts_simple_query_buffers: the default query_buffers path has changed
with some function renames
2016-10-29 19:04:03 +03:00
Andrei Zavada
f4fc7f1209 rt_client: correctly work with both stagedevrel and devrel 2016-10-29 17:58:20 +03:00
Jason Voegele
cc1cd744d5 Lock dependencies on develop 2016-10-28 14:08:21 -04:00
Brett Hazen
546a2d1cf6 Merge pull request #1175 from basho/kc-riak_control_authentication-fix
fixed riak_control_authentication to handle riak_ts version
2016-10-27 21:18:24 -06:00
Brett Hazen
1ab16dfc0c Merge pull request #1174 from basho/kc-riak-control-fix
fixed riak_control test to handle riak_ts
2016-10-27 20:06:09 -06:00
Korry Clark
7b97570716 removed debug output 2016-10-27 19:01:36 -07:00
Korry Clark
19b4d243cb fixed riak_control_authentication to handle riak_ts version 2016-10-27 16:35:17 -07:00
Korry Clark
6cbe3d2f04 fixed riak_control test to handle riak_ts 2016-10-27 16:12:27 -07:00
Brett Hazen
7372e12faf Merge pull request #1171 from basho/kc-simple-select-fix
Fixed ts_simple_select_iso8601 to include both pass and failing cases
2016-10-27 10:09:36 -06:00
Brett Hazen
177799f391 Lock deps for riak_ts_ee-1.5.0alpha3 2016-10-26 23:27:46 -06:00
Brett Hazen
d7875212e9 Lock deps for riak_ee-2.2.0rc10ex1 2016-10-26 21:35:11 -06:00
Korry Clark
532003e625 pattern matching on error code only 2016-10-25 12:09:51 -07:00
Korry Clark
333bc02bf4 added error message matching for fail tests 2016-10-24 21:17:43 -07:00
Korry Clark
ffedf60096 removed tally 2016-10-24 14:56:44 -07:00
Korry Clark
35d5d768ff fixed test to include both passing tests and failing tests and moved one test to fail test 2016-10-24 14:45:05 -07:00
Brett Hazen
71d19d6598 Clean up some artifact reporting 2016-10-23 21:51:00 -06:00
James Gorlick
655e6dbbeb added Riak TS test of insert NULL value implicitly w/ out-of-order column specification in the query. 2016-10-19 12:16:29 -07:00
Korry Clark
55f7712d8c added rebar.config.lock file 2016-10-19 09:34:25 -07:00
Brett Hazen
d520746016 Lock the dependencies as a baseline 2016-10-19 09:48:08 -06:00
Brett Hazen
4cd8b3e1b4 Merge pull request #1168 from basho/kc-ts-2.2-merge
Merge develop-2.2 into riak_ts-develop
2016-10-18 19:18:34 -06:00
Korry Clark
5f7326fcc1 missing comma, more conflict resolution 2016-10-18 19:16:40 -06:00
Andrei Zavada
f70321f168 ts_simple_query_buffers: move error handling tests to main module
with a new test added to check for max query quanta error condition.
2016-10-19 03:13:06 +03:00
korry8911
10576cea8f Update riak_test_escript.erl 2016-10-18 15:12:03 -07:00
korry8911
bcbbb5584e Update rebar.config 2016-10-18 15:09:03 -07:00
Korry Clark
3c1f7cbd40 merge 2016-10-18 13:52:01 -07:00
korry8911
6b20f46ec4 Merge pull request #1166 from basho/bch-lock-deps
REL-4: Update rebar and allow deps to be locked
2016-10-18 12:59:15 -07:00
Brett Hazen
c45621ab9c Update rebar and allow deps to be locked 2016-10-17 14:27:17 -06:00
Andrei Zavada
bfecf265bf ts_simple_qbuf_ldb: reset writing perms on .../query_buffers dir 2016-10-16 13:59:57 +04:00
Andrei Zavada
3eff110f53 Merge branch 'riak_ts-develop' into feature-az-query_buffers 2016-10-15 00:43:11 +04:00
Andrei Zavada
e1b84fd147 query buffers: new tests for query_too_big and ldb errors 2016-10-15 00:06:05 +04:00
Brett Hazen
076080fb27 Merge pull request #1164 from basho/jbg-feature-ts-where-is-null
Implemented Riak TS SQL "WHERE IS [NOT] NULL" test
2016-10-14 12:21:52 -04:00
Andrei Zavada
f6cc4e08c0 ts_simple_query_buffers_ldb_errors: new module 2016-10-14 04:15:02 +04:00
Brett Hazen
64369bbc3f Switch to basho repos 2016-10-13 17:07:54 -06:00
James Gorlick
1d3649ea81 changed data set size for ts_simple_select_is_null to odd to make NULL and NOT NULL set size differ for greater certainty granted by the assertions. 2016-10-13 07:30:14 -07:00
Andrei Zavada
df6afdd555 ts_simple_query_buffers: proofread and add more comments 2016-10-11 23:46:54 +04:00
James Gorlick
7d393f0412 changed ts_simple_select_is_null to assert exact row count within NULL and NOT NULL subsets. changed ts_simple_select_is_null to test the NOT NULL binary <<"">> to stress the edge where an empty string is not NULL. 2016-10-11 09:26:02 -07:00
Andy Till
c7298c9e2e Merge pull request #1165 from basho/at-ts-handoff-tests
Hinted handoff tests for Time Series.
2016-10-11 15:42:33 +01:00
andytill
1a3827d31c Hinted handoff tests for Time Series. 2016-10-11 14:38:40 +01:00
James Gorlick
fc08989c0d implemented Riak TS SQL "WHERE IS [NOT] NULL" test. 2016-10-07 14:12:30 -07:00
Brian Sparrow
61c96b5d78 Merge pull request #1163 from basho/nem-add-verify_no_datatype_siblings.erl
Add new verify_no_datatype_siblings test
2016-10-06 16:23:20 -04:00
Andrei Zavada
9994168d48 query_buffers: milliseconds in timestamps
also, extend time range.
2016-10-03 13:17:54 -04:00
Andrei Zavada
87af4ca3e7 ts_cluster_coverage: no MaxQuantum any more 2016-09-28 22:29:26 +04:00
Nick Marino
d2f167529e Add new verify_no_datatype_siblings test
This currently fails because it targets a bug that has not been fixed
yet. See comments in test header for more info.
2016-09-28 12:55:26 -04:00