Skip to content
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

remove(tests): remove telemetry configuration property #4544

Merged
merged 3 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions qa/test-old-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,9 @@

<exclude>**/ManagementServiceTableCountTest.java</exclude>

<!-- The test is not relevant in `old-engine` setup since the feature has been removed -->
<!-- See https://github.com/camunda/camunda-bpm-platform/pull/4544#discussion_r1728748399 -->
<exclude>**/ConcurrentTelemetryConfigurationTest.java</exclude>
</excludes>
<testFailureIgnore>false</testFailureIgnore>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
Expand Down
1 change: 0 additions & 1 deletion quarkus-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ can look like the following:
quarkus.camunda.cmmn-enabled=false
quarkus.camunda.dmn-enabled=false
quarkus.camunda.history=none
quarkus.camunda.initialize-telemetry=false

# job executor configuration
quarkus.camunda.job-executor.thread-pool.max-pool-size=12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ quarkus.camunda.cmmn-enabled=false
quarkus.camunda.dmn-enabled=false
quarkus.camunda.history=none
quarkus.camunda.enforce-history-time-to-live=false
quarkus.camunda.initialize-telemetry=false
yanavasileva marked this conversation as resolved.
Show resolved Hide resolved

quarkus.camunda.job-executor.thread-pool.max-pool-size=12
quarkus.camunda.job-executor.thread-pool.queue-size=5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ quarkus.camunda.cmmn-enabled=false
quarkus.camunda.dmn-enabled=false
quarkus.camunda.history=none
quarkus.camunda.enforce-history-time-to-live=false
quarkus.camunda.initialize-telemetry=false

quarkus.datasource.jdbc.url=jdbc:h2:mem:camunda;TRACE_LEVEL_FILE=0;DB_CLOSE_ON_EXIT=FALSE