mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
Ensure kubeadm tests have unique names
This commit is contained in:
parent
7e01e38334
commit
24481db023
@ -325,7 +325,7 @@ func TestStaticPodControlPlane(t *testing.T) {
|
|||||||
manifestShouldChange: true,
|
manifestShouldChange: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "any wait error should result in a rollback and an abort",
|
description: "any wait error should result in a rollback and an abort 1",
|
||||||
waitErrsToReturn: map[string]error{
|
waitErrsToReturn: map[string]error{
|
||||||
waitForHashes: errors.New("boo! failed"),
|
waitForHashes: errors.New("boo! failed"),
|
||||||
waitForHashChange: nil,
|
waitForHashChange: nil,
|
||||||
@ -338,7 +338,7 @@ func TestStaticPodControlPlane(t *testing.T) {
|
|||||||
manifestShouldChange: false,
|
manifestShouldChange: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "any wait error should result in a rollback and an abort",
|
description: "any wait error should result in a rollback and an abort 2",
|
||||||
waitErrsToReturn: map[string]error{
|
waitErrsToReturn: map[string]error{
|
||||||
waitForHashes: nil,
|
waitForHashes: nil,
|
||||||
waitForHashChange: errors.New("boo! failed"),
|
waitForHashChange: errors.New("boo! failed"),
|
||||||
@ -351,7 +351,7 @@ func TestStaticPodControlPlane(t *testing.T) {
|
|||||||
manifestShouldChange: false,
|
manifestShouldChange: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "any wait error should result in a rollback and an abort",
|
description: "any wait error should result in a rollback and an abort 3",
|
||||||
waitErrsToReturn: map[string]error{
|
waitErrsToReturn: map[string]error{
|
||||||
waitForHashes: nil,
|
waitForHashes: nil,
|
||||||
waitForHashChange: nil,
|
waitForHashChange: nil,
|
||||||
@ -364,7 +364,7 @@ func TestStaticPodControlPlane(t *testing.T) {
|
|||||||
manifestShouldChange: false,
|
manifestShouldChange: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "any path-moving error should result in a rollback and an abort",
|
description: "any path-moving error should result in a rollback and an abort 1",
|
||||||
waitErrsToReturn: map[string]error{
|
waitErrsToReturn: map[string]error{
|
||||||
waitForHashes: nil,
|
waitForHashes: nil,
|
||||||
waitForHashChange: nil,
|
waitForHashChange: nil,
|
||||||
@ -381,7 +381,7 @@ func TestStaticPodControlPlane(t *testing.T) {
|
|||||||
manifestShouldChange: false,
|
manifestShouldChange: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "any path-moving error should result in a rollback and an abort",
|
description: "any path-moving error should result in a rollback and an abort 2",
|
||||||
waitErrsToReturn: map[string]error{
|
waitErrsToReturn: map[string]error{
|
||||||
waitForHashes: nil,
|
waitForHashes: nil,
|
||||||
waitForHashChange: nil,
|
waitForHashChange: nil,
|
||||||
|
Loading…
Reference in New Issue
Block a user