Upgrade randomizedrunner to 2.5.2 (#25533)

An issue causing confusing error messages during test execution
has been fixed randomizedtesting/randomizedtesting#250
This commit is contained in:
Simon Willnauer 2017-07-04 16:48:11 +02:00 committed by GitHub
parent 6894ef6057
commit 1c4ef0d214
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ slf4j = 1.6.2
jna = 4.4.0-1
# test dependencies
randomizedrunner = 2.5.0
randomizedrunner = 2.5.2
junit = 4.12
httpclient = 4.5.2
# When updating httpcore, please also update core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy

View File

@ -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