Skip to content

Commit

Permalink
[Rename] ESTestCase stragglers to OpenSearchTestCase (#3053) (#3065)
Browse files Browse the repository at this point in the history
A few places still referenced legacy ESTestCase name. This refactors those
instances to OpenSearchTestCase.

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
(cherry picked from commit 88bc268)

Co-authored-by: Nick Knize <nknize@apache.org>
  • Loading branch information
opensearch-trigger-bot[bot] and nknize authored Apr 25, 2022
1 parent f3663f5 commit a483f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit a483f92

Please sign in to comment.