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:
parent
6894ef6057
commit
1c4ef0d214
|
@ -13,7 +13,7 @@ slf4j = 1.6.2
|
||||||
jna = 4.4.0-1
|
jna = 4.4.0-1
|
||||||
|
|
||||||
# test dependencies
|
# test dependencies
|
||||||
randomizedrunner = 2.5.0
|
randomizedrunner = 2.5.2
|
||||||
junit = 4.12
|
junit = 4.12
|
||||||
httpclient = 4.5.2
|
httpclient = 4.5.2
|
||||||
# When updating httpcore, please also update core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
# When updating httpcore, please also update 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";
|
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)
|
// optionally needed for access to private test methods (e.g. beforeClass)
|
||||||
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
|
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
|
||||||
// needed to fail tests on uncaught exceptions from other threads
|
// needed to fail tests on uncaught exceptions from other threads
|
||||||
|
|
Loading…
Reference in New Issue