Marcono1234 commented on code in PR #15570:
URL: https://github.com/apache/lucene/pull/15570#discussion_r2688163045


##########
lucene/core/src/test/org/apache/lucene/util/compress/LZ4TestCase.java:
##########
@@ -381,4 +384,34 @@ public void testUseDictionary() throws IOException {
     // own
     assertTrue(out.size() < len);
   }
+
+  public void testDecompressOffset0() {

Review Comment:
   Not sure if `LZ4TestCase` is a good place for this, since it seems to be 
mainly focused on LZ4 _compression_ and therefore redundantly executes this 
decompression test multiple times (?).
   
   Though it seems there is no better fitting test class yet.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to