uschindler commented on PR #13096:
URL: https://github.com/apache/lucene/pull/13096#issuecomment-1939413767

   > We used to have logic to allow up to one missing file to account for 
in-progress releases: 
https://github.com/apache/lucene/blob/releases/lucene/9.8.0/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/TestBackwardsCompatibility.java#L805-L843.
 We need to figure out a way to replicate this logic with the new parameterized 
testing.
   
   Hahaha that logic is crazy....
   
   > It would help if we could have access to an authoritative list of released 
versions, e.g. via the DOAP file maybe?
   
   This could work, but that would require network access at test time which is 
not allowed (security manager). Replicating the DOAP file to the repo seems 
like it defeats its purpose.
   
   I tend to replicate the previous logic.


-- 
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