-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Warn if user is not using a supported platform #7381
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7381 +/- ##
==========================================
+ Coverage 60.07% 60.23% +0.15%
==========================================
Files 419 419
Lines 30456 30649 +193
==========================================
+ Hits 18297 18461 +164
- Misses 9146 9154 +8
- Partials 3013 3034 +21 |
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.
Looks great, the only thing that seems to be off is stopping node execution if there is some issue in detecting the OS type/version.
The scope of this PR should be limited to providing warning/guidance to user, not amending ability to run nodes.
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.
Amazing work, thank you!
What type of PR is this?
What does this PR do? Why is it needed?
Early in the invocation of the clients, this PR will make it so that there is warn-level output if the user's platform is not supported.
Which issues(s) does this PR fix?
Fixes #5797
Other notes for review