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

multi-jvm-testing for Maven #26385

Open
politrons opened this issue Feb 14, 2019 · 3 comments
Open

multi-jvm-testing for Maven #26385

politrons opened this issue Feb 14, 2019 · 3 comments
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted help wanted Issues that the core team will likely not have time to work on t:testing

Comments

@politrons
Copy link

Hi,

I´m implementing a Akka cluster and I´m suffering to test the capability, I found in documentation that you provide a Test framework for Mutli JVM https://doc.akka.io/docs/akka/2.5/multi-jvm-testing.html
Unfortunately in my organization we cannot use SBT but Maven. Since Maven it's one of the most extended Builder management, any idea if you guys consider implement same Plugin for Maven?

Regards.

@chbatey
Copy link
Member

chbatey commented Feb 19, 2019

This would be very nice to have but not something we'd be likely to work on soon. Would you want to give it ago?

@chbatey chbatey added 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted help wanted Issues that the core team will likely not have time to work on t:testing labels Feb 19, 2019
@politrons
Copy link
Author

With some support maybe it would be an option. We will need some tools to test properly the Cluster

@chbatey
Copy link
Member

chbatey commented Feb 19, 2019

You can test cluster with many JVMs in the same application ensuring they either use different host names e.g. 127.0.0.1, 127.0.0.2 and then ofc in your actual environment. The testkit allows testing of failure scenarios such as injecting network partitions etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted help wanted Issues that the core team will likely not have time to work on t:testing
Projects
None yet
Development

No branches or pull requests

2 participants