Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-15757

Finish updating JCA / Smoke tests to use Elytron configuration

    XMLWordPrintable

Details

    Description

      WFLY-15249 was resolved for WF 25, but there are a couple tests that are still ignored and need to be adapted in some way:

      $ git grep WFLY-15249 | grep -v //@Ignore
      testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/deployment/rar/tests/multiobjectpartialactivation/MultipleObjectPartialActivationTestCase.java:@Ignore("[WFLY-15249] Update test to use an Elytron configuration.")
      testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/mgmt/resourceadapter/ResourceAdapterOperationsUnitTestCase.java:@Ignore("[WFLY-15249] Update test to use an Elytron configuration.")
      

      Also, might as well use this JIRA to track cleaning up all the places where the @Ignore from WFLY-15249 is commented out so searches for that JIRA don't produce misleading hits:

      $ git grep WFLY-15249 | grep //@Ignore
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/anno/NoRaAnnoTestCase.java://@Ignore("[WFLY-15249] Update for lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/anno/RaAnnoTestCase.java://@Ignore("[WFLY-15249] Update for lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/basic/BasicDeployment10TestCase.java://@Ignore("[WFLY-15249] Update for lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/basic/BasicDeployment15TestCase.java://@Ignore("[WFLY-15249] Update for lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/basic/BasicDeployment16TestCase.java://@Ignore("[WFLY-15249] Update for lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/basic/BasicDeployment17TestCase.java://@Ignore("[WFLY-15249] Update for lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/basic/BasicDoubleDeployment16TestCase.java://@Ignore("[WFLY-15249] Update for lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/basic/BasicDoubleDeploymentFail16_1TestCase.java://@Ignore("[WFLY-15249] Update for lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/basic/BasicDoubleDeploymentFail16_2TestCase.java://@Ignore("[WFLY-15249] Update for lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/capacitypolicies/ResourceAdapterCapacityPoliciesTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/metrics/RaCfgMetricUnitTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/BasicFlatTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/BasicJarTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/MultiActivationFlatTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/MultiActivationJarTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/MultiObjectActivationFlatTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/MultiObjectActivationJarTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/PartialObjectActivationFlatTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/PartialObjectActivationJarTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/PureFlatTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/PureJarTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/TwoModulesFlatTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/TwoModulesJarTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/TwoModulesOfDifferentTypeTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/TwoRaFlatTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/moduledeployment/TwoRaJarTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/poolattributes/ResourceAdapterPoolAttributesTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/security/WildFlyActivationRaWithElytronAuthContextTestCase.java://@Ignore("[WFLY-15249] Deployment failure needs correcting once legacy security is removed.")
      testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/statistics/ResourceAdapterStatisticsTestCase.java://@Ignore("[WFLY-15249] Deployments need to handle lack of legacy security.")
      testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/deployment/rar/tests/afterresourcecreation/AfterResourceCreationDeploymentTestCase.java://@Ignore("[WFLY-15249] Update test to use an Elytron configuration.")
      testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/deployment/rar/tests/configproperty/ConfigPropertyTestCase.java://@Ignore("[WFLY-15249] Update test to use an Elytron configuration.")
      testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/deployment/rar/tests/earpackage/EarPackagedDeploymentTestCase.java://@Ignore("[WFLY-15249] Update test to use an Elytron configuration.")
      testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/deployment/rar/tests/multiactivation/MultipleActivationTestCase.java://@Ignore("[WFLY-15249] Update test to use an Elytron configuration.")
      testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/deployment/rar/tests/multiobjectactivation/MultipleObjectActivationTestCase.java://@Ignore("[WFLY-15249] Update test to use an Elytron configuration.")
      testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/deployment/rar/tests/raconnection/RaTestConnectionTestCase.java://@Ignore("[WFLY-15249] Update test to use an Elytron configuration.")
      testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/deployment/rar/tests/redeployment/ReDeploymentTestCase.java://@Ignore("[WFLY-15249] Update test to use an Elytron configuration.")
      

      Attachments

        Issue Links

          Activity

            People

              bstansbe@redhat.com Brian Stansberry
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: