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

Use 3 nodes for clustered all tests #5406

Merged

Conversation

frant-hartm
Copy link
Contributor

Motivation:

ClusteredSharedCounterTest uses only 2 nodes. When testing with Hazelcast CP subsystem, we need 3 nodes, using 3 nodes makes it easier for us to re-use the test.

I have also unified the common parts in the clustered tests. There is some code duplication, but we can't simply create a common parent to move the code there, because they already extend other classes. Maybe a junit rule would make sense here. Let me know if you want to do something with the duplication, it was already there before this PR.

@frant-hartm
Copy link
Contributor Author

@tsegismont @vietj Could you guys have a quick look at this?

Copy link
Contributor

@tsegismont tsegismont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @frant-hartm , LGTM

@tsegismont tsegismont merged commit d2c57ed into eclipse-vertx:master Nov 27, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants