-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Remove] Types from GET/MGET #2168
[Remove] Types from GET/MGET #2168
Conversation
Can one of the admins verify this patch? |
❌ Gradle Check failure 9b6e19671d1b872b00ff21c8ad837b5dfd517382 |
❌ Gradle Check failure 21210c1df8ed08890c153dd46e6d39dc690cdd81 |
❌ Gradle Check failure 938c39801aa7b796592a432442769ee488036db1 |
❌ Gradle Check failure f33c7731766bf11f5afededb85e0007fffc1a750 |
❌ Gradle Check failure 310f9ea8c2282a34c106a63b3a71fdb3bde23ad7 |
Removes type support from the get and mget transport and rest actions along with removal from ShardGetService. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
37e9e14
to
2173446
Compare
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Another docker failure:
Refiring! |
start gradle check |
Non-reproducible random disconnect error already reported in #1828
Refiring! |
start gradle check |
ANOTHER non reproducible flaky test failure already reported in #1746
|
start gradle check |
assertEquals("index", secondResponse.getIndex()); | ||
assertEquals("type", secondResponse.getType()); | ||
assertEquals("id2", secondResponse.getId()); | ||
multiGetRequest.add("index", "id2"); |
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.
Minor, but the test name testMultiGetWithTypes()
is not reflecting anymore what the test is doing, testMultiGetWithIds()
?
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.
@nknize ^
This PR removes type support from the get and mget transport and rest actions along
with removal from ShardGetService.
relates #1940