-
Notifications
You must be signed in to change notification settings - Fork 797
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
Various cleanups in instrumentation-jvm #1016
Various cleanups in instrumentation-jvm #1016
Conversation
Signed-off-by: Mickael Maison <[email protected]>
+ "# HELP process_resident_memory_bytes Resident memory size in bytes.\n" | ||
+ "process_resident_memory_bytes 1036288.0\n" | ||
+ "process_open_fds 127.0\n"; | ||
if (ProcessMetrics.PROC_SELF_STATUS.canRead()) { |
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.
These changes allow running this test on non-linux environments.
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.
can you add that as a comment it the code?
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, done
Signed-off-by: Mickael Maison <[email protected]>
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.
great work 😄
if you want to continue cleaning up tests, I'd love to see assertj 💯
There's an existing PR to upgrade to JUnit 5: #908 |
No description provided.