-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add dedicated test for chain replication #34497
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
Conversation
This commit adds a dedicated test that chain replication leader -> middle -> follow is successful.
0209f44 to
a856aee
Compare
martijnvg
left a comment
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 qa test!
| } | ||
| } | ||
|
|
||
| private static void index(RestClient client, String index, String id, Object... fields) throws IOException { |
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.
Should we in a follow up add a Gradle module inside the qa directory that contains these helper methods and let the qa modules depend on this module? We've been repeating these methods many times now.
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, I thought the same thing! Can you take that on?
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.
👍 I will work on it.
This commit adds a dedicated test that chain replication leader -> middle -> follow is successful.
This commit adds a dedicated test that chain replication leader -> middle -> follow is successful.
This commit adds a dedicated test that chain replication leader -> middle -> follow is successful.