mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
a553982506
* Fixes a lint warning about t.Errorf not supporting %w * Enable running autopilot on all servers On the non-leader servers all they do is update the state and do not attempt any modifications. * Fix the RPC conn limiting tests Technically they were relying on racey behavior before. Now they should be reliable.