[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.
Minor, but the test name testMultiGetWithTypes() is not reflecting anymore what the test is doing, testMultiGetWithIds() ?
This PR removes type support from the get and mget transport and rest actions along
with removal from ShardGetService.
relates #1940