mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
Merge pull request #225 from SataQiu/fix-20181121
Fix typos: NDDE -> NODE, permenantly -> permanently
This commit is contained in:
@@ -44,7 +44,7 @@ func TestSetNodeNameOrDie(t *testing.T) {
|
||||
HostnameOverride: "hostname-override",
|
||||
},
|
||||
},
|
||||
"Check hostname override and NDDE_NAME env": {
|
||||
"Check hostname override and NODE_NAME env": {
|
||||
WantedNodeName: "node-name-env",
|
||||
Meta: options{
|
||||
Nodename: "node-name-env",
|
||||
|
||||
@@ -115,7 +115,7 @@ func TestCount(t *testing.T) {
|
||||
for _, log := range logs {
|
||||
ch <- log
|
||||
}
|
||||
// trigger the timeout to ensure the test doesn't block permenantly
|
||||
// trigger the timeout to ensure the test doesn't block permanently
|
||||
for {
|
||||
fakeClock.Step(2 * timeout)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user