ChinmayHegde24 commented on code in PR #948:
URL: https://github.com/apache/ranger/pull/948#discussion_r3249824819
##########
agents-common/src/test/java/org/apache/ranger/plugin/policyengine/TestPolicyACLs.java:
##########
@@ -119,7 +119,7 @@ private void runTests(InputStreamReader reader, String
testName) {
RangerPluginContext pluginContext = new
RangerPluginContext(new RangerPluginConfig(serviceType, null,
"test-policy-acls", "cl1", "on-prem", policyEngineOptions));
RangerPolicyEngine policyEngine = new
RangerPolicyEngineImpl(testCase.servicePolicies, pluginContext, null);
-
testCase.tests.parallelStream().filter(Objects::nonNull).forEach(oneTest -> {
+ testCase.tests.stream().filter(Objects::nonNull).forEach(oneTest
-> {
Review Comment:
@vyommani Sure , that will cause only issues in local build, in CI it's fine
anyway so it'll not block there
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]