Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-12576

Ensure setting mock telemetry endpoint to TelemetryMultipleEnginesTest

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • L3 - Default
    • 7.14.1, 7.15.0-alpha1, 7.15.0
    • None
    • None
    • None

    Description

      AT:

      • To prevent sending request to ET prod among all of the test setups, the engine configuration of TelemetryMultipleEnginesTest should look like:
        @ClassRule
        public static ProcessEngineBootstrapRule secondEngineRule = new ProcessEngineBootstrapRule(config ->
            config.setTelemetryEndpoint(TELEMETRY_ENDPOINT)
                  .setProcessEngineBootstrapCommand(new NoInitMessageBootstrapEngineCommand()));
      
        @ClassRule
        public static ProcessEngineBootstrapRule defaultEngineRule = new ProcessEngineBootstrapRule(config ->
            config.setTelemetryEndpoint(TELEMETRY_ENDPOINT)
                  .setProcessEngineBootstrapCommand(new NoInitMessageBootstrapEngineCommand()));
      
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              yana.vasileva Yana Vasileva
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce