Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3259

ModelTestUtils isn't confirming the transformed boot ops work on the legacy slave

    XMLWordPrintable

Details

    Description

      In checkFailedTransformedBootOperations:

              if (config.isTransformComposite()) {
                  //Transform and execute the composite
                  TransformedOperation transformedComposite = mainServices.transformOperation(modelVersion, legacyComposite);
                  if (transformedComposite.rejectOperation(successResult())) {
                      Assert.fail(transformedComposite.getFailureDescription());
                  }
                  mainServices.executeOperation(modelVersion, transformedComposite);
              }
      

      The outcome of that "mainServices.executeOperation" is ignored, so if the transformation isn't actually producing good ops, we don't know that.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: