Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PluginsServiceTests are passing successfuly #3

Merged
merged 1 commit into from Mar 15, 2022

Conversation

reta
Copy link

@reta reta commented Mar 14, 2022

Description

PluginsServiceTests are passing successfully

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta reta changed the title PluginsServiceTests is passing PluginsServiceTests are passing successfuly Mar 14, 2022
Copy link
Owner

@nknize nknize left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx!

@nknize nknize merged this pull request into nknize:upgrade/lucene9 Mar 15, 2022
@nknize
Copy link
Owner

nknize commented Mar 15, 2022

PluginsServiceTests are still failing...

@nknize
Copy link
Owner

nknize commented Mar 15, 2022

REPRODUCE WITH: ./gradlew 'null' --tests "org.opensearch.plugins.PluginsServiceTests.testExistingMandatoryInstalledPlugin" -Dtests.seed=3ED98E52A6A0EF5D -Dtests.locale=ar-IQ -Dtests.timezone=Asia/Samarkand -Druntime.java=14
java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "createClassLoader")

	at __randomizedtesting.SeedInfo.seed([3ED98E52A6A0EF5D:3877FA81412F454D]:0)
	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.base/java.security.AccessController.checkPermission(AccessController.java:1036)
	at java.base/java.lang.SecurityManager.checkPermission(SecurityManager.java:408)
	at java.base/java.lang.SecurityManager.checkCreateClassLoader(SecurityManager.java:470)
	at java.base/java.lang.ClassLoader.checkCreateClassLoader(ClassLoader.java:370)
	at java.base/java.lang.ClassLoader.checkCreateClassLoader(ClassLoader.java:360)
	at java.base/java.lang.ClassLoader.<init>(ClassLoader.java:457)

Going to revert the PR

nknize pushed a commit that referenced this pull request Mar 15, 2022
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
nknize added a commit that referenced this pull request Mar 15, 2022
This reverts commit e7af399.

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
@reta
Copy link
Author

reta commented Mar 15, 2022

java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "createClassLoader")

@nknize will try to reproduce, tests 100% were green for me

@reta
Copy link
Author

reta commented Mar 15, 2022

@nknize do you have a link to the build log? I cannot find it , the latest one I see [1] is failing with different reasons.

[1] https://ci.opensearch.org/logs/ci/workflow/OpenSearch_CI/PR_Checks/Gradle_Check/gradle_check_3414.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants