You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/11/25 13:26:28 UTC

[GitHub] [lucene] rmuir opened a new pull request, #11979: fix bad shift amounts and enable check

rmuir opened a new pull request, #11979:
URL: https://github.com/apache/lucene/pull/11979

   Fix out of range shifts. In these cases it made tests wimpy.
   
   For example, LZ4 incompressible test always used a `byte[1]`. I don't think it wants to make a 2GB byte[] either, so I changed it to use up to 256KB similar to other tests.


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] rmuir merged pull request #11979: fix bad shift amounts and enable check

Posted by GitBox <gi...@apache.org>.
rmuir merged PR #11979:
URL: https://github.com/apache/lucene/pull/11979


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org