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

Fix telemetry test

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • L3 - Default
    • 7.14.0, 7.14.0-alpha4
    • None
    • engine
    • None

    Description

      TelemetryTaskWorkerMetricsTest is failing in the upgrade job:

      java.lang.ExceptionInInitializerError
      	at org.camunda.bpm.engine.test.standalone.telemetry.TelemetryTaskWorkerMetricsTest.<clinit>(TelemetryTaskWorkerMetricsTest.java:72)
      Caused by: org.apache.ibatis.exceptions.PersistenceException: 
      
      ### Error querying database.  Cause: org.h2.jdbc.JdbcSQLException: Table "ACT_GE_PROPERTY" not found; SQL statement:
      select * from ACT_GE_PROPERTY where NAME_ = ? [42102-190]
      ### The error may exist in org/camunda/bpm/engine/impl/mapping/entity/Property.xml
      ### The error may involve org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity.selectProperty
      ### The error occurred while executing a query
      ### SQL: select * from ACT_GE_PROPERTY where NAME_ = ?
      ### Cause: org.h2.jdbc.JdbcSQLException: Table "ACT_GE_PROPERTY" not found; SQL statement:
      select * from ACT_GE_PROPERTY where NAME_ = ? [42102-190]
      	at org.camunda.bpm.engine.test.standalone.telemetry.TelemetryTaskWorkerMetricsTest.<clinit>(TelemetryTaskWorkerMetricsTest.java:72)
      Caused by: org.h2.jdbc.JdbcSQLException: 
      Table "ACT_GE_PROPERTY" not found; SQL statement:
      select * from ACT_GE_PROPERTY where NAME_ = ? [42102-190]
      	at org.camunda.bpm.engine.test.standalone.telemetry.TelemetryTaskWorkerMetricsTest.<clinit>(TelemetryTaskWorkerMetricsTest.java:72)
      

      AT:

      • Ensure creation of the db schema before the test. Add the following to the process engine configuration:
      .setDatabaseSchemaUpdate(ProcessEngineConfiguration.DB_SCHEMA_UPDATE_CREATE_DROP)
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce