[Design of Security on JBoss] - Re: ant tests-jacc-security
by anil.saldhana@jboss.com
My latest run (windows xp) which is quite similar to Stefan (Fedora) and Marcus (Fedora)....
| [junit] Running org.jboss.test.cmp2.audit.test.AuditUnitTestCase
| [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 27.219 sec
| [junit] Running org.jboss.test.cmp2.cmrstress.CMRStressTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.328 sec
| [junit] Running org.jboss.test.cmp2.cmrtransaction.test.CMRTransactionUnitT
| tCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.5 sec
| [junit] Running org.jboss.test.cmp2.commerce.CompleteUnitTestCase
| [junit] Tests run: 32, Failures: 0, Errors: 0, Time elapsed: 9 sec
| [junit] Running org.jboss.test.cmp2.perf.test.PerfUnitTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.047 sec
| [junit] Running org.jboss.test.cmp2.relationship.RelationshipUnitTestCase
| [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 6.563 sec
| [junit] Running org.jboss.test.cmp2.simple.SimpleUnitTestCase
| [junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 3.266 sec
| [junit] Running org.jboss.test.jacc.test.CallerInRoleUnitTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.687 sec
| [junit] Running org.jboss.test.jacc.test.EJBSpecUnitTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
| [junit] Test org.jboss.test.jacc.test.EJBSpecUnitTestCase FAILED (timeout)
| [junit] Running org.jboss.test.jacc.test.FormAuthUnitTestCase
| [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 24.531 sec
| [junit] Test org.jboss.test.jacc.test.FormAuthUnitTestCase FAILED
| [junit] Running org.jboss.test.jacc.test.JMXConsoleUnitTestCase
| [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.484 sec
| [junit] Running org.jboss.test.jacc.test.MissingMethodUnitTestCase
| [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.891 sec
| [junit] Running org.jboss.test.jacc.test.WebConstraintsUnitTestCase
| [junit] Tests run: 4, Failures: 0, Errors: 3, Time elapsed: 12.734 sec
| [junit] Test org.jboss.test.jacc.test.WebConstraintsUnitTestCase FAILED
| [junit] Running org.jboss.test.jacc.test.WebIntegrationUnitTestCase
| [junit] Tests run: 37, Failures: 2, Errors: 4, Time elapsed: 33.125 sec
| [junit] Test org.jboss.test.jacc.test.WebIntegrationUnitTestCase FAILED
| [junit] Running org.jboss.test.jacc.test.WebPermissionsValidationTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.547 sec
| [junit] Running org.jboss.test.web.test.UserInRoleUnitTestCase
| [junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 1.781 sec
| [junit] Test org.jboss.test.web.test.UserInRoleUnitTestCase FAILED
| [junit] Running org.jboss.test.webservice.jbws309.JBWS309TestCase
| [junit] Tests run: 5, Failures: 0, Errors: 2, Time elapsed: 111.547 sec
| [junit] Test org.jboss.test.webservice.jbws309.JBWS309TestCase FAILED
|
Even though EJBSpecUnitTestCase is timing out, the run does look better than what hudson (or a server like yours) is seeing.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112815#4112815
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112815
18 years, 3 months
[Design of Security on JBoss] - Re: ant tests-jacc-security
by scott.stark@jboss.org
I'm seeing a strange deployment problem on some of the tests, like cmp2-audit.jar
| 2007-12-13 19:28:05,755 DEBUG [org.jboss.deployers.vfs.plugins.structure.AbstractVFSDeploymentContext] Error retrieving meta data: name=null suffix=-aop.xml
| java.io.IOException: Error listing files: /home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.Beta3/server/jacc/deploy/ROOT.war/WEB-INF
| at org.jboss.virtual.plugins.context.file.FileHandler.getChildren(FileHandler.java:146)
| ...
| 2007-12-13 19:28:05,760 WARN [org.jboss.system.server.profileservice.hotdeploy.HDScanner] Failed to process changes
| org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
|
| *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
|
| jboss.j2ee:module="cmp2-audit.jar",service=EjbModule
|
| vfsfile:/home/svn/JBossHead/jboss-head/testsuite/output/lib/cmp2-audit.jar
|
|
| at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:576)
| at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:559)
|
|
so there are definitely some envionrment diffs causing errors. I don't see this error in the JBoss-AS-5.0.x-TestSuite-sun15 run, so I'm trying to figure out what the real failure is there.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112799#4112799
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112799
18 years, 3 months