I struggled on this for two days (using Intellij/gradle).
If you're using Gradle, you will need to pass the option through a test task
(in build.gradle)
test {
systemProperty ' test.solr.allowed.securerandom', ' NativePRNG '
}
Lamine
Le jeudi 29 avril 2021 à 17:49:00 UTC−5, Chris Hoste
: > I intermittently face this issue sometimes while running the unit tests.
How exactly are you running the tests? ant? IDE? ... It's very strange
that this would be an intermittent problem.
Can you please post the actual log details from the test so we can see the
INFO & WARN level logging
One more thing, -Dtest.solr.allowed.securerandom=NativePRNG doesn't seem
to help and I haven't tried the other option yet.
On Wed, Apr 28, 2021 at 8:41 PM gnandre wrote:
> Hi,
>
> I intermittently face this issue sometimes while running the unit tests.
>
> SecureRan
Hi,
I intermittently face this issue sometimes while running the unit tests.
SecureRandom algorithm 'NativePRNG' is in use by your JVM, which is a
potentially blocking algorithm on some environments. Please report the
details of this failure (and your JVM vendor/version)