require.GreaterOrEqual(t,m.numShards,minShards,"Shards are too low. desiredShards=%d, minShards=%d, t_seconds=%d",m.numShards,minShards,ts/time.Second)
require.LessOrEqual(t,m.numShards,maxShards,"Shards are too high. desiredShards=%d, maxShards=%d, t_seconds=%d",m.numShards,maxShards,ts/time.Second)