Guys, I'm creating a pull request to add the backward compatibility to the SetGlobalCommand again, but when I'm running the tests inside droolsjbpm-integration/camel there are a lot of tests failing. I thought that tests like: org.drools.runtime.pipeline.impl.XStreamBatchExecutionTest.testSetGlobal org.drools.runtime.pipeline.impl.JsonBatchExecutionTest.testSetGlobal were failing for that backward compatibility issue, but it looks that there is something else happening there. I will send the pull request and spend a couple of ours looking at those errors. Cheers
On Wed, Jan 11, 2012 at 7:46 AM, Geoffrey De Smet <[email protected]> wrote: > > > Op 11-01-12 10:42, Michael Anstis schreef: > > Hello, > > Just advising (in my Sheriff capacity) that the following tests are > failing;- > > jbpm > org.jbpm.integrationtests.ProcessTimerTest.testMultipleTimers > > > droolsjbpm-integration > - Geoffrey IIRC you are looking at these? > org.drools.runtime.pipeline.impl.JSonBatchExecutionTest.testInsertElements > org.drools.runtime.pipeline.impl.JSonBatchExecutionTest.testInsertElementsWithReturnObjects > org.drools.runtime.pipeline.impl.JSonBatchExecutionTest.testSetGlobal > org.drools.runtime.pipeline.impl.JSonBatchExecutionTest.testManualFireAllRules > org.drools.runtime.pipeline.impl.XStreamBatchExecutionTest.testInsertElements > org.drools.runtime.pipeline.impl.XStreamBatchExecutionTest.testInsertElementsWithReturnObjects > org.drools.runtime.pipeline.impl.XStreamBatchExecutionTest.testSetGlobal > org.drools.runtime.pipeline.impl.XStreamBatchExecutionTest.testManualFireAllRules > > I fixed those in camel last week, I 'll take a look at these too. > Thanks for the reminder. > > > guvnor > - Jervis, could you look at the following they all relate to > javax.jcr.nodetype.ConstraintViolationException > org.drools.guvnor.server.ServiceImplSecurityTest.testCreateNewRule > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetAnalyst > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetPackageReadonly > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetNoCategory > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetNoCategoryPackageAdmin > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetNoCategoryAnalystNegative > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetWithRoleBasedAuthrozationAssetHasCategory > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetWithRoleBasedAuthrozationAssetNoCategoryMixed > org.drools.guvnor.server.ServiceImplSecurityTest.testCheckinWithPackageReadonly > org.drools.guvnor.server.ServiceImplSecurityTest.testCheckinPackageDeveloper > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetWithRoleBasedAuthrozationPackageReadonlyFilter > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetWithRoleBasedAuthrozationPackageReadonlyMetaDataFilter > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetWithRoleBasedAuthrozationPackageReadonlyMetaDataFilter2 > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetWithRoleBasedAuthrozationPackageReadonlyMetaDataFilter3 > org.drools.guvnor.server.ServiceImplSecurityTest.testTableDisplayHandler > org.drools.guvnor.server.ServiceImplSecurityTest.testListPackagesPackageAdminAndAnalyst > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadChildCategories > org.drools.guvnor.server.ServiceImplSecurityTest.testloadRuleListForCategoriesPackageReadonly > org.drools.guvnor.server.ServiceImplSecurityTest.testloadRuleListForCategoriesPackageReadonlyPositive > org.drools.guvnor.server.ServiceImplSecurityTest.testLoadRuleAssetNoCategoryAnalystPositive > > - Toni, Geoffrey,me feel free to look at these :) > org.drools.guvnor.server.RepositoryAssetServiceTest.testArchiveAssetWhenParentPackageArchived > org.drools.guvnor.server.RepositoryAssetServiceTest.testAssetSource > org.drools.guvnor.server.RepositoryCategoryServiceTest.testLoadRuleListForCategoriesWithAnalystPermission > org.drools.guvnor.server.RepositoryCategoryServiceTest.testLoadRuleListForCategoriesWithAnalystNoRootCatPermission > org.drools.guvnor.server.RepositoryPackageServiceTest.testPackageBinaryUpdatedResetWhenDeletingAnAsset > org.drools.guvnor.server.RepositoryScenarioTest.testRunScenario > > All the RepositoryScenarioTests fail because of > https://issues.jboss.org/browse/GUVNOR-1800 > We need to redesign the scenario testing so it doesn't rely > on Thread.currentThread().setContextClassLoader( ... ) > > org.drools.guvnor.server.RepositoryScenarioTest.testRunScenarioWithGeneratedBeans > org.drools.guvnor.server.RepositoryScenarioTest.testRunPackageScenariosWithDeclaredFacts > org.drools.guvnor.server.RepositoryScenarioTest.testRunScenarioWithJar > org.drools.guvnor.server.RepositoryScenarioTest.testRunScenarioWithJarThatHasSourceFiles > org.drools.guvnor.server.RepositoryScenarioTest.testRunPackageScenarios > org.drools.guvnor.server.SampleRepositoryTest.testImportSampleRepository > org.drools.guvnor.server.ServiceImplementationTest.testInboxEvents > org.drools.guvnor.server.ServiceImplementationTest.testAddRuleAndListPackages > org.drools.guvnor.server.ServiceImplementationTest.testTrackRecentOpenedChanged > org.drools.guvnor.server.builder.PackageDRLAssemblerTest.testSkipDisabledImports > org.drools.guvnor.server.contenthandler.ModelContentHandlerTest.testModelAttached > org.drools.guvnor.server.contenthandler.ModelContentHandlerTest.testModelRemoved > org.drools.guvnor.server.files.WebDAVImplTest.testCreateResourceAndCreatedDate > org.drools.guvnor.server.jaxrs.BasicPackageResourceTest.testGetPackageForXML > org.drools.guvnor.server.repository.MailboxServiceTest.testMailbox > org.drools.guvnor.server.repository.MailboxServiceTest.testOneToMany > org.drools.guvnor.server.repository.UserInboxTest.testIncoming > org.drools.guvnor.server.security.SecurityServiceImplTest.testLogin > org.drools.guvnor.server.VerificationServiceImplementationTest.testVerifyAsset > > With kind regards, > > Mike > > _______________________________________________ > rules-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-dev > > > -- > With kind regards, > Geoffrey De Smet > > > _______________________________________________ > rules-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-dev > -- - CTO @ http://www.plugtree.com - MyJourney @ http://salaboy.wordpress.com - Co-Founder @ http://www.jugargentina.org - Co-Founder @ http://www.jbug.com.ar - Salatino "Salaboy" Mauricio - _______________________________________________ rules-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-dev
