Skip to content

Commit

Permalink
Fix Connectivity tests and search EnforcementFlowTest
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <Yannic.Klem@bosch.io>
  • Loading branch information
Yannic92 committed May 19, 2022
1 parent 7ca96d2 commit 848b9b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions connectivity/service/src/test/resources/test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ ditto {
{exceptionName: "org.apache.qpid.jms.provider.exceptions.ProviderSecurityException", messagePattern: ".*"}
]
connection {
custom-command-interceptor-provider = org.eclipse.ditto.connectivity.service.messaging.validation.NoOpConnectivityCommandInterceptorProvider
connection-priority-provider-factory = org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderFactory
// allow localhost in unit tests
blocked-hostnames = ""

Expand Down
1 change: 1 addition & 0 deletions thingsearch/service/src/test/resources/actors-test.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ditto {
signal-enrichment.caching-signal-enrichment-facade.provider = org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeProvider
mapping-strategy.implementation = "org.eclipse.ditto.thingsearch.api.ThingSearchMappingStrategies"

persistence.operations.delay-after-persistence-actor-shutdown = 5s
Expand Down

0 comments on commit 848b9b7

Please sign in to comment.