CDH-52333 fixed system property to disable blocking on lack of entropy (also fixes Solr tests that assert on this)
Change-Id: I3f9fc361895232caa5f2d8fa35d72f8d12609a85 Reviewed-on: http://gerrit.sjc.cloudera.com:8080/23473 Tested-by: Jenkins User Reviewed-by: Alexander Kolbasov <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/d7e4c0b3 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/d7e4c0b3 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/d7e4c0b3 Branch: refs/for/cdh5-1.5.1_ha Commit: d7e4c0b38f882e765336f313dc834bed8f581df7 Parents: a4bd001 Author: Alexander Kolbasov <[email protected]> Authored: Mon Jun 5 18:03:04 2017 -0700 Committer: Alexander Kolbasov <[email protected]> Committed: Mon Jun 5 21:21:46 2017 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/d7e4c0b3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6ce5a41..515280a 100644 --- a/pom.xml +++ b/pom.xml @@ -785,6 +785,7 @@ limitations under the License. <redirectTestOutputToFile>true</redirectTestOutputToFile> <argLine>-Xms512m -Xmx2g -XX:MaxPermSize=2g</argLine> <systemPropertyVariables> + <java.security.egd>file:/dev/./urandom</java.security.egd> <java.net.preferIPv4Stack>true</java.net.preferIPv4Stack> </systemPropertyVariables> </configuration>
