-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mean time recovery #897
Mean time recovery #897
Conversation
a24f68a
to
67d6365
Compare
5b22fe2
to
e9e2fb6
Compare
e9e2fb6
to
84bae55
Compare
// }); | ||
// }, 10000); | ||
// } | ||
// }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You wanted this commented out?
// debug('Message sent successfully') | ||
// } | ||
// }) | ||
// }, 2000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes I'll remove.
|
||
function wait (ms) { | ||
return new Promise ((resolve, reject) => { | ||
setTimeout(resolve, ms); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did we switch to 4 char indent?
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wha?
}, 5000); | ||
}); // wait for 1 seconds | ||
debug('killing childServer') | ||
childServer.kill(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seriously. This looks creepy. Can we do better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol sorry this is just the nomenclature instead of Master/Slave
Overall comment for the MTR. For the overall scheme about what is going on and how each part works is not documented very well. Internally to each piece should be better documented about what it's individually trying to do to accomplish the overall task. A much more extensive readme covering would be nice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/azp run |
No pipelines are associated with this pull request. |
/azp run node-canary |
No pipelines are associated with this pull request. |
/azp run horton-node-gate |
No pipelines are associated with this pull request. |
/azp run node-canary |
No pipelines are associated with this pull request. |
…iot-sdk-node into mean_time_recovery
/azp run node-canary |
No pipelines are associated with this pull request. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s). |
Checklist
devdoc
folder and added or modified requirements.Reference/Link to the issue solved with this PR (if any)
Description of the problem
Description of the solution