Skip to content

Commit

Permalink
Merge pull request #729 from basho/bch-remove-lts-test-version
Browse files Browse the repository at this point in the history
Replace the lts devrel with previous
  • Loading branch information
Brett Hazen authored Mar 6, 2017
2 parents ec63318 + e63723a commit 7112b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions riak_test/yz_solr_upgrade_downgrade.erl
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ confirm() ->

setup_cluster() ->
%%
%% Build a "previous" cluster using the configuration defined above
%% Build a "legacy" cluster using the configuration defined above
%%
Cluster = rt:build_cluster(lists:duplicate(
?CLUSTER_SIZE,
{lts, ?CONFIG}
{legacy, ?CONFIG}
)),
%%
%% Create all the indices, each of which is associated its own bucket type
Expand Down Expand Up @@ -251,7 +251,7 @@ verify_downgrade(Cluster) ->
NewConfig = augment_config(yokozuna, solr_jmx_port, 44405, ?CONFIG),
DowngradeData = ets:new(downgrade_data, []),
yz_rt:rolling_upgrade(
Node1, lts, NewConfig, [riak_kv],
Node1, legacy, NewConfig, [riak_kv],
fun(Params) ->
ets:insert(DowngradeData, {params, Params}),
downgrade_yz(Params)
Expand Down

0 comments on commit 7112b2e

Please sign in to comment.