(rs ReplicationSet)
| 3000 | } |
| 3001 | |
| 3002 | func getSortedAddresses(rs ReplicationSet) []string { |
| 3003 | r := rs.GetAddresses() |
| 3004 | sort.Strings(r) |
| 3005 | return r |
| 3006 | } |
| 3007 | |
| 3008 | func TestRing_ShuffleShardWithLookback_Caching(t *testing.T) { |
| 3009 | t.Parallel() |
no test coverage detected