-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TelemetryMultipleEnginesTest fails for 7.15 on CE daily pipeline #2595
Comments
This comment was imported from JIRA and written by user @tasso94 Reorccured:
|
Failed again on 7.17 sidetrack pipeline in |
Failed again on 7.21 daily in https://ci-pipeline.cambpm.camunda.cloud/job/7.21/job/cambpm-ce/job/cambpm-daily/job/master/10/ Details
[2023-10-21T03:20:35.510Z] [ERROR] Failures:
[2023-10-21T03:20:35.510Z] [ERROR] TelemetryMultipleEnginesTest.shouldReportMetricsPerEngine:137
[2023-10-21T03:20:35.510Z] Expected size:<2> but was:<3> in:
|
Hi @mboskamp, Can you take a look at this build failure? |
Findings:
Payload of the three requests for easy reference: unexpected request{
"body": {
"installation": "1439ed95-7843-495f-9b5c-77cb44828e38",
"product": {
"name": "Camunda BPM Runtime",
"version": "7.20.0",
"edition": "community",
"internals": {
"database": {
"vendor": "PostgreSQL",
"version": "15.0"
},
"application-server": null,
"license-key": null,
"camunda-integration": [],
"data-collection-start-date": "Oct 21, 2023, 4:56:53 AM",
"commands": {},
"metrics": {
"root-process-instance-start": {
"count": 0
},
"activity-instance-start": {
"count": 0
},
"executed-decision-elements": {
"count": 0
},
"flow-node-instances": {
"count": 0
},
"executed-decision-instances": {
"count": 0
},
"decision-instances": {
"count": 0
},
"process-instances": {
"count": 0
}
},
"webapps": [],
"jdk": {
"version": "11",
"vendor": "Oracle Corporation"
},
"telemetry-enabled": true
}
}
}
} expected first request{
"body": {
"installation": "1439ed95-7843-495f-9b5c-77cb44828e38",
"product": {
"name": "Camunda BPM Runtime",
"version": "7.20.0",
"edition": "community",
"internals": {
"database": {
"vendor": "PostgreSQL",
"version": "15.0"
},
"application-server": null,
"license-key": null,
"camunda-integration": [],
"data-collection-start-date": "Oct 21, 2023, 5:01:53 AM",
"commands": {
"TelemetryConfigureCmd": {
"count": 1
},
"MetricsCollectionTask_MetricsCollectionCmd": {
"count": 1
},
"IsTelemetryEnabledCmd": {
"count": 1
},
"GetNextIdBlockCmd": {
"count": 1
}
},
"metrics": {
"root-process-instance-start": {
"count": 0
},
"activity-instance-start": {
"count": 0
},
"executed-decision-elements": {
"count": 0
},
"flow-node-instances": {
"count": 0
},
"executed-decision-instances": {
"count": 1
},
"decision-instances": {
"count": 1
},
"process-instances": {
"count": 0
}
},
"webapps": [],
"jdk": {
"version": "11",
"vendor": "Oracle Corporation"
},
"telemetry-enabled": true
}
}
}
} expected second request{
"body": {
"installation": "1439ed95-7843-495f-9b5c-77cb44828e38",
"product": {
"name": "Camunda BPM Runtime",
"version": "7.20.0",
"edition": "community",
"internals": {
"database": {
"vendor": "PostgreSQL",
"version": "15.0"
},
"application-server": null,
"license-key": null,
"camunda-integration": [],
"data-collection-start-date": "Oct 21, 2023, 5:01:53 AM",
"commands": {
"TelemetryConfigureCmd": {
"count": 1
},
"MetricsCollectionTask_MetricsCollectionCmd": {
"count": 1
},
"IsTelemetryEnabledCmd": {
"count": 1
},
"GetNextIdBlockCmd": {
"count": 1
}
},
"metrics": {
"root-process-instance-start": {
"count": 1
},
"activity-instance-start": {
"count": 0
},
"executed-decision-elements": {
"count": 0
},
"flow-node-instances": {
"count": 0
},
"executed-decision-instances": {
"count": 0
},
"decision-instances": {
"count": 0
},
"process-instances": {
"count": 1
}
},
"webapps": [],
"jdk": {
"version": "11",
"vendor": "Oracle Corporation"
},
"telemetry-enabled": true
}
}
}
} Conclusion:
|
This issue was imported from JIRA:
Acceptance Criteria (Required on creation):
org.camunda.bpm.engine.test.api.mgmt.telemetry.TelemetryMultipleEnginesTest#shouldReportInitialTelemetryOnce
fails on:Hints (Optional):
Error log <^telemetry-error.txt>
Links:
Tasks
The text was updated successfully, but these errors were encountered: