summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorSimon Willnauer <simonw@apache.org>2017-07-04 16:48:11 +0200
committerGitHub <noreply@github.com>2017-07-04 16:48:11 +0200
commit1c4ef0d214f6e55e06f8c813aa0434e8436c47af (patch)
tree6d3c924d3e651e8877c8a78043ae5e059791dd73 /core/src
parent6894ef6057127cab078ae659cc842b42d2f6f7d1 (diff)
Upgrade randomizedrunner to 2.5.2 (#25533)
An issue causing confusing error messages during test execution has been fixed randomizedtesting/randomizedtesting#250
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy b/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
index 6f5d0ac924..1d023753b4 100644
--- a/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
+++ b/core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
@@ -42,7 +42,7 @@ grant codeBase "${codebase.lucene-test-framework-7.0.0-snapshot-ad2cb77.jar}" {
permission java.lang.RuntimePermission "accessDeclaredMembers";
};
-grant codeBase "${codebase.randomizedtesting-runner-2.5.0.jar}" {
+grant codeBase "${codebase.randomizedtesting-runner-2.5.2.jar}" {
// optionally needed for access to private test methods (e.g. beforeClass)
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
// needed to fail tests on uncaught exceptions from other threads