[JBoss JIRA] (ISPN-4311) Security tests, Windows, access denied (java.security.SecurityPermission setPolicy)
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-4311?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4311:
-----------------------------------------------
Tristan Tarrant <ttarrant(a)redhat.com> changed the Status of [bug 1100259|https://bugzilla.redhat.com/show_bug.cgi?id=1100259] from ON_QA to MODIFIED
> Security tests, Windows, access denied (java.security.SecurityPermission setPolicy)
> -----------------------------------------------------------------------------------
>
> Key: ISPN-4311
> URL: https://issues.jboss.org/browse/ISPN-4311
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Security
> Affects Versions: 7.0.0.Alpha4
> Reporter: Tomas Sykora
> Assignee: Tristan Tarrant
> Labels: 63gablocker, testsuite_stability
>
> A pile of Security tests has problems with denied access when running the test suite on Windows environment.
> Stacktrace
> java.security.AccessControlException: access denied (javax.security.auth.AuthPermission doAs)
> at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374)
> at java.security.AccessController.checkPermission(AccessController.java:549)
> at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
> at javax.security.auth.Subject.doAs(Subject.java:326)
> at org.infinispan.security.QueryAuthorizationTest.createCacheManager(QueryAuthorizationTest.java:44)
> at org.infinispan.test.SingleCacheManagerTest.setup(SingleCacheManagerTest.java:31)
> at org.infinispan.test.SingleCacheManagerTest.createBeforeClass(SingleCacheManagerTest.java:44)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
> at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
> at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
> at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
> at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:175)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:107)
> at org.testng.TestRunner.privateRun(TestRunner.java:767)
> at org.testng.TestRunner.run(TestRunner.java:617)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:37)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:368)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
> at java.lang.Thread.run(Thread.java:662)
> *Affected tests:*
> org.infinispan.security.ExecutionAuthorizationTest.testExecMapReduce
> org.infinispan.security.QueryAuthorizationTest.createBeforeClass
> org.infinispan.security.ExecutionAuthorizationTest.testExecDistExec
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (ISPN-4462) Integration tests: SecurityManager tests cause VM crash on Windows
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-4462?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-4462:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1114874
> Integration tests: SecurityManager tests cause VM crash on Windows
> ------------------------------------------------------------------
>
> Key: ISPN-4462
> URL: https://issues.jboss.org/browse/ISPN-4462
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Security
> Affects Versions: 7.0.0.Alpha4
> Environment: Windows2012 && Oracle JDK7
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Labels: testsuite_stability
>
> {noformat}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (default-test) on project integrationtests-security-manager: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
> [ERROR] Command wascmd.exe /X /C "T:\opt\windows\amd64\jdk1.7.0_last\jre\bin\java -Xmx1024m -XX:MaxPermSize=256m -Dsun.nio.ch.bugLevel -jar W:\workspace\edg-60-ispn-testsuite-windows\61bfc029\infinispan\integrationtests\security-manager-it\target\surefire\surefirebooter8917357874761953477.jar W:\workspace\edg-60-ispn-testsuite-windows\61bfc029\infinispan\integrationtests\security-manager-it\target\surefire\surefire343053860635259928tmp W:\workspace\edg-60-ispn-testsuite-windows\61bfc029\infinispan\integrationtests\security-manager-it\target\surefire\surefire_258119886792541932260tmp"
> {noformat}
> Jenkins jobs could be found here
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (ISPN-4462) Integration tests: SecurityManager tests cause VM crash on Windows
by Vitalii Chepeliuk (JIRA)
Vitalii Chepeliuk created ISPN-4462:
---------------------------------------
Summary: Integration tests: SecurityManager tests cause VM crash on Windows
Key: ISPN-4462
URL: https://issues.jboss.org/browse/ISPN-4462
Project: Infinispan
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Security
Affects Versions: 7.0.0.Alpha4
Environment: Windows2012 && Oracle JDK7
Reporter: Vitalii Chepeliuk
Assignee: Tristan Tarrant
{noformat}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (default-test) on project integrationtests-security-manager: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?
[ERROR] Command wascmd.exe /X /C "T:\opt\windows\amd64\jdk1.7.0_last\jre\bin\java -Xmx1024m -XX:MaxPermSize=256m -Dsun.nio.ch.bugLevel -jar W:\workspace\edg-60-ispn-testsuite-windows\61bfc029\infinispan\integrationtests\security-manager-it\target\surefire\surefirebooter8917357874761953477.jar W:\workspace\edg-60-ispn-testsuite-windows\61bfc029\infinispan\integrationtests\security-manager-it\target\surefire\surefire343053860635259928tmp W:\workspace\edg-60-ispn-testsuite-windows\61bfc029\infinispan\integrationtests\security-manager-it\target\surefire\surefire_258119886792541932260tmp"
{noformat}
Jenkins jobs could be found here
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (ISPN-3806) Tests from org.infinispan.distexec fail on Windows and randomly on RHEL
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3806?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3806:
------------------------------------
Summary: Tests from org.infinispan.distexec fail on Windows and randomly on RHEL (was: Tests from org.infinispan.distexec fail on Windows 2008 R2 and randomly on RHEL)
> Tests from org.infinispan.distexec fail on Windows and randomly on RHEL
> ------------------------------------------------------------------------
>
> Key: ISPN-3806
> URL: https://issues.jboss.org/browse/ISPN-3806
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Distributed Execution and Map/Reduce, Test Suite - Core
> Affects Versions: 6.0.0.Final
> Environment: Windows 2008 R2 64bit Oracle JDK6, JDK7
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
> Labels: testsuite_stability
>
> * These tests are failing on Windows:
> org.infinispan.distexec.DistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithCacheLoaderTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
> * They fail with TimeoutException
> Logs are not available, so here is the link to Jenkins:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
> * Following tests fail on RHEL not so often.
> org.infinispan.distexec.ReplSyncDistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
> org.infinispan.distexec.DistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
> org.infinispan.distexec.DistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
> * Add link on jenkins job for RHEL
> ** https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
> and here
> ** https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
> and here
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (ISPN-4461) VERIFY_SUSPECT is missing in UDP stack
by Takayoshi Kimura (JIRA)
Takayoshi Kimura created ISPN-4461:
--------------------------------------
Summary: VERIFY_SUSPECT is missing in UDP stack
Key: ISPN-4461
URL: https://issues.jboss.org/browse/ISPN-4461
Project: Infinispan
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Server
Affects Versions: 7.0.0.Alpha4, 6.0.0.Final
Reporter: Takayoshi Kimura
Assignee: Mircea Markus
It looks like VEFIRY_SUSPECT was dropped from UDP stack during migrating infinispan-server back to infinispan repository and it doesn't look like an intentional change.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months