Skip to content
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

Inadequate testing of JMX features #5762

Open
headius opened this issue Jun 7, 2019 · 1 comment
Open

Inadequate testing of JMX features #5762

headius opened this issue Jun 7, 2019 · 1 comment

Comments

@headius
Copy link
Member

headius commented Jun 7, 2019

We don't have any tests that confirm the JMX endpoints we expose are working. As an example, the remote backtrace generation broke in JRuby 9.2.7.0 when we fixed how exception backtraces are created. I have fixed that in d2875a4, but without tests obviously this and the rest of our mbeans are at risk of regressing again.

This would be a good one for external contributors. You can use Ruby to access JMX directly, or use @enebo's jmx gem for a nicer interface.

@edipofederle
Copy link
Contributor

Hi @headius, allow me to ask you a quick question, I would like to try to work on this one. Could you please give me a quick guide about which JMX endpoints? We are talking here about the https://github.com/jruby/jruby/blob/master/core/src/main/java/org/jruby/management/BeanManager.java methods?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants