Jim Ferenczi created LUCENE-8199:
------------------------------------
Summary: TestBackwardsCompatibility#testAllVersionsTested should
fail if the version of a bwc index is missing
Key: LUCENE-8199
URL: https://issues.apache.org/jira/browse/LUCENE-8199
Project: Lucene - Core
Issue Type: Bug
Reporter: Jim Ferenczi
There is a leniency in the test that makes the test pass if a bwc index doesn't
have a version associated to it:
{code:java}
// we could be missing up to 1 file, which may be due to a release that is in
progress
if (missingFiles.size() <= 1 && extraFiles.isEmpty()) {
// success
return;
}
{code}
I think this test can be removed since we add the new released version in the
non-release branches only after the release. Then we'd need to add the
released version *and*
the BWC test in the non-release branches in the same commit so that the test
never fails.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]