Commit Graph

6 Commits

Author SHA1 Message Date
Korry Clark
19b4d243cb fixed riak_control_authentication to handle riak_ts version 2016-10-27 16:35:17 -07:00
Brett Hazen
0122a475e8 Merge pull request #817 from basho/bugfix/bch/update_riak_control_versions
Fix riak_control and riak_control_authentication for Riak 2.1+
2015-08-12 15:20:39 -06:00
Christopher Meiklejohn
892e8c5744 Use correct shutdown.
No longer use the shutdown command when starting, which causes the use
of the incorrect version of shutdown (shutdown from current, not
previous) which generates an error.

{badrpc,{'EXIT',{{badfun,#Fun<erl_eval.20.80484245>},
                 [{erlang,apply,2,[]},
                  {rpc,'-handle_call_call/6-fun-0-',5,
                       [{file,"rpc.erl"},{line,203}]}]}}}
2015-06-26 00:07:24 -04:00
Christopher Meiklejohn
32b6a598e9 Resolve riak_control failures.
Resolve failures with cuttlefish configuration changes in Riak 2.0.

Remove riak_control_upgrade, since riak_control should cover those use
cases completely.
2014-05-08 12:40:13 -04:00
Christopher Meiklejohn
b41f2b440a Ensure we wait long enough for Riak Control to start.
Wait until both the Riak Control gen_server has been registered, and the
webmachine routes have been added to the dispatcher to ensure that Riak
Control is able to service requests to prevent races between the test,
and application initialization.
2013-10-21 19:21:53 -04:00
Christopher Meiklejohn
5f7c8d31df Add first pass of a riak_control authentication test.
* Verify 'none' authentication method works on previous and legacy
  releases.
* Verify 'userlist' authentication, and forced SSL requirement of the
  previous and legacy releases.
* Verify force_ssl option on current as best as we can, giving the open
  R16B02 SSL ECC bug.
2013-10-13 14:28:02 -04:00