Skip to content

Commit 24481db

Browse files
committed
Ensure kubeadm tests have unique names
1 parent 7e01e38 commit 24481db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cmd/kubeadm/app/phases/upgrade/staticpods_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func TestStaticPodControlPlane(t *testing.T) {
325325
manifestShouldChange: true,
326326
},
327327
{
328-
description: "any wait error should result in a rollback and an abort",
328+
description: "any wait error should result in a rollback and an abort 1",
329329
waitErrsToReturn: map[string]error{
330330
waitForHashes: errors.New("boo! failed"),
331331
waitForHashChange: nil,
@@ -338,7 +338,7 @@ func TestStaticPodControlPlane(t *testing.T) {
338338
manifestShouldChange: false,
339339
},
340340
{
341-
description: "any wait error should result in a rollback and an abort",
341+
description: "any wait error should result in a rollback and an abort 2",
342342
waitErrsToReturn: map[string]error{
343343
waitForHashes: nil,
344344
waitForHashChange: errors.New("boo! failed"),
@@ -351,7 +351,7 @@ func TestStaticPodControlPlane(t *testing.T) {
351351
manifestShouldChange: false,
352352
},
353353
{
354-
description: "any wait error should result in a rollback and an abort",
354+
description: "any wait error should result in a rollback and an abort 3",
355355
waitErrsToReturn: map[string]error{
356356
waitForHashes: nil,
357357
waitForHashChange: nil,
@@ -364,7 +364,7 @@ func TestStaticPodControlPlane(t *testing.T) {
364364
manifestShouldChange: false,
365365
},
366366
{
367-
description: "any path-moving error should result in a rollback and an abort",
367+
description: "any path-moving error should result in a rollback and an abort 1",
368368
waitErrsToReturn: map[string]error{
369369
waitForHashes: nil,
370370
waitForHashChange: nil,
@@ -381,7 +381,7 @@ func TestStaticPodControlPlane(t *testing.T) {
381381
manifestShouldChange: false,
382382
},
383383
{
384-
description: "any path-moving error should result in a rollback and an abort",
384+
description: "any path-moving error should result in a rollback and an abort 2",
385385
waitErrsToReturn: map[string]error{
386386
waitForHashes: nil,
387387
waitForHashChange: nil,

0 commit comments

Comments
 (0)