rmuir commented on PR #11905:
URL: https://github.com/apache/lucene/pull/11905#issuecomment-1307756832

   Yes, if such a test works it may at least prevent similar regressions. 
   
   Another possible idea is to give every vector value of 0, then zip up the 
index, it should be ~16MB of zeros which would get compressed away. But then we 
have to regenerate the index (e.g. like backwards-codecs tests) which could be 
a hassle.
   
   I still havent given up on the monster test, as a backup plan. I tried 
`16268814` and `16268815` but neither failed. I'm trying `20000000` right now, 
and configured tests to keep the index afterwards. if it doesn't fail I will 
start messing with checkindex code...


-- 
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-unsubscr...@lucene.apache.org

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


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

Reply via email to