John R. Daily
4744eecd47
Faster/cleaner remove_last/1
per Andrei
...
converting ts_util calls to new ts library calls
modified ts_setup:create_bucket_type
more test updating
Replace ts_util with ts_setup, ts_ops and ts_data
2016-11-04 16:19:30 -06:00
John R. Daily
2d1f39eed6
Convert one simple test
2016-11-04 14:35:36 -06:00
John R. Daily
a56ae12010
Restructure code from ts_util.erl to make tests more explicit/more verbose/much easier to understand
2016-11-04 14:35:36 -06:00
Brett Hazen
59bba8c147
Merge pull request #1169 from basho/jbg-feature-ts-where-is-null
...
TS Insert NULL support
2016-11-02 17:26:46 -06:00
Brett Hazen
8c2b9919b6
Merge pull request #1183 from basho/kc-cc-fix
...
updated test to expect v2 after a downgrade
2016-11-02 15:59:48 -06:00
Korry Clark
7477f527ad
added jira issue
2016-11-02 14:42:03 -07:00
Korry Clark
8bd2cd87fa
updated test to expect v2 after a downgrade
2016-11-01 12:27:55 -07:00
korry8911
3c91746d7e
Merge pull request #1182 from basho/kc-repl-object-reformat-fix
...
Fix for replication_object_reformat
2016-11-01 12:17:52 -07:00
Korry Clark
4526e92831
removed conversion of config file to 1.3.1 format
2016-11-01 12:06:25 -07:00
korry8911
dd98a9320c
Merge pull request #1180 from basho/kc-ts-http-fix
...
added wait_for_service for riak_repl and riak_pipe
2016-10-31 14:20:53 -07:00
korry8911
f7c0e6e688
Merge pull request #1178 from basho/kc-repl-upgrade-fix
...
Increased rt_retry_delay for replication_upgrade test
2016-10-31 14:20:35 -07: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
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
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
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
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
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
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
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
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
Brett Hazen
cab4f8be8f
Merge pull request #1162 from basho/bch-cleanup-log-check
...
Clean up get_node_debug_logs/0 by building a simple list
2016-09-27 09:07:01 -06:00
Brett Hazen
460501c188
Clean up get_node_debug_logs/0 by building a simple list
2016-09-27 08:56:00 -06:00
Brett Hazen
90ad4932c0
Merge pull request #1161 from basho/bch-fix-log-collection
...
Skip missing debug log files instead of exiting riak_test
2016-09-26 09:22:05 -06:00
Brett Hazen
6491544a64
Skip missing debug log files instead of exiting riak_test
2016-09-24 19:19:46 -06:00