Commit 6138599
committed
[decomission-controller] fix unit test race condition
Commit 0615094 introduced a race condition bc. the decomission
controller added a finalizer to the node, which caused the node with the
same name to exist in some cases for other tests which weren't expecting
it.
Addded an addition reconiliation step for cleanup, which removes the
node.1 parent 0615094 commit 6138599
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
76 | 85 | | |
77 | 86 | | |
78 | 87 | | |
| |||
0 commit comments