[Rename] ESTestCase stragglers to OpenSearchTestCase (#3053)
A few places still referenced legacy ESTestCase name. This refactors those instances to OpenSearchTestCase. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
This commit is contained in:
parent
f438561615
commit
88bc268e29
|
@ -26,4 +26,4 @@ com.carrotsearch.randomizedtesting.annotations.Nightly @ We don't run nightly te
|
|||
|
||||
org.junit.Test @defaultMessage Just name your test method testFooBar
|
||||
|
||||
java.lang.Math#random() @ Use one of the various randomization methods from LuceneTestCase or ESTestCase for reproducibility
|
||||
java.lang.Math#random() @ Use one of the various randomization methods from LuceneTestCase or OpenSearchTestCase for reproducibility
|
||||
|
|
|
@ -116,7 +116,7 @@ grant {
|
|||
permission java.util.PropertyPermission "solr.data.dir", "write";
|
||||
permission java.util.PropertyPermission "solr.directoryFactory", "write";
|
||||
|
||||
// set by ESTestCase to improve test reproducibility
|
||||
// set by OpenSearchTestCase to improve test reproducibility
|
||||
// TODO: set this with gradle or some other way that repros with seed?
|
||||
permission java.util.PropertyPermission "processors.override", "write";
|
||||
|
||||
|
|
Loading…
Reference in New Issue