riak_test/tests
Kelly McLaughlin 865173095c Add test to ensure that consistent objects are not replicated
Replication of consistent objects is not currently supported. Add a
test to ensure that fullsync replication filters these objects. No
testing is necesary for realtime replication at this time because the
postcommit hook mechnaism it uses is not invoked in the consistent
object code path.
2014-02-03 12:30:27 -07:00
..
basic_command_line.erl Remove riak attach test due to remsh issues with ports 2013-04-16 08:40:13 -06:00
bucket_props_roundtrip.erl Modfun properties must be existing atoms and the backend can't be unset. 2013-02-28 23:33:52 -06:00
bucket_types.erl Remove reset functionality from bucket-type API. 2013-12-19 10:35:16 -06:00
cause_bdp.erl verify_busy_dist_port: remove use of grep via os:cmd, timer:sleep 2012-11-30 17:08:29 -08:00
client_java_verify.erl Make riak_test play nice with R16 2013-07-20 00:01:15 -04:00
client_python_verify.erl Fix tests that used the wrong name for the riak.conf entry for allow_mult. 2014-01-19 11:47:50 -06:00
client_ruby_verify.erl Ruby 1.8 is no longer supported 2013-10-22 12:41:07 -04:00
cluster_meta_basic.erl improve cluster_meta_basic 2014-01-31 17:28:22 -08:00
cluster_meta_proxy_server.erl cluster meta simulation test 2013-12-19 08:32:44 -08:00
cluster_meta_rmr.erl cluster meta simulation test 2013-12-19 08:32:44 -08:00
cuttlefish_configuration.erl Fix renamed setting for cuttlefish_configuration test. 2014-01-23 14:15:37 -06:00
gh_riak_core_154.erl Removing timeouts from test 2013-01-11 14:18:54 -05:00
gh_riak_core_155.erl Merge pull request #131 from basho/rz-intercept 2013-01-03 06:38:11 -08:00
gh_riak_core_176.erl Add riak_test behavior 2012-12-14 10:50:49 -05:00
gh_riak_kv_765.erl Update gh_riak_kv_765 test 2013-12-30 12:33:54 -08:00
handoff_ttl.erl Add a test for handoff with TTL enabled 2013-07-22 15:47:55 -04:00
hooks.erl Make the postcommit hook send an Erlang message to the test process and check that it receives it. 2012-11-27 13:26:35 -05:00
http_bucket_types.erl Remove reset functionality from bucket-type API. 2013-12-19 10:35:16 -06:00
http_security.erl Update http/pb security tests to account in changes to riak_search 2013-12-26 18:05:54 -05:00
jmx_verify.erl Update tests to use connection_info for HTTP host/port pairs. 2013-09-11 12:31:49 -05:00
loaded_upgrade_worker_sup.erl Changes to loaded_upgrade test to improve reliability 2014-01-10 16:48:19 -07:00
loaded_upgrade.erl Changes to loaded_upgrade test to improve reliability 2014-01-10 16:48:19 -07:00
mapred_basic_compat.erl Exercise some MR bucket type paths 2013-10-22 09:43:55 -04:00
mapred_buffer_prereduce.erl build 3-node clusters for mapred tests (instead of 1 node) 2013-02-19 12:25:25 -05:00
mapred_dead_pipe.erl use records and utils now that they're available 2013-02-19 15:31:08 -05:00
mapred_http_errors.erl ensure mapred error is what it should be 2013-08-19 14:07:41 -04:00
mapred_javascript.erl build 3-node clusters for mapred tests (instead of 1 node) 2013-02-19 12:25:25 -05:00
mapred_notfound_failover.erl use records and utils now that they're available 2013-02-19 15:31:08 -05:00
mapred_search_switch.erl YZ mapred test needs new search_index bucket prop 2013-11-26 11:20:38 -08:00
mapred_verify_rt.erl Add riak_test behavior 2012-12-14 10:50:49 -05:00
overload.erl Add test for vnode + FSM overload protection 2014-01-14 01:02:48 -05:00
partition_repair.erl Assume integer. 2014-01-15 10:23:41 -05:00
pb_cipher_suites.erl Update test to enable security the 'new' way 2014-01-27 09:56:57 -05:00
pb_security.erl Update http/pb security tests to account in changes to riak_search 2013-12-26 18:05:54 -05:00
pipe_verify_basics.erl retry non-deterministic tests 10 times on failure 2013-01-11 12:46:19 -05:00
pipe_verify_examples.erl convert riak_pipe eunit system tests to riak_test 2013-01-11 12:25:24 -05:00
pipe_verify_exceptions.erl break pipe restart input forwarding into its own test 2013-01-11 12:55:20 -05:00
pipe_verify_handoff_blocking.erl test for reproducing vnode_down errors 2013-01-13 09:53:45 -05:00
pipe_verify_handoff.erl update pipe handoff test for new fold req record 2013-09-30 16:17:49 -04:00
pipe_verify_restart_input_forwarding.erl break pipe restart input forwarding into its own test 2013-01-11 12:55:20 -05:00
pipe_verify_sink_types.erl extend sink ack timeout, for slow test machines 2013-10-08 15:12:49 -04:00
post_generate_key.erl test Location header api verison on POST 2013-02-14 17:42:14 -05:00
pr_pw.erl use more rt-built-in goodness 2013-02-28 10:24:17 -05:00
repl_aae_fullsync_bench.erl Reduce keycount to something reasonable for a riak_test 2013-06-04 08:04:36 -07:00
repl_aae_fullsync_custom_n.erl Add an exhaustive test for AAE based replication. 2014-01-02 16:27:43 -05:00
repl_aae_fullsync_util.erl Add an exhaustive test for AAE based replication. 2014-01-02 16:27:43 -05:00
repl_aae_fullsync.erl Add test detecting source deadlock. 2014-01-25 14:20:03 -05:00
repl_bucket_types.erl Fix tests that used the wrong name for the riak.conf entry for allow_mult. 2014-01-19 11:47:50 -06:00
repl_consistent_object_filter.erl Add test to ensure that consistent objects are not replicated 2014-02-03 12:30:27 -07:00
repl_reduced.erl Fixed a test that made a sibling 2013-12-23 14:17:16 -05:00
repl_rt_heartbeat.erl corrected type in print and changed number of writes 2013-10-01 12:46:39 -04:00
repl_rt_overload.erl commented out reference to unused intercept 2013-08-19 11:33:36 -04:00
repl_rt_pending.erl test for bi-directional unack problblem 2013-09-20 10:58:44 -04:00
repl_util.erl General code cleanup. 2014-01-16 16:29:24 -05:00
replication2_connections.erl Add missing replication2_connection test from the 1.4 branch. 2014-01-21 00:17:34 -05:00
replication2_console_tests.erl add an additional intercept for realtime_cascades 2014-01-13 16:22:50 -05:00
replication2_dirty.erl refactored config and local into separate modules 2013-04-26 08:24:58 -07:00
replication2_fsschedule.erl simplify repl scheduled fs test 2014-01-08 21:39:37 -05:00
replication2_pg.erl Ensure we re-connect to the proper sink leader. 2013-12-05 16:00:47 -05:00
replication2_rt_sink_connection.erl Add sink verification test. 2013-12-07 15:25:40 -05:00
replication2_ssl.erl Fix typo true -> false 2014-01-19 12:00:21 -06:00
replication2_upgrade.erl refactored config and local into separate modules 2013-04-26 08:24:58 -07:00
replication2.erl Merge pull request #513 from basho/bugfix/sdc/allow-mult-default 2014-01-24 09:54:17 -08:00
replication_object_reformat.erl General code cleanup. 2014-01-16 16:29:24 -05:00
replication_ssl.erl Fix typo true -> false 2014-01-19 12:00:21 -06:00
replication_upgrade.erl refactored config and local into separate modules 2013-04-26 08:24:58 -07:00
replication.erl refactored config and local into separate modules 2013-04-26 08:24:58 -07:00
riak_admin_console_tests.erl add shell tests for riak-admin 2014-01-17 18:21:36 -05:00
riak_control_authentication.erl Ensure we wait long enough for Riak Control to start. 2013-10-21 19:21:53 -04:00
riak_control_upgrade.erl Put the https setting in core for backwards-compatibility. 2013-09-11 12:39:59 -05:00
riak_control.erl Ensure we wait long enough for Riak Control to start. 2013-10-21 19:21:53 -04:00
riaknostic_rt.erl Remove riaknostic node connection check 2013-06-24 15:05:02 -04:00
rolling_capabilities.erl Adapt for 2.0. 2013-10-22 16:57:36 -04:00
rpc_output.erl Add riak_test behavior 2012-12-14 10:50:49 -05:00
rt_basic_test.erl Add riak_test behavior 2012-12-14 10:50:49 -05:00
rt_cascading.erl Fix tests that used the wrong name for the riak.conf entry for allow_mult. 2014-01-19 11:47:50 -06:00
secondary_index_tests.erl Test 2i features added in 1.4.4 2013-12-20 10:18:07 -05:00
sibling_explosion.erl Added comments, cleaned code a little 2013-12-19 16:41:11 +00:00
test_cluster.erl Add riak_test behavior 2012-12-14 10:50:49 -05:00
verify_2i_aae.erl Test 2i features added in 1.4.4 2013-12-20 10:18:07 -05:00
verify_2i_limit.erl Exercise erlang http client 2i 2013-10-11 17:21:38 -04:00
verify_2i_mixed_cluster.erl Test 2i features added in 1.4.4 2013-12-20 10:18:07 -05:00
verify_2i_returnterms.erl Test 2i features added in 1.4.4 2013-12-20 10:18:07 -05:00
verify_2i_stream.erl Test 2i features added in 1.4.4 2013-12-20 10:18:07 -05:00
verify_2i_timeout.erl Test 2i features added in 1.4.4 2013-12-20 10:18:07 -05:00
verify_api_timeouts.erl Fix verify_api_timeouts. 2014-01-24 13:14:35 -05:00
verify_asis_put.erl Add test for asis put via client interfaces. 2013-05-07 12:32:16 -05:00
verify_backup_restore.erl Fix verify_backup_restore. 2013-11-09 09:33:38 -05:00
verify_basic_upgrade.erl Replace timeout with wait for riak_kv service 2013-01-10 17:57:30 -05:00
verify_bdp_event_handler.erl verify_busy_dist_port: remove use of grep via os:cmd, timer:sleep 2012-11-30 17:08:29 -08:00
verify_build_cluster.erl Fix tests that used the wrong name for the riak.conf entry for allow_mult. 2014-01-19 11:47:50 -06:00
verify_busy_dist_port.erl Merge pull request #313 from basho/eas-busy-port-timeout-configurable 2013-06-19 11:41:21 -07:00
verify_capabilities.erl Use eventual assert in overrides 2013-10-22 16:37:21 -04:00
verify_claimant.erl Add riak_test behavior 2012-12-14 10:50:49 -05:00
verify_commit_hooks.erl Fix test to expect 404 instead of 201. ensure_doc(B,undefined) will return {error, undefined}. See https://github.com/basho/riak_kv/pull/237 2013-10-23 16:04:12 -07:00
verify_conditional_postcommit.erl Add verify_conditional_postcommit 2013-12-18 19:30:44 -08:00
verify_corruption_filtering.erl tweak for riak_test version 2013-08-16 16:55:46 -07:00
verify_counter_capability.erl Stop PB clients after test 2013-10-22 09:17:36 +01:00
verify_counter_converge.erl Add tests for counters in mixed clusters 2013-10-08 18:15:51 +01:00
verify_counter_repl.erl Refactor test to use client support directly, orphaned by changes to verify_counter_converge 2013-10-23 17:39:08 -07:00
verify_crdt_capability.erl Stop PB clients after test 2013-10-22 09:17:36 +01:00
verify_cs_bucket.erl Update tests to match changes to 2i API in riakc 2013-07-12 15:34:08 -04:00
verify_down.erl Add riak_test behavior 2012-12-14 10:50:49 -05:00
verify_dt_converge.erl Rally to restore whitespace 2013-11-25 15:45:08 -06:00
verify_dvv_repl.erl Add test for sibling explosion and DVV 2013-12-16 19:39:58 +00:00
verify_dynamic_ring.erl Fix tests that used the wrong name for the riak.conf entry for allow_mult. 2014-01-19 11:47:50 -06:00
verify_handoff_mixed.erl learn old fold version from old node before joining 2013-10-08 07:27:29 -04:00
verify_handoff.erl Fix verify_handoff 2014-01-14 19:21:32 +00:00
verify_kv_health_check.erl riak_kv health check test 2013-01-03 00:22:31 -08:00
verify_leave.erl Add riak_test behavior 2012-12-14 10:50:49 -05:00
verify_link_walk_urls.erl Cleanup whitespace. 2013-09-11 12:32:13 -05:00
verify_listkeys.erl Remove checks for keys and buckets during transfers from verify_listkeys 2013-08-28 10:27:51 -06:00
verify_mr_prereduce_node_down.erl use rt:systest_write instead of listcomp of riakc_pb_socket:put 2013-02-02 08:54:57 -05:00
verify_no_writes_on_read.erl Verify fix to writes on reads when LWW+Bitcask 2013-06-19 15:12:58 -04:00
verify_object_limits.erl Refactor log grepping to rt 2013-10-17 11:21:04 -04:00
verify_reset_bucket_props.erl update test to verify that this can be done over the PBC API as 2013-04-19 14:41:33 -07:00
verify_riak_lager.erl Update lager test for new config format 2013-10-22 15:37:42 -04:00
verify_riak_object_reformat.erl update verify_riak_object_reformat for changes in run/2 2013-06-24 16:59:23 -07:00
verify_riak_stats.erl Add riak_test behavior 2012-12-14 10:50:49 -05:00
verify_search.erl refactored config and local into separate modules 2013-04-26 08:24:58 -07:00
verify_secondary_index_reformat.erl Update PB get index call 2013-08-02 15:15:17 -04:00
verify_snmp.erl Added wait until http stats are non-zero 2013-04-03 09:04:31 -07:00
verify_staged_clustering.erl Wait for 'cluster plan' to succeed (verify_staged_clustering) 2013-05-24 12:47:02 -04:00
verify_tick_change.erl Fix tests that used the wrong name for the riak.conf entry for allow_mult. 2014-01-19 11:47:50 -06:00
verify_vclock_encoding_upgrade.erl Show mixed cluster vclock encoding problem 2013-05-16 14:07:21 -04:00
verify_vclock.erl Add check for symmetric encoding/decoding. 2013-05-05 18:05:34 -07:00