We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4b10f commit 0ebf24aCopy full SHA for 0ebf24a
server/src/test/java/org/elasticsearch/transport/InboundDecoderTests.java
@@ -163,7 +163,6 @@ public void testDecodePreHeaderSizeVariableInt() throws IOException {
163
assertEquals(3, fragments.size());
164
final Object body = fragments.get(1);
165
assertThat(body, instanceOf(ReleasableBytesReference.class));
166
- ((ReleasableBytesReference) body).close();
167
}
168
assertEquals(InboundDecoder.END_CONTENT, fragments.get(fragments.size() - 1));
169
assertEquals(totalBytes.length() - bytesConsumed, bytesConsumed2);
0 commit comments