delete the for loops that done nothing
This commit is contained in:
@@ -229,9 +229,6 @@ func TestIsRunningAndReady(t *testing.T) {
|
|||||||
|
|
||||||
func TestAscendingOrdinal(t *testing.T) {
|
func TestAscendingOrdinal(t *testing.T) {
|
||||||
set := newStatefulSet(10)
|
set := newStatefulSet(10)
|
||||||
for i := 0; i < 10; i++ {
|
|
||||||
|
|
||||||
}
|
|
||||||
pods := make([]*v1.Pod, 10)
|
pods := make([]*v1.Pod, 10)
|
||||||
perm := rand.Perm(10)
|
perm := rand.Perm(10)
|
||||||
for i, v := range perm {
|
for i, v := range perm {
|
||||||
|
Reference in New Issue
Block a user