@@ -325,7 +325,7 @@ func TestStaticPodControlPlane(t *testing.T) {
325
325
manifestShouldChange : true ,
326
326
},
327
327
{
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 " ,
329
329
waitErrsToReturn : map [string ]error {
330
330
waitForHashes : errors .New ("boo! failed" ),
331
331
waitForHashChange : nil ,
@@ -338,7 +338,7 @@ func TestStaticPodControlPlane(t *testing.T) {
338
338
manifestShouldChange : false ,
339
339
},
340
340
{
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 " ,
342
342
waitErrsToReturn : map [string ]error {
343
343
waitForHashes : nil ,
344
344
waitForHashChange : errors .New ("boo! failed" ),
@@ -351,7 +351,7 @@ func TestStaticPodControlPlane(t *testing.T) {
351
351
manifestShouldChange : false ,
352
352
},
353
353
{
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 " ,
355
355
waitErrsToReturn : map [string ]error {
356
356
waitForHashes : nil ,
357
357
waitForHashChange : nil ,
@@ -364,7 +364,7 @@ func TestStaticPodControlPlane(t *testing.T) {
364
364
manifestShouldChange : false ,
365
365
},
366
366
{
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 " ,
368
368
waitErrsToReturn : map [string ]error {
369
369
waitForHashes : nil ,
370
370
waitForHashChange : nil ,
@@ -381,7 +381,7 @@ func TestStaticPodControlPlane(t *testing.T) {
381
381
manifestShouldChange : false ,
382
382
},
383
383
{
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 " ,
385
385
waitErrsToReturn : map [string ]error {
386
386
waitForHashes : nil ,
387
387
waitForHashChange : nil ,
0 commit comments