Skip to content

Commit 2318da1

Browse files
committed
Rephrase comment in OldCodecsAvailableTests
This isn't a blocker for the lucene 10 upgrade, it is for the release of stack 9. It's already annotated @UpdateForV9 so we are good.
1 parent c03d83d commit 2318da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/old-lucene-versions/src/test/java/org/elasticsearch/xpack/lucene/bwc/codecs/OldCodecsAvailableTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class OldCodecsAvailableTests extends ESTestCase {
1818
* to the next major Lucene version.
1919
*/
2020
@UpdateForV9
21-
@AwaitsFix(bugUrl = "muted until we add bwc codecs as part of lucene 10 upgrade")
21+
@AwaitsFix(bugUrl = "muted until we add bwc codecs to support 7.x indices in Elasticsearch 9.0")
2222
public void testLuceneBWCCodecsAvailable() {
2323
assertEquals("Add Lucene BWC codecs for Elasticsearch version 7", 8, Version.CURRENT.major);
2424
}

0 commit comments

Comments
 (0)