Started by user Thomas Jaeckle Running as Thomas Jaeckle [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-3bxf4 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-3bxf4" namespace: "ditto" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-3bxf4" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-3bxf4" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-ditto" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-3bxf4 in /home/jenkins/agent/workspace/ditto-client-java-release [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] script [Pipeline] { [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/ditto-clients.git > git init /home/jenkins/agent/workspace/ditto-client-java-release # timeout=10 Fetching upstream changes from https://github.com/eclipse/ditto-clients.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/ditto-clients.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/ditto-clients.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 8520dd98812ac551f4839590fd425033440721da (origin/master) Commit message: "prepare JS client release" > git rev-parse origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8520dd98812ac551f4839590fd425033440721da # timeout=10 > git rev-list --no-walk 389cec4b956eaf7af0d5c300a9084b8fa2cd65dd # timeout=10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/ditto-client-java-release/java [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key 83152FB003D7A0D6: public key "Eclipse Ditto Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 83152FB003D7A0D6: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 [Pipeline] sh ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5 y ' + gpg --batch --command-fd 0 --expert --edit-key 4918931C87A4D709C69E2B5F83152FB003D7A0D6 trust Secret subkeys are available. pub rsa4096/83152FB003D7A0D6 created: 2017-10-25 expires: 2027-12-13 usage: SCEA trust: unknown validity: unknown ssb rsa4096/41E8B437A26D3F7E created: 2017-10-25 expires: 2027-12-13 usage: S [ unknown] (1). Eclipse Ditto Project pub rsa4096/83152FB003D7A0D6 created: 2017-10-25 expires: 2027-12-13 usage: SCEA trust: unknown validity: unknown ssb rsa4096/41E8B437A26D3F7E created: 2017-10-25 expires: 2027-12-13 usage: S [ unknown] (1). Eclipse Ditto Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/83152FB003D7A0D6 created: 2017-10-25 expires: 2027-12-13 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/41E8B437A26D3F7E created: 2017-10-25 expires: 2027-12-13 usage: S [ unknown] (1). Eclipse Ditto Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5 y ' + gpg --batch --command-fd 0 --expert --edit-key 4FCB0B3C1C3BD703C85721D441E8B437A26D3F7E trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2027-12-13 pub rsa4096/83152FB003D7A0D6 created: 2017-10-25 expires: 2027-12-13 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/41E8B437A26D3F7E created: 2017-10-25 expires: 2027-12-13 usage: S [ultimate] (1). Eclipse Ditto Project pub rsa4096/83152FB003D7A0D6 created: 2017-10-25 expires: 2027-12-13 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/41E8B437A26D3F7E created: 2017-10-25 expires: 2027-12-13 usage: S [ultimate] (1). Eclipse Ditto Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/83152FB003D7A0D6 created: 2017-10-25 expires: 2027-12-13 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/41E8B437A26D3F7E created: 2017-10-25 expires: 2027-12-13 usage: S [ultimate] (1). Eclipse Ditto Project [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh + mvn clean install javadoc:jar source:jar --batch-mode --errors -PperformRelease,signArtifactsEclipse,signArtifactsMavenCentral -DcreateJavadoc=true -Drevision=3.5.0 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] The project org.eclipse.ditto:ditto-client:bundle:3.5.0 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-client >------------------- [INFO] Building Eclipse Ditto :: Java Client 3.5.0 [INFO] from pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-client --- [INFO] [INFO] --- flatten:1.0.1:clean (flatten.clean) @ ditto-client --- [INFO] [INFO] --- license:3.0:check (default) @ ditto-client --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- enforcer:1.4.1:enforce (enforce-no-snapshots) @ ditto-client --- [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ ditto-client --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-client-java-release/java/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license:2.0.0:add-third-party (default-cli) @ ditto-client --- [WARNING] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now {@link #licenseMergesUrl} [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-client-java-release/java/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ ditto-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] Copying 0 resource [INFO] [INFO] --- flatten:1.0.1:flatten (flatten) @ ditto-client --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-client:bundle:3.5.0... [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ ditto-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 354 source files to /home/jenkins/agent/workspace/ditto-client-java-release/java/target/classes [INFO] /home/jenkins/agent/workspace/ditto-client-java-release/java/src/main/java/org/eclipse/ditto/client/internal/AbstractHandle.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-client-java-release/java/src/main/java/org/eclipse/ditto/client/internal/AbstractHandle.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ ditto-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ ditto-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 160 source files to /home/jenkins/agent/workspace/ditto-client-java-release/java/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-client-java-release/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java: /home/jenkins/agent/workspace/ditto-client-java-release/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-client-java-release/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-client-java-release/java/src/test/java/org/eclipse/ditto/client/internal/OptionsToDittoHeadersTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-client-java-release/java/src/test/java/org/eclipse/ditto/client/internal/OptionsToDittoHeadersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ ditto-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-client-java-release/java/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite Configuring TestNG with: TestNG60Configurator 07:59:55.870 [Thread-1] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:59:55.874 [Thread-1] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> 07:59:55.970 [Thread-2] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:59:55.977 [main] WARN o.e.d.c.s.SpliteratorSubscriber - onSubscribe() called a second time; cancelling subscription . 07:59:56.078 [Thread-6] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:59:56.388 [Thread-14] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:59:56.389 [Thread-14] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> Configuring TestNG with: TestNG60Configurator 08:00:03.976 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found multiple candidates as MessageSerializerKey for type 'class java.lang.String' and subject '*' - thus returning none: [ImmutableMessageSerializerKey [contentType=text/plain, javaType=class java.lang.String, subject=*], ImmutableMessageSerializerKey [contentType=application/json, javaType=class java.lang.String, subject=*]] 08:00:03.980 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'class java.util.Date' and subject '*' 08:00:03.980 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'interface org.eclipse.ditto.json.JsonValue' and subject '*' 08:00:05.379 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:05.380 [main] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 08:00:08.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ThingSearchPublisherTest#run() 08:00:08.767 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:08.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"183a84e1-593b-477c-a666-422017079731"},"path":"/","value":{}} 08:00:08.771 [pool-255-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"efe14549-ccb0-4450-a029-d1fc2725d189","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":2}} 08:00:08.772 [pool-255-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"4a58e6ae-d592-40b7-87bf-25ee3a666cb0","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 08:00:08.772 [pool-255-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"ffeed76a-62c2-49dc-96ed-39059839d2e4","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 08:00:09.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ThingSearchPublisherTest#run() 08:00:09.401 [test-1] ERROR o.e.d.c.messaging.internal.Retry - Client <8122d49e-654d-457e-bc75-650a48617043>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 08:00:09.402 [test-1] INFO o.e.d.c.messaging.internal.Retry - Client <8122d49e-654d-457e-bc75-650a48617043>: Waiting for <1> second(s) before retrying to . 08:00:10.403 [Thread-16] ERROR o.e.d.c.messaging.internal.Retry - Client <8122d49e-654d-457e-bc75-650a48617043>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 08:00:10.403 [Thread-16] INFO o.e.d.c.messaging.internal.Retry - Client <8122d49e-654d-457e-bc75-650a48617043>: Waiting for <1> second(s) before retrying to . 08:00:11.405 [Thread-18] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : java.lang.RuntimeException: Expected exception in first iteration. 08:00:11.405 [Thread-18] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <1> second(s) before retrying to . 08:00:12.423 [ditto-client-reconnect-dummy:4f26bc97-ab99-4baa-8290-2717dde049c6-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 08:00:12.468 [ditto-client-reconnect-dummy:4f26bc97-ab99-4baa-8290-2717dde049c6-1] ERROR o.e.d.c.m.i.WebSocketMessagingProvider - Got exception: Failed to resolve hostname unknown.host.invalid:80: unknown.host.invalid: Name or service not known 08:00:12.469 [ditto-client-reconnect-dummy:4f26bc97-ab99-4baa-8290-2717dde049c6-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Permanently failed to initialize WebSocket: org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 08:00:12.469 [pool-258-thread-1] INFO o.e.d.c.i.bus.DefaultAdaptableBus - Waiting for executors termination was interrupted. 08:00:12.469 [pool-258-thread-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 08:00:14.976 [ditto-client-reconnect-dummy:ce260d69-c5aa-488a-9a05-6920794e862a-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 08:00:17.658 [ditto-client-reconnect-dummy:ce260d69-c5aa-488a-9a05-6920794e862a-1] ERROR o.e.d.c.m.i.WebSocketMessagingProvider - Got exception: The status code of the opening handshake response is not '101 Switching Protocols'. The status line is: HTTP/1.0 503 Server hurt itself in its confusion! 08:00:17.658 [ditto-client-reconnect-dummy:ce260d69-c5aa-488a-9a05-6920794e862a-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 08:00:18.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThing() 08:00:18.074 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=55ce7fa9-d892-42a5-b0a7-602dee4d14f5 08:00:18.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e71b597a-7121-41d9-a2f7-4b10a0e92a40 08:00:18.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4b946cf1-5466-4f28-b7aa-2e3c057bd8c8 08:00:18.096 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"10ccf991-9b32-4703-8472-922449680049","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"status":201} 08:00:18.097 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"10ccf991-9b32-4703-8472-922449680049","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"revision":-1,"timestamp":"2024-01-27T08:00:18.095711Z"} 08:00:18.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThing() 08:00:18.102 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendMessageAndGetErrorResponse() 08:00:18.102 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","correlation-id":"490ead50-48e7-4180-bc50-66b09e46cc12","content-type":"text/plain"},"path":"/inbox/messages/request","value":"payload"} 08:00:18.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendMessageAndGetErrorResponse() 08:00:18.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingCommandAcknowledgement() 08:00:18.174 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=de74e688-05b7-4ccf-888d-861ca59e65a4 08:00:18.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=015231ef-da86-4cb3-9d00-23964c263bf0 08:00:18.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b3dd4878-a03c-4741-a7ed-2d688243565f 08:00:18.183 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/100","headers":{"correlation-id":"1efadddb-bd82-4bda-9757-814066645994","channel":"live","response-required":false},"path":"/","status":100} 08:00:18.183 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/301","headers":{"correlation-id":"1efadddb-bd82-4bda-9757-814066645994","channel":"live","response-required":false},"path":"/","status":301} 08:00:18.184 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/403","headers":{"correlation-id":"1efadddb-bd82-4bda-9757-814066645994","channel":"live","response-required":false},"path":"/","status":403} 08:00:18.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingCommandAcknowledgement() 08:00:18.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendFeatureMessage() 08:00:18.188 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","ditto-message-feature-id":"someFeature","correlation-id":"33c5bbcc-410f-492c-9760-dc8bca786615","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 08:00:18.249 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","ditto-message-feature-id":"someFeature","correlation-id":"17aea467-59b4-47e4-bcd1-cd9e016f8fbe","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 08:00:18.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendFeatureMessage() 08:00:18.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 08:00:18.254 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.255 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=be4fa19f-26b4-4f75-a609-2091d976733a 08:00:18.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=010108c4-d15b-47ce-aadd-270e29b2402e 08:00:18.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5b3bd17f-854e-4135-b04c-715d076a5317 08:00:18.261 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","ditto-message-feature-id":"someFeature","status":"418","correlation-id":"ccd7a1b1-1c27-41cb-aa91-bea75d31b8da","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 08:00:18.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 08:00:18.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessage() 08:00:18.265 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8db80df9-8f2e-40f9-a022-6e0bbc7f15a0 08:00:18.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a29c9ff0-f214-435e-8731-e6e01e3a5104 08:00:18.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f2e2b7e5-2403-4688-aca6-1a3b913ddad7 08:00:18.269 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","status":"402","correlation-id":"a7781aad-ee75-4d49-b6cd-cd0e444ddcb2","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 08:00:18.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessage() 08:00:18.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitThingEvent() 08:00:18.273 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"17f0f5e2-f0be-4437-99d2-502d172c3e95","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-27T08:00:18.273883Z"} 08:00:18.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitThingEvent() 08:00:18.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 08:00:18.277 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","my-header":"my-header-value","requested-acks":["live-response","custom"],"content-type":"text/plain","correlation-id":"2b0fca7b-974d-4c87-b067-6dfa9e740532"},"path":"/outbox/messages/request","value":"payload"} 08:00:18.294 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 08:00:18.295 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThingAsThing() 08:00:18.296 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2232329f-deeb-4fc9-ac63-d5d4de67e40e 08:00:18.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c4737700-92fb-4a12-98ae-f730b928fea8 08:00:18.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=010c8ddb-5988-4d34-96de-e35faa56a219 08:00:18.298 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"3e3fa4bf-512f-4cfb-a7ac-e03be662d5a9","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"status":201} 08:00:18.298 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"3e3fa4bf-512f-4cfb-a7ac-e03be662d5a9","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"revision":-1,"timestamp":"2024-01-27T08:00:18.298158Z"} 08:00:18.303 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThingAsThing() 08:00:18.303 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 08:00:18.304 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.305 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","my-header":"my-header-value","requested-acks":["live-response","custom"],"content-type":"text/plain","correlation-id":"75d9c350-a48b-4674-8ae5-eca2dbbcdc41"},"path":"/outbox/messages/request","value":"payload"} 08:00:18.349 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 08:00:18.349 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessageAsThing() 08:00:18.350 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1d64625b-7365-4787-b58b-8bbefee682df 08:00:18.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=affb358c-da0a-4423-bc97-d79582efc170 08:00:18.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1e34aa96-343d-4a20-8344-a67239992871 08:00:18.354 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","status":"402","correlation-id":"89086cdc-c45f-46b9-a3cc-0880ca849e8f","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 08:00:18.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessageAsThing() 08:00:18.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessage() 08:00:18.357 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=07bd61fd-1833-4372-ad76-3bc83da19fc4 08:00:18.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bbbe192b-591a-481d-ab9c-a8fd1e4acf5a 08:00:18.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8c061b6d-d65b-4699-8f3f-98d130623660 08:00:18.361 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","status":"418","correlation-id":"b4ccb4a9-aeff-40aa-9b39-fc80e5a844e6","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 08:00:18.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessage() 08:00:18.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeature() 08:00:18.365 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c1ea8fcd-b03e-4609-bbff-c0ac0a06541e 08:00:18.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=710e7fcd-d2b0-4807-8014-a91eba8ecf5e 08:00:18.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f60ab02e-440a-4a19-96ee-98b97c40e3de 08:00:18.367 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"4d189708-0634-484b-b818-04938ed6bfe0","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 08:00:18.368 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"4d189708-0634-484b-b818-04938ed6bfe0","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-27T08:00:18.367732Z"} 08:00:18.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeature() 08:00:18.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 08:00:18.372 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=840e2d70-e55c-4d0d-a244-a7398a7fa984 08:00:18.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=feb1b390-ce4a-40c0-b5eb-65eb663c112a 08:00:18.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8f8c23c1-02b9-4400-9e3d-bc07ee94545b 08:00:18.374 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"d3368c4a-15e1-4da1-bcec-8645df792d2b","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 08:00:18.374 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"d3368c4a-15e1-4da1-bcec-8645df792d2b","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-27T08:00:18.374035Z"} 08:00:18.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 08:00:18.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendClaimMessage() 08:00:18.378 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","correlation-id":"ad7b46e2-1ad7-4af7-b154-a620a5190228","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 08:00:18.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","correlation-id":"b6cdc61b-b0a7-49cd-9399-70d25335fb25","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 08:00:18.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendClaimMessage() 08:00:18.386 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageAcknowledgement() 08:00:18.387 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b4810183-ad06-48c5-8054-f9881ce5540d 08:00:18.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0bd81d38-95ec-4dc0-ad11-9b8c352fefe4 08:00:18.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ff90f425-7d70-43e1-a9e3-884b007e17e0 08:00:18.391 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/100","headers":{"response-required":false},"path":"/","status":100} 08:00:18.391 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/301","headers":{"response-required":false},"path":"/","status":301} 08:00:18.391 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false},"path":"/","status":403} 08:00:18.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageAcknowledgement() 08:00:18.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitEvent() 08:00:18.395 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.395 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"16b4ba2f-62d2-419f-991b-efaa35591745","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-27T08:00:18.395379Z"} 08:00:18.400 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitEvent() 08:00:18.400 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitFeatureEvent() 08:00:18.407 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.407 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"b9d77e61-d8cd-440b-8360-262bf737164b","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-27T08:00:18.407723Z"} 08:00:18.409 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitFeatureEvent() 08:00:18.409 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingMessageAcknowledgement() 08:00:18.409 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.410 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f28c036b-2ae7-43e4-90e3-27e72f31f184 08:00:18.410 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e2521682-7c47-46bb-a264-c32fa57b03e9 08:00:18.410 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=69ef5c03-965d-4a78-b08f-53e00ec223e9 08:00:18.448 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/100","headers":{"response-required":false},"path":"/","status":100} 08:00:18.448 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/301","headers":{"response-required":false},"path":"/","status":301} 08:00:18.449 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false},"path":"/","status":403} 08:00:18.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingMessageAcknowledgement() 08:00:18.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessage() 08:00:18.451 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.452 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","correlation-id":"81524d8e-3797-4a55-961a-66b5009f7fbe","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 08:00:18.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","correlation-id":"d0b25996-fbf9-43c5-8273-9ae47eec7bd7","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 08:00:18.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessage() 08:00:18.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessageAsThing() 08:00:18.459 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=758c6557-02bf-4618-a650-c5a387f7a841 08:00:18.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6370fe3a-95f8-4dae-b172-f8863fb66e6a 08:00:18.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8e0a5767-ec2b-4fef-8fe5-106b1d3d6b27 08:00:18.463 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","status":"418","correlation-id":"22210350-5286-450e-9940-167f377dfce0","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 08:00:18.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessageAsThing() 08:00:18.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessage() 08:00:18.466 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e9a7a33c-bd03-4a16-ae9a-c3c814265d65 08:00:18.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ab16e1d8-1451-4fca-ab32-ea4f9e109819 08:00:18.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bdddbf59-e915-4574-895e-1f18957ee2c7 08:00:18.469 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","ditto-message-feature-id":"someFeature","status":"418","correlation-id":"95637dda-63f0-4f09-b652-9f2872ef9abc","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 08:00:18.472 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessage() 08:00:18.472 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 08:00:18.473 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 08:00:18.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 08:00:18.475 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b58cf508-348b-4ec7-ac2a-73550d901dc6 08:00:18.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=871c00de-cd9e-4b7f-94d8-0ebd483adb7a 08:00:18.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=09927b1b-d04b-4121-ad48-b7385f2d66c9 08:00:18.479 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/100","headers":{"correlation-id":"correlation-id","response-required":false},"path":"/","status":100} 08:00:18.479 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/301","headers":{"correlation-id":"correlation-id","response-required":false},"path":"/","status":301} 08:00:18.479 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"correlation-id":"correlation-id","response-required":false},"path":"/","status":403} 08:00:18.482 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 08:00:18.482 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 08:00:18.483 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3c34fb91-353f-4ca4-90ec-a8c4090cfc1a 08:00:18.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7d3a591b-902a-4860-a8c9-37075e7e0be7 08:00:18.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2be3661c-a558-44aa-8de0-7eac6756a328 08:00:18.485 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"6a2af5c9-972b-48a5-8873-c45392f0d467","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 08:00:18.485 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"6a2af5c9-972b-48a5-8873-c45392f0d467","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-27T08:00:18.485111Z"} 08:00:18.487 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 08:00:18.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testStartConsumptionCombinations() 08:00:18.489 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.489 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 08:00:18.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3251e4da-661f-4778-9214-0d975792348a 08:00:18.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e5aef5c7-4438-4f23-8bb5-5d32a3eb4ebc 08:00:18.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1e6fd595-bbe7-45ef-a8b7-70455cd6eb7c 08:00:18.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 08:00:18.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3deb69b3-08d2-48c3-8167-683e137e74eb 08:00:18.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=24bdac79-ae87-4814-b414-580a1aa5a4bc 08:00:18.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=13ddf1f1-60e5-4817-8d9e-9738144858d4 08:00:18.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1b9c2e8a-b822-486f-b61c-57d7e75033f1 08:00:18.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1b7bf02c-851a-4d1a-b0ed-d44d9c12dd39 08:00:18.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5ee8f3f8-ee1d-45df-b3fd-3a3974700682 08:00:18.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 08:00:18.492 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e40af6b6-9a0b-4e76-a016-e919eaa123b7 08:00:18.492 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e71d6164-9442-4cca-9dff-02ee2ca58e07 08:00:18.492 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0ff735a7-3321-4b3b-a8e2-08cff1193f2a 08:00:18.492 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cc9a75f9-39dc-45e3-9983-747810d06a89 08:00:18.492 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=aafd40b1-273e-4780-800e-205dddc0817e 08:00:18.492 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4db64b01-092f-4895-919e-5eb142bf5d6a 08:00:18.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e7c17bb5-0f18-4a9c-95ae-b48c0115e21c 08:00:18.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=14c4e854-9cf3-40d4-90fb-1f47e452baea 08:00:18.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1f31e18b-128e-41b2-95b3-72d2c72989a3 08:00:18.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 08:00:18.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dbf2890d-924d-4e92-b2ae-0ae29d3850b1 08:00:18.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=84ece351-9da7-4b40-8892-90c06435ea39 08:00:18.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ad64b780-f99a-4a2a-b7b3-bf45c0550784 08:00:18.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ff893c67-17c2-4e6c-ae5b-48b7033e610d 08:00:18.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ecf0f1e7-81e7-4161-bc71-15dae309e864 08:00:18.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=20615ec7-89ba-4284-bdf3-dd81d2055dcb 08:00:18.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=150c59a4-4071-40d6-8b3b-49d145e32ca6 08:00:18.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=aaacf6cc-57fb-4f03-8ffc-031f31ed783c 08:00:18.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e0c688a5-5cf5-4cea-a82e-a133e1aaf051 08:00:18.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=198631de-4c7c-44a1-a4ce-a8f0d19176a5 08:00:18.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9dc3da57-032f-4a42-96d6-07152ae71cfa 08:00:18.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=876338f5-21c4-49de-8592-87af748cd51e 08:00:18.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 08:00:18.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8ae3b035-59eb-44b9-b926-6b793ce01a8e 08:00:18.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5054582b-c2f7-4e17-ae2c-f7a0e4ebf351 08:00:18.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=af9f7bb9-783a-4f2c-afec-2132a31f2ff5 08:00:18.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0637459a-c6aa-40a5-8c7a-60bb6b82a0b2 08:00:18.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7ab8b9cc-d53e-4886-8b26-e7672378d886 08:00:18.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a6db51df-09c2-44ed-a0f2-ba98d5ed122e 08:00:18.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d0ecdb3d-f449-4405-bcc9-16a431a5ce58 08:00:18.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=841af6a3-5852-465d-9b4f-5e27188f881e 08:00:18.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=72b5afae-7afb-4bd9-aba1-52229b77ec92 08:00:18.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=380f3bbd-1156-4ba5-abd1-75818e84cd5a 08:00:18.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=12ba6e42-830f-40ad-8765-92831daffc9f 08:00:18.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ab2b5fb2-f1ee-4b3a-abe2-c08ccc55b1a5 08:00:18.499 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 08:00:18.499 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=65ef1f04-99a0-4801-995d-92b56a88cabe 08:00:18.500 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=70aa4b68-e2a2-4111-bc60-6da0a34edb4a 08:00:18.500 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8d5df460-f7c9-4374-83c5-75e7c40e5792 08:00:18.547 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=635c59d3-edbf-42bd-b370-1951a11e8447 08:00:18.547 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9446ead5-4e9c-4e95-b981-72909a309b92 08:00:18.547 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=778a4d0a-c62b-4b40-8974-c72499b1a278 08:00:18.548 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1d2c367b-0486-4f06-8db7-a5d9095e3034 08:00:18.548 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0f63410f-21a2-42ff-b464-da0aa8587007 08:00:18.548 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8a5d0301-f9e3-4445-aead-d7c14e086233 08:00:18.550 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 08:00:18.550 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5c6a20f3-17e1-4b94-b373-2026f8bd7ae8 08:00:18.550 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8f4bdb3e-3fec-4ed4-b596-76f08ffae5b6 08:00:18.550 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5dff3d57-3135-47a7-96cb-7b324c5ba1d6 08:00:18.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dd25fcf5-236d-4861-bd74-311950309706 08:00:18.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=985aa578-2f39-4a5e-8be7-043a49eefb54 08:00:18.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f51b6cc7-c3c3-4de4-ad16-096b89f7a576 08:00:18.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dc2df339-395d-4b71-a594-9dec71d61753 08:00:18.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c684ceff-7ce5-430a-ab28-17221014a14a 08:00:18.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=921892e9-6705-4711-8bbb-157cb6bb3a50 08:00:18.553 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=32928b4b-5da8-40cb-882f-983be1c2b4da 08:00:18.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=adb704de-0d1a-42e9-bc5c-3f6ff22999b6 08:00:18.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=264ea681-6173-4f6e-9f6a-229efbdfbdf9 08:00:18.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 08:00:18.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9f971958-481a-4d33-a0a4-ac27485b5de7 08:00:18.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=58f1755a-ddba-4452-890c-37d5f18efc8a 08:00:18.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c8bee9f2-2fff-4d5c-a9e6-db61749b8e29 08:00:18.555 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=28be8c60-f1ab-49cb-9122-8b4515a9e829 08:00:18.555 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d15e67ea-630d-422f-8c94-a03df4c0dd9c 08:00:18.555 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fdff7817-a5b3-4ba4-853c-482ba14d1364 08:00:18.555 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5a8780de-91c9-416f-851b-22142462f225 08:00:18.555 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=565df607-a8a1-43e4-92b2-0ee7b4604495 08:00:18.555 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5444666a-0e24-4cc3-89b4-f0c60ee8dd68 08:00:18.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5026bea1-18bb-48bf-a0df-ff8e76a9cb48 08:00:18.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=846a0058-6fb4-4403-86bb-a1d608954ea8 08:00:18.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=01b56936-7566-4751-852e-318865b0951d 08:00:18.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 08:00:18.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ad04610f-07a7-4e58-aae8-d085d29cad33 08:00:18.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8fcb76b3-b92d-4c19-9330-2ef94773b3a5 08:00:18.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f7d42029-929b-4070-b165-42e45a65e3ba 08:00:18.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=944e5b5d-4262-4347-a052-5b3898e38918 08:00:18.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7a51adf6-3cf7-45e6-8e3d-41eb70cefa32 08:00:18.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d5ab6e52-c373-4fa6-ad55-7a839bf92125 08:00:18.561 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 08:00:18.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8351dda4-7a8f-4487-ac79-55458456ad7e 08:00:18.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a40e7348-bb88-4a7f-a126-dda138348d2c 08:00:18.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=11d773b6-847b-4297-866b-ffe962763c84 08:00:18.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=395f63ea-8fa1-4734-9b7a-ef1d5b715ac2 08:00:18.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c104e723-641c-4b6e-95a2-6e2db4837eb6 08:00:18.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=197d34fc-c4eb-479c-b3dd-648b41a204a5 08:00:18.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=573a18a1-4e9c-46bf-9cc8-49a7bdd2271e 08:00:18.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5b6814d6-6b7f-4be7-b169-4bfb78fe7d80 08:00:18.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=99193a3b-a634-4753-a4dc-b0fa234d174f 08:00:18.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 08:00:18.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=938d67cb-14dc-41a2-8215-3869140873c4 08:00:18.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6c381915-1b6c-4390-8e59-7a9eea96cc90 08:00:18.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8307a89e-91d4-4a87-bcf7-1341f5c40681 08:00:18.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=31cdaad3-dbef-4438-8fff-5ed741cb7768 08:00:18.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ca8db814-65ab-4f35-a044-d0e91ea2fc3e 08:00:18.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2caa1bf1-e795-4225-96a0-1615d9557fa1 08:00:18.567 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3ce789c6-b6c4-4ae7-be27-790a00ac5edf 08:00:18.567 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=94b57276-750a-4f2f-950c-a7fab5007d0c 08:00:18.567 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c03910a5-d3a4-4687-ba11-fa07304ee102 08:00:18.567 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=67e0d3ca-3a9d-4f11-adb2-7afa6d2e1f7c 08:00:18.567 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1ab544cb-77dd-44e0-8b66-0801c281d258 08:00:18.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=38dffdf6-01d5-40cf-9db9-f0ae5319fd7b 08:00:18.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 08:00:18.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d30194b5-fff9-4e46-8c8c-59908d12a6af 08:00:18.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=23bf6bd2-d0ea-475e-a7eb-9b4b3288648d 08:00:18.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=43c804bc-7270-4b5f-b6d4-bb7bbd06fd5a 08:00:18.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3b3bb04b-0a65-411e-9d9e-b980690cc63b 08:00:18.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a061d8b4-0307-4aad-81a7-617bc31865ae 08:00:18.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dc267ceb-9d9e-4ea5-b2e8-33ac44387a08 08:00:18.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=23f9afa2-9fb0-466e-984f-8bf4124d5855 08:00:18.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0f567913-2f6e-4fd9-9414-eb101c587015 08:00:18.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ee61ed38-537f-4150-95ea-30068484e500 08:00:18.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c48655ab-785c-44ec-8a0a-8722d929b806 08:00:18.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6cf2b658-1d12-4c04-adee-da743e707a67 08:00:18.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=13b0228a-6771-43ec-8d06-bd8121c74d40 08:00:18.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 08:00:18.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a08ba3d1-3668-461c-b05d-d6293857d0ca 08:00:18.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5886e992-42e0-4de1-9c2b-06f1502964f2 08:00:18.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=48c567dd-36f3-46c3-816e-6de8b1f5247b 08:00:18.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9b0ec212-38a0-440f-85ca-7eec9e262921 08:00:18.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cd62eaf4-52f3-4171-a8ca-11521aec4f13 08:00:18.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=141fe59b-6aab-4a6e-b266-1a21d63370c7 08:00:18.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3992cffe-b303-45cd-b925-a3193a667a43 08:00:18.576 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dffa47cc-2758-46fb-b133-156fd5f4b682 08:00:18.576 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=520267d2-d507-4cb2-80f4-72053c0eb667 08:00:18.577 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 08:00:18.577 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=257faf5b-b070-4983-8d99-23454b0ea03d 08:00:18.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e457af35-9340-4a01-bca1-51b200b5e827 08:00:18.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d2d4378e-7cd9-42b4-aa18-776e144123a5 08:00:18.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=602b40d2-88b7-40ed-8ea6-403b9c062957 08:00:18.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c62f2f5a-c393-4f3a-9520-fab416590da3 08:00:18.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f41aaae1-220b-4652-b704-db611e171bfa 08:00:18.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9ac1d9ab-f57c-4a4b-9530-d45ef34d5017 08:00:18.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=adad0022-23c9-4164-a1cc-751e93a1c8ed 08:00:18.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=149d7d90-8d70-4ff4-8d60-0f520b30353e 08:00:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=53d29635-2895-433b-91fa-33b301220de6 08:00:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0f05f371-8d50-4309-b029-e664b7888465 08:00:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=13896524-1b2f-4137-a5e3-8d12390b3dc2 08:00:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 08:00:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a8be2540-6a25-4256-99fe-c8021b6aee54 08:00:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ad7f58be-6b48-4881-b6c9-eadb952b7c09 08:00:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6f9b19ae-086b-4e0e-9978-9d8e7aed57f6 08:00:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9b16ed4c-9052-4b35-87d1-09dd147ef3a2 08:00:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=46df0a72-36a2-4174-b336-79b772c39036 08:00:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a67d9a71-b92d-458b-856b-1d65c7d54678 08:00:18.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b32733ce-3661-4175-b5b0-e18884b3749d 08:00:18.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c06a81c2-f8e5-4e9b-bc11-4987f5a8b4a0 08:00:18.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=91a4a1fb-9994-48c5-8f43-0306efec2fbf 08:00:18.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=083b8ee7-711a-4856-b63c-1a49f9edd41b 08:00:18.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=15e3a281-697f-4991-ad18-c3910f7df12d 08:00:18.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=00c2ad23-6060-4d57-98f3-0b39c30d2a77 08:00:18.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 08:00:18.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d54045e6-5b72-4995-9873-2606297bfa02 08:00:18.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=751542a6-9693-4247-92f3-bbcc501326bd 08:00:18.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0dc22327-e328-4235-9d9a-dd39a6a65234 08:00:18.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 08:00:18.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e521cf53-a5bc-41c5-895f-e4b0cb862ad9 08:00:18.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6d151468-50a7-48fb-b6d0-9a49ae4d2c71 08:00:18.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=546ae95c-622d-4400-a294-eaa19d494b70 08:00:18.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6d503a65-41f2-493b-90e4-f7eda9fa19fe 08:00:18.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0cb5a263-8545-4fe7-840f-0f14bbfb288f 08:00:18.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=af049056-4785-47f2-bb22-30729e17a538 08:00:18.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 08:00:18.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0b8d4e53-866f-4cf8-a579-16828db45a87 08:00:18.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8c06ed3e-d199-4846-9274-91d579342583 08:00:18.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=63a656cb-0d1e-4466-8c7b-cbdb6544a1a6 08:00:18.596 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bc5dfcb9-b684-4a70-8c98-441428ddac05 08:00:18.596 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bd19430c-bc46-416a-a68b-f5a35fe1ab7c 08:00:18.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a33a8593-0e77-43d6-8789-8bd409683420 08:00:18.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=898f5317-e80b-4350-82ff-a3b593e093f7 08:00:18.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1df60148-7a2b-4d8e-95c0-6981581f16cb 08:00:18.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=146f12eb-b5c2-46ad-a76f-b588996d6b03 08:00:18.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 08:00:18.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=98156026-1687-46d9-8f32-7bb3d0be8ecd 08:00:18.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2fca1a4a-b3b3-47e3-90e1-8df9c291d970 08:00:18.598 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e799a3dc-73f0-4328-9eec-c007bacbee67 08:00:18.599 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=569da58a-be2d-47fc-9679-cb7fbccd47e5 08:00:18.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bd20b9ba-10b9-40c7-829e-c25e351264aa 08:00:18.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dd410bb6-85d0-48dd-ac28-16681d24ea03 08:00:18.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7d7b3a1b-6154-4e9d-8f0a-8ba505b674b4 08:00:18.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0c0f8b3d-327d-4917-8640-b4647a71afef 08:00:18.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d14134e8-1092-40cc-bc88-516f57f7d573 08:00:18.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=db209293-909b-405a-b748-6e75a3693259 08:00:18.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a24b925d-28c3-4643-b062-2c293fed1d4f 08:00:18.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=714fa137-1659-4193-9714-00282dd20a8f 08:00:18.646 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 08:00:18.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=643dd6b3-a8f5-4e8d-9fba-7cf44434a803 08:00:18.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=947003fd-be52-4eca-825e-5301f9d16453 08:00:18.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f31146a2-5d86-4374-9630-5e2447655d56 08:00:18.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cdf2a460-4e5a-4540-889f-6961817077f5 08:00:18.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6ec73a2a-f695-469c-9197-9359e2ed2e0d 08:00:18.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fdbc02d1-376a-47da-bd88-84d0d9ecaced 08:00:18.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=35433842-4892-491b-a5e6-7f800024f74c 08:00:18.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ba281c20-a568-4bf6-8b47-214875147e76 08:00:18.650 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=04883a1a-384a-4b4e-8ee2-1fbcd17eed4f 08:00:18.650 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b877b820-e500-4c83-847b-0088455224ed 08:00:18.650 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ed23fed7-08f5-45e3-975a-260c576d2e51 08:00:18.650 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a147cadf-52d5-4f29-9e60-d73c7dddb2a9 08:00:18.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 08:00:18.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3d0a9a16-380a-4553-ab5d-ae3e08e8924e 08:00:18.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6fde5169-0708-4e21-aed3-2933f6842956 08:00:18.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9bca2fb9-9c09-4536-b262-b2b00da9b018 08:00:18.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=693c71d0-1093-4ded-82bf-5bec15a78e28 08:00:18.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=461493fc-b4d1-4e48-9539-08fb089156c7 08:00:18.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=341e0621-be19-4d30-a142-7444d70f7842 08:00:18.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=067fde12-413e-44db-b752-fd9cb5c3874c 08:00:18.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=703be3b2-6a14-4b4f-a677-6c227c9c7423 08:00:18.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=04183fb9-2b26-4c32-9fc5-cc8f8a3e26c4 08:00:18.656 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 08:00:18.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=de6bcc67-9d76-4437-aa17-fbd9e1064432 08:00:18.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3ec08920-999b-41a2-b510-f569f0fdecec 08:00:18.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f256e314-b7b4-49ac-be14-f56c711a680f 08:00:18.658 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6428c9ce-f7c4-4dda-813f-b7a0c76b5754 08:00:18.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=959c9e1d-c92b-4226-b6d0-e2776c4aa068 08:00:18.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1c3d00af-577d-4c00-b72e-6a7182495f85 08:00:18.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8048675d-cbef-4084-a85c-731f7e982a16 08:00:18.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2c313ca7-e13d-4c19-af18-d6f9d566e882 08:00:18.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=32f9207a-dc34-44ef-a910-7e6bfeb54231 08:00:18.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=63c3e011-aaee-4df6-8eaf-05c955584ea7 08:00:18.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=85f8e3d0-7d32-4c08-8d1d-6a0cc149c9d8 08:00:18.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d3c53c2c-f3d2-4173-98d2-91e43fa44f1c 08:00:18.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 08:00:18.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=502bf652-1341-4503-b1df-14fd28376989 08:00:18.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=196bbf48-6069-4de2-9e9e-fc7fabb61cdf 08:00:18.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5a9174cc-c138-4daf-be83-cd5c8e22e9e4 08:00:18.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5f253cbc-c455-40a3-adf2-2f5523c677df 08:00:18.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8f842b38-ec3c-48ca-bf97-c0677b834d26 08:00:18.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=205fffce-cdcf-49b1-87c0-c2b45f4504c3 08:00:18.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=21544391-20ae-4f16-a510-f961359b7f5f 08:00:18.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f0c61412-b931-43f7-9501-0e97c8467f56 08:00:18.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8138c1d7-73d9-4406-ad79-b203d1d88087 08:00:18.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=26445e57-874c-46e6-9366-c0cbdb926bcf 08:00:18.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=544a53dc-81c0-4f27-8c23-203d45486eed 08:00:18.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8fbf5d47-7e99-4dba-9451-c5f75363bedd 08:00:18.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 08:00:18.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bd6b5b5a-49ca-43fa-a64f-e4e4c01dc8c3 08:00:18.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b97368d7-7451-4e3b-8bd7-b23d37220416 08:00:18.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=592c93c5-f8a1-466f-a869-85998acf63fa 08:00:18.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c84586bd-dd76-4776-8c10-74fed76fde4a 08:00:18.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b38f93de-ac99-42de-acc8-b28909102132 08:00:18.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=60494ac1-cc89-444c-b3e3-2b8c743aecfe 08:00:18.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 08:00:18.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6a9ba2c0-bb27-4c1a-bf05-f1abd92b3c93 08:00:18.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c080f59d-619d-4bc1-9328-94910e9f041c 08:00:18.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=52dd4743-311c-4571-a042-c84784b1cdca 08:00:18.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=32a0b981-d6a3-4a78-8438-5a35c45b4298 08:00:18.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cb37bbf9-28f3-4fe3-b4de-1bc200662811 08:00:18.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6a265b19-e0de-4ec8-862e-ca4d60067c31 08:00:18.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3a1e0bed-8c01-4aff-a0d4-9cd639bf0512 08:00:18.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=abed0e7c-13e2-446d-8e7e-249f7de00c4a 08:00:18.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=60289316-c27f-4260-ba50-71e884326e68 08:00:18.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 08:00:18.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9126a397-7af2-49db-84f2-5dfb4f9f4958 08:00:18.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4f910e6f-331c-4efc-bc43-dc9643168686 08:00:18.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c4046a68-830f-42e3-928d-6a17ad8a99f4 08:00:18.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8873bd97-c577-49f8-b15b-796013b5ef4a 08:00:18.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f055cda5-6c73-4e9a-8d3f-837d8c2b2250 08:00:18.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=952b4d9d-3d0f-4b7c-b7c5-8af4c665230d 08:00:18.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=52b43677-70db-4786-af8d-c244af7d143b 08:00:18.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=95db06a7-7ced-4eae-bfd6-790afb62ae8d 08:00:18.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f6fbb1e5-d914-4175-a3b9-25286ae3aea9 08:00:18.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8c640faf-f2bd-4f5d-a19d-22d49701921e 08:00:18.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=116bfc19-c04e-4f61-9e57-013c054886ea 08:00:18.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=79cf8828-4326-471b-874e-bad91cc379eb 08:00:18.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 08:00:18.681 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=09af63be-a813-405b-8247-e14b550a5651 08:00:18.681 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=409b8695-cf56-4c61-a58c-50a19513fc4f 08:00:18.681 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=160900ad-d3fb-4b3a-bd92-7504411063ce 08:00:18.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f3baf871-51e1-41b6-bee7-a3014da4e9b9 08:00:18.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f87b2cc7-429e-48e9-851f-fb3b895e5893 08:00:18.683 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=cf03315d-f5c3-4293-bc3b-65ffed16ae02 08:00:18.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8bcc7ca5-a0d6-4126-818f-1f9541fb868b 08:00:18.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=93ccec93-62c7-4fe6-bf74-ca84757c8da8 08:00:18.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8f13ee76-4759-4a6c-afee-a015cbede24e 08:00:18.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=74cf26b2-28f5-44dc-93ea-0a4a54f3befa 08:00:18.685 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d632abf4-c83d-465a-b635-a97ad4fc930a 08:00:18.685 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ca4eeff0-adb9-4e7f-ac7d-085ca9dfdda1 08:00:18.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 08:00:18.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=db4c9ab8-fb82-4111-add6-86b9e4f09cb8 08:00:18.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c8c80347-a3cf-479e-b0bf-f8575952c602 08:00:18.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8273b721-b102-4794-978a-5b23f8d3814e 08:00:18.689 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=da94575b-7af6-464d-8a99-4a3f6795fdcb 08:00:18.689 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e52fe870-ac76-42b6-b882-5e95fd381227 08:00:18.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9fa01c40-4989-4cbf-8ace-faf86c0f21a5 08:00:18.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f04c09fe-627c-4a78-8070-349a8616d2f3 08:00:18.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=24cdaf3f-d62f-4c4e-a764-9fbf9cb5181d 08:00:18.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=69f6424f-9bfa-4af3-becc-d34f651ceeaa 08:00:18.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 08:00:18.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b49455b8-9afc-46c2-a08b-ee2b8488e73d 08:00:18.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a096c3e9-763e-49dc-93bb-4785d322cf5f 08:00:18.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9e306a08-835f-4975-a217-adf8dc4fb91f 08:00:18.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b4475859-0844-422a-b44e-5b7587f42e4f 08:00:18.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f5f138f4-eced-44f2-814b-fc59ecd0a030 08:00:18.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=149c1ae2-515e-4055-8873-41cf56389877 08:00:18.694 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=889e6b61-4103-4560-8c9d-b4f32dcac5c8 08:00:18.694 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=64a8afdb-86fc-4d35-9d28-c505745ec9d8 08:00:18.694 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=278ac588-cf30-4f16-9719-1f22d1c249cf 08:00:18.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7610738d-2170-4d0e-943b-4c4a482959e2 08:00:18.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a1966ad5-25f7-41a6-be88-5e986292eeb4 08:00:18.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=732fea86-77d1-49eb-ad19-bb24e822b730 08:00:18.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 08:00:18.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ca1ac2f0-b6bd-425c-957a-65fe2dd25a8a 08:00:18.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=70806b39-6449-4cf7-9993-0c6dadbfd115 08:00:18.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=17e8482a-2101-4dc2-873e-a1eb70a84352 08:00:18.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a5918e1c-d1b7-469d-ae22-0bb92ddd20a8 08:00:18.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bca38f05-0e4e-424f-9aa2-5942bdcbad4f 08:00:18.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=29df77a3-f0d1-4395-a76a-ca8ee5d644d6 08:00:18.747 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1a08c848-f5c5-4091-a372-bb1472335e45 08:00:18.747 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=af193a36-75b1-49db-bca6-0745d2533bea 08:00:18.747 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4681ca27-69f5-478e-ad86-3d0171826de5 08:00:18.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ce1ce5e8-2b61-42b3-932c-ec9d47ce56da 08:00:18.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8e1b6a4c-e94d-41f9-99ea-8b8eb018de57 08:00:18.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=97c7e655-47fd-4c04-87a0-f2e6dbf16f33 08:00:18.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testStartConsumptionCombinations() 08:00:18.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#concurrentStartConsumptionFails() 08:00:18.754 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.755 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9df25059-b3ee-4c97-b2c6-0c97f70eead3 08:00:18.755 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=80ba891f-0c97-48bc-963f-c93fb7a4fe38 08:00:18.755 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0b715d1f-4ade-4cbe-8d33-9da9c745bc04 08:00:18.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#concurrentStartConsumptionFails() 08:00:18.758 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 08:00:18.759 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.759 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bed200b9-d5e3-4e8b-a1b4-451365aa4fc0 08:00:18.759 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a3f21ead-a37b-4627-8d59-2a353eef6fce 08:00:18.759 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c047d0c2-8228-4a1a-8eb3-196db6fc6705 08:00:18.760 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6878ad47-24bb-491d-b58c-720fa95e134d 08:00:18.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 08:00:18.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 08:00:18.764 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c46c0aee-3f54-4f89-a117-b036e564ffaa 08:00:18.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=78b0a141-2b82-4fff-9a7c-4d61a1848579 08:00:18.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=08cb7bf2-5ecb-4d25-a49c-b066038cc6ce 08:00:18.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5b8125c5-ef5e-49a4-8702-95c557073fcb 08:00:18.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 08:00:18.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 08:00:18.768 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=dbe8a9e5-44af-4652-9364-748b2f690744 08:00:18.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=01a5e328-eb9c-41e4-b75b-04819fafcec0 08:00:18.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f699f60b-c30f-4bff-a147-9016b2389a57 08:00:18.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c2690e41-4c47-497d-8dbc-7a83284aa783 08:00:18.773 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 08:00:18.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 08:00:18.776 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=55e80b62-f0b1-4357-a4c0-b0ec6122bb7b 08:00:18.789 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:cc24a513-5c7a-4e8f-9b35-100d834c716f, action=CREATED, path=/attributes/newAttribute, value={"attributes":{"newAttribute":{"complex":{"simple":42}}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:cc24a513-5c7a-4e8f-9b35-100d834c716f}]], thing=ImmutableThing [thingId=null, policyId=null, definition=null, attributes={"newAttribute":{"complex":{"simple":42}}}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 08:00:18.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 08:00:18.791 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=15abb3e9-e68a-4ed8-a9a0-9dbd3a05ef73 08:00:18.794 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:d0935fa0-e4aa-4af3-a97e-c5e7e82d38c5, action=DELETED, path=/features/feature_id_1, value=null, revision=1, timestamp=2024-01-27T08:00:18.792761Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:d0935fa0-e4aa-4af3-a97e-c5e7e82d38c5}]], feature=null], thing=null] 08:00:18.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 08:00:18.796 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 08:00:18.797 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.797 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b7f85e87-4289-4cc2-ac06-5418a917fbaa 08:00:18.847 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:7a129727-277d-41e7-a5c2-ee1800cba15f, action=UPDATED, path=/, value="lux", revision=1, timestamp=2024-01-27T08:00:18.799351Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:7a129727-277d-41e7-a5c2-ee1800cba15f}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"lux"}}, desiredProperties=null]] 08:00:18.848 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 08:00:18.848 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 08:00:18.849 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.850 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=187ad79e-3c9c-4fa8-a02a-f0d71a8c4beb 08:00:18.852 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:f20c6c44-b3f6-4e4f-b6ef-8681418bee23, action=UPDATED, path=/properties/complex/bum, value={"properties":{"complex":{"bum":"bar"}}}, revision=1, timestamp=2024-01-27T08:00:18.850923Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:f20c6c44-b3f6-4e4f-b6ef-8681418bee23}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"bar"}}, desiredProperties=null]] 08:00:18.854 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 08:00:18.854 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 08:00:18.855 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.855 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5d88d3e8-00c8-49c2-a54f-4c4800a251f6 08:00:18.857 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:e90e246c-b569-43be-9289-3742efad8730, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:e90e246c-b569-43be-9289-3742efad8730"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:e90e246c-b569-43be-9289-3742efad8730}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:e90e246c-b569-43be-9289-3742efad8730, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.858 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 08:00:18.858 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 08:00:18.860 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.860 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b88e2d07-3f76-4376-be82-799b6254b680 08:00:18.863 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:824eeb63-ceac-4a31-b0c7-2997173d45ff, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2024-01-27T08:00:18.861351Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:824eeb63-ceac-4a31-b0c7-2997173d45ff}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 08:00:18.863 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:824eeb63-ceac-4a31-b0c7-2997173d45ff, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2024-01-27T08:00:18.861351Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:824eeb63-ceac-4a31-b0c7-2997173d45ff}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 08:00:18.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 08:00:18.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 08:00:18.866 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=62e62b36-fa4a-42d3-a176-7be8468a3176 08:00:18.868 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:d0fe3539-1c13-4e25-8af9-6f985b115866, action=DELETED, path=/, value=null, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:d0fe3539-1c13-4e25-8af9-6f985b115866}]], thing=null] 08:00:18.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 08:00:18.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 08:00:18.870 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6d884300-31d0-4ddf-9062-1bfc2bb482cc 08:00:18.874 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableChange [entityId=org.eclipse.ditto.test:3d51143f-3c11-4442-9353-d0286a022d33, action=UPDATED, path=/, value="bumlux", revision=1, timestamp=2024-01-27T08:00:18.871997Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:3d51143f-3c11-4442-9353-d0286a022d33}]] 08:00:18.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 08:00:18.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 08:00:18.876 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=35d18359-1f79-4c1c-a9d9-c05125e3417a 08:00:18.879 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:b6cbc442-8df8-4746-8673-78af823142b9, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:b6cbc442-8df8-4746-8673-78af823142b9"}, revision=1, timestamp=null, extra={"attributes/extra":"extraValue"}, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:b6cbc442-8df8-4746-8673-78af823142b9}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:b6cbc442-8df8-4746-8673-78af823142b9, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 08:00:18.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 08:00:18.881 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.882 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=58e54c1d-6ab5-49be-9a43-c8385eb7c550 08:00:18.884 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.884 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.884 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.884 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.884 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.885 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.885 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:ade8d592-a0ea-4985-81b1-5f105c72ced6, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 08:00:18.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 08:00:18.887 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c24eb5af-0ad3-4f80-a385-b6ab0ec3e7f6 08:00:18.892 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:7da12522-077b-44da-9938-274e9b93c2ec, action=CREATED, path=/attributes, value={"attributes":{"foo":"bar","misc":1}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:7da12522-077b-44da-9938-274e9b93c2ec}]], thing=ImmutableThing [thingId=null, policyId=null, definition=null, attributes={"foo":"bar","misc":1}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 08:00:18.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 08:00:18.895 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e95964f8-33ed-4f18-9457-c5b4b56bbb26 08:00:18.898 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:bcab98ef-ddb2-477a-a032-72abdae2d3c0, action=CREATED, path=/, value={"abc":"def","foo":false}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:bcab98ef-ddb2-477a-a032-72abdae2d3c0}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:bcab98ef-ddb2-477a-a032-72abdae2d3c0, policyId=null, definition=null, attributes={"abc":"def","foo":false}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 08:00:18.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 08:00:18.900 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchPublisherTest#cancellation() 08:00:18.901 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.903 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"35aa3ee8-1c28-4591-b4ad-1bd934f08dc4"},"path":"/","value":{}} 08:00:18.947 [pool-303-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"74469372-47bb-4850-9ddb-663fe7cf0130","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription","demand":99}} 08:00:18.947 [pool-303-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/cancel","headers":{"content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription"}} 08:00:18.949 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchPublisherTest#cancellation() 08:00:18.954 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]() 08:00:18.955 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.957 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"c5762f83-b887-48b2-9e01-1a883f1d2a97","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes"} 08:00:18.960 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]() 08:00:18.960 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 08:00:18.961 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.962 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 08:00:18.963 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 08:00:18.963 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"34a5c91a-43af-4edb-81e4-41e855ffc2c3","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 08:00:18.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 08:00:18.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]() 08:00:18.968 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"aca602a4-d531-4f78-8306-0fb39977bb4f","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}} 08:00:18.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]() 08:00:18.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]() 08:00:18.972 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"bd160393-ecf0-4ce8-937e-5b78760db86d","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new"} 08:00:18.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]() 08:00:18.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 08:00:18.976 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.977 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"c68b3a32-f757-42df-8817-0e9ae7b27033","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true} 08:00:18.978 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 08:00:18.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 08:00:18.980 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.980 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1590221b-0532-44d6-87f1-2b3e4c2fc650 08:00:18.984 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 08:00:18.985 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 08:00:18.986 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:18.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"7b46f912-74b3-43df-ae06-9f01f5e4d004","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"} 08:00:19.048 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 08:00:19.048 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]() 08:00:19.049 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.050 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"a6d51094-1085-4f83-9242-144bb9be386d","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 08:00:19.052 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]() 08:00:19.052 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 08:00:19.053 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.054 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"d62b4b78-6351-4f2a-8882-d7c3fcc9b34d","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"} 08:00:19.056 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 08:00:19.056 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 08:00:19.057 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.058 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"9ca08ed6-a0c2-4043-8f32-9c4f37db0aa6","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/old"} 08:00:19.059 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 08:00:19.060 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 08:00:19.061 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.061 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"13e8f140-b6ff-48c9-bdf2-b3f461832246","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 08:00:19.063 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 08:00:19.063 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 08:00:19.064 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=38ac7949-ff55-429a-aade-2e61ec07d08b 08:00:19.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 08:00:19.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 08:00:19.071 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.071 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"694c2c48-e1f5-4257-8042-3e3c981a1fdd","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 08:00:19.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 08:00:19.074 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]() 08:00:19.075 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"57aefe6e-7c24-46e7-a4ed-565700733323","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new","value":"value"} 08:00:19.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]() 08:00:19.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 08:00:19.079 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"21585d21-b590-42d0-b987-68eb5f36818d","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes","value":null} 08:00:19.162 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 08:00:19.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 08:00:19.164 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.165 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 08:00:19.165 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 08:00:19.166 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"bba1c252-c321-450c-bcf4-d3de6beb414a","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 08:00:19.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 08:00:19.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 08:00:19.170 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"1171e702-9722-43d7-b5fa-938c4a7f9906","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"} 08:00:19.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 08:00:19.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 08:00:19.181 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"67eec93c-f2a7-4838-9a30-ec329de1048d","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true} 08:00:19.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 08:00:19.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 08:00:19.188 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"b99fb374-e922-4943-9fa5-0652bc5efb44","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 08:00:19.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 08:00:19.192 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 08:00:19.192 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 08:00:19.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 08:00:19.194 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.247 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"52988ed5-ed6c-4c76-82ff-117a0a3ef6a2","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"} 08:00:19.248 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 08:00:19.249 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]() 08:00:19.250 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.251 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"8101ba8b-0828-4a3c-911c-e24289d6a281","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes"} 08:00:19.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]() 08:00:19.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 08:00:19.254 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.255 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 08:00:19.255 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 08:00:19.256 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.257 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"ee272e65-4d13-4730-bd64-baec58646e97","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 08:00:19.259 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 08:00:19.259 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]() 08:00:19.260 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.261 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"ded6fefd-d097-4a34-8d1f-578e661c8117","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}} 08:00:19.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]() 08:00:19.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]() 08:00:19.264 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.265 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"4bc34512-12c2-45a4-a70b-5e40d0bd8525","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new"} 08:00:19.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]() 08:00:19.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 08:00:19.269 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"a98a523e-0637-4048-bd18-13be81283536","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true} 08:00:19.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 08:00:19.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 08:00:19.273 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=29b66c02-a2ea-4745-bf6a-49a43928e8d7 08:00:19.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d7b56925-06de-4bee-b975-67295cd884b3 08:00:19.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=543229ab-3e42-44b8-98ed-c1ba32702037 08:00:19.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 08:00:19.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 08:00:19.278 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"eeb3b49e-5d10-49e8-a99a-2ea45acb0491","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 08:00:19.281 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 08:00:19.281 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]() 08:00:19.282 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"1578a45a-61d4-4843-a34a-fa5738ad8842","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 08:00:19.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]() 08:00:19.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 08:00:19.286 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"3a64e09c-335e-41ff-9928-f6e1d8e26523","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 08:00:19.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 08:00:19.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 08:00:19.347 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"c1f3987c-f821-4a56-b891-e75212dadcb5","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/old"} 08:00:19.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 08:00:19.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=live]() 08:00:19.351 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.352 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"7ab15507-0a4d-4760-9c2f-326b2b7a3754","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 08:00:19.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=live]() 08:00:19.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 08:00:19.355 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fa1a612e-e0a9-4e11-81dd-44642712a53b 08:00:19.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0b5dd407-087b-4f40-bded-8b24295e0e05 08:00:19.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=23dbbbac-a53e-449d-ab5d-faeeb1508c51 08:00:19.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 08:00:19.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 08:00:19.360 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"942ef04f-9b66-418d-876a-707aaa8a2ace","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 08:00:19.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 08:00:19.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]() 08:00:19.364 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"630d9ea7-c822-4e01-943f-5f24b2e2188f","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 08:00:19.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]() 08:00:19.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 08:00:19.367 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"394a17fb-54ad-4283-91ac-9b2290113bbd","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes","value":null} 08:00:19.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 08:00:19.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 08:00:19.371 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 08:00:19.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 08:00:19.374 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"57e5c5bd-e705-4635-b436-e53cfb6ed3a8","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 08:00:19.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 08:00:19.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 08:00:19.378 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"1d315fef-5e59-40d9-9ea5-9431176ddabf","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"} 08:00:19.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 08:00:19.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 08:00:19.381 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"efd71463-16b1-47a8-90cb-ec6893b30216","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true} 08:00:19.386 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 08:00:19.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 08:00:19.388 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"633058ba-4268-49d7-8dfb-91c081661966","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 08:00:19.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 08:00:19.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 08:00:19.449 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 08:00:19.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 08:00:19.451 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.452 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"0baf7fb8-dfaa-4adf-8229-d7c8bb358845","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"} 08:00:19.454 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 08:00:19.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testFeatureEventAcknowledgement() 08:00:19.455 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.456 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=025f33be-be0f-4831-a21d-0eeb3c082907 08:00:19.460 [mock-provider-2] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/409","headers":{"response-required":false},"path":"/","status":409} 08:00:19.460 [mock-provider-2] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/201","headers":{"response-required":false},"path":"/","status":201} 08:00:19.460 [mock-provider-2] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false},"path":"/","status":403} 08:00:19.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testFeatureEventAcknowledgement() 08:00:19.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testThingEventAcknowledgement() 08:00:19.462 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.463 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f2730b0b-f103-48df-a21a-0f98c734df61 08:00:19.466 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/100","headers":{"response-required":false},"path":"/","status":100} 08:00:19.466 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/301","headers":{"response-required":false},"path":"/","status":301} 08:00:19.466 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false},"path":"/","status":403} 08:00:19.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testThingEventAcknowledgement() 08:00:19.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testAttributeEventAcknowledgement() 08:00:19.468 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.469 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2bc58771-1902-4733-8aba-1c986601cb19 08:00:19.472 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/200","headers":{"response-required":false},"path":"/","status":200} 08:00:19.472 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false},"path":"/","status":403} 08:00:19.472 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/500","headers":{"response-required":false},"path":"/","status":500} 08:00:19.473 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testAttributeEventAcknowledgement() 08:00:19.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testStartConsumptionCombinations() 08:00:19.475 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.475 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 08:00:19.475 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9a035bcf-67a5-4819-84b2-b01b92589b43 08:00:19.475 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 08:00:19.475 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0e43362d-3d11-43cc-bba3-025bd4c9af58 08:00:19.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=966df2c2-b3b6-443e-aa5f-b4618fc95044 08:00:19.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 08:00:19.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f989b19d-81cf-4545-9483-b5f9b5cb0265 08:00:19.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6fcb0b00-157c-4a62-9c34-dad3539ddc14 08:00:19.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=47ff2fc2-ae95-420e-b343-aa015bf02d60 08:00:19.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 08:00:19.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f9c976b0-7b9f-4dc6-af55-ea4fceaa647d 08:00:19.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0a02c13b-46be-4cc5-92e0-4caed31ca986 08:00:19.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7aea8d91-a7dd-4b46-a022-63ea91bc642e 08:00:19.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=224b23b5-327f-40bb-9eff-c1f4ae5b1642 08:00:19.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 08:00:19.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b5b64801-dfe0-47d2-8184-7a4097427759 08:00:19.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6e09e70e-4900-4788-9665-8fae0386108e 08:00:19.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f60c5d53-1707-431d-b64d-2d20f2f70cb4 08:00:19.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a7a972f6-3f32-4ab8-a755-c8d178e51140 08:00:19.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 08:00:19.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=28f9cb4e-9c84-456d-9e9f-1bf3f2449994 08:00:19.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=04321755-cd48-4128-a857-6a22b0c7de3c 08:00:19.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=88c98ced-5c48-4ed7-82e1-593ad2ca0255 08:00:19.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 08:00:19.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c9408a4d-4cc0-4e8c-9bfc-3291de75d639 08:00:19.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5b2280bc-44e8-47ad-b7f0-c7d54a5335c5 08:00:19.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c598e01d-3e5c-4c63-b041-18ede89a61f9 08:00:19.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b8cfc853-5d0d-4ecb-a9f2-287613442357 08:00:19.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 08:00:19.481 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8e96c2c3-608f-4a5a-ba3a-6967e1d27c15 08:00:19.481 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3056d736-9a50-40f2-aa96-14159a34f7b2 08:00:19.481 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8e6dc21c-fc4b-4a56-98d2-3aa208416653 08:00:19.481 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cb2f42e4-c00e-49ad-bd90-e6daf756ceb8 08:00:19.482 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 08:00:19.482 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=63100036-4bc3-49bf-b0fd-1d7dbaf262bc 08:00:19.482 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8f97d959-997a-4ba2-b408-702b9be0302b 08:00:19.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 08:00:19.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=988d6c4a-c1ec-4a18-981d-b89e5ba9b848 08:00:19.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=788408f0-3b68-49b7-ab26-e794eb29b08a 08:00:19.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=634acccd-06ca-4c6a-bdea-36e03db787de 08:00:19.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 08:00:19.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eae0ca43-2702-4c67-945b-1798c775e591 08:00:19.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=da162940-4cc7-42c8-bf13-4d403f0b6dff 08:00:19.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e4d1ee60-1422-4f5b-a5ff-695e93eb31b8 08:00:19.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=67692b8e-cdf1-40e9-b9f4-1d048916f15f 08:00:19.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 08:00:19.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=88304097-e899-40b0-8586-74a62301e82d 08:00:19.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6b51c7e3-70e5-4898-b1ab-f35c19deebd4 08:00:19.485 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1e3ad7fa-b93f-40d1-ab72-baeeef7553aa 08:00:19.485 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=580f3049-b9f0-4379-82de-2f2908e2774c 08:00:19.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 08:00:19.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=67c0f430-38d9-493a-8d6c-39ee19e916de 08:00:19.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e91d58a6-0051-4070-98bc-16f8cf7c12f1 08:00:19.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bb8662ae-24b5-4254-b557-9e30b440226e 08:00:19.487 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 08:00:19.487 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e0e815bc-4319-42e6-8a23-66a08bb0d83d 08:00:19.487 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fefe1ec2-22d4-4c23-be58-5a4b49e013ce 08:00:19.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=69ca1436-e766-46e0-81d5-4452c9015480 08:00:19.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d08c17a7-eeff-486d-b8b2-edd5c3286da8 08:00:19.489 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 08:00:19.489 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c9ee0cba-38ce-426c-befc-8c35a75a2cbf 08:00:19.489 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8551f1ae-1ded-474b-afd8-a3a93b9f04d7 08:00:19.547 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=11e18cab-4865-4a24-97f8-80fab9227366 08:00:19.547 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e704ecd7-656f-4fdf-b7dd-91f213c38b0c 08:00:19.548 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 08:00:19.548 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=707a658d-351b-4e24-9d20-74442de9be90 08:00:19.548 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 08:00:19.549 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=08fbd9c4-b8aa-455d-834b-40828120f397 08:00:19.549 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2bf9b749-12aa-415d-9b57-89d48e894158 08:00:19.549 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 08:00:19.549 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3d5cf58d-0259-4caf-8895-2d8dd6e46915 08:00:19.550 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5bad7aa7-9317-4019-ad5c-f4733a8aebae 08:00:19.550 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=49b575db-fdaa-4623-93b0-966d114f2626 08:00:19.550 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 08:00:19.550 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9b656d2b-9949-4367-97c8-b216e264e979 08:00:19.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d0d6209c-785f-4c88-a34a-767c6c6d1c46 08:00:19.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e8dbf78f-f8c3-4643-a9ec-d456e811a8b6 08:00:19.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5040bea1-1a60-4ec1-8791-88361f03c63d 08:00:19.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 08:00:19.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6ff4481c-6ae2-4ecc-91c1-a998144c3d03 08:00:19.552 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6a2619f8-ee59-4009-b010-c3ec1563035e 08:00:19.552 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=47ec5bb8-15d9-48d6-a3ae-62313d1bb773 08:00:19.552 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=134ca1db-d9e0-4a25-b9ca-20728e3bb9e3 08:00:19.552 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 08:00:19.553 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e59ceebc-936e-4118-a2a6-b53c4ef07315 08:00:19.553 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4dd27aa1-dc79-4948-be92-2bf11a01466e 08:00:19.553 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3d743300-8d7a-49e1-87e0-a999f0d3759e 08:00:19.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 08:00:19.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7fc23510-a136-4c91-a992-b3a853b44278 08:00:19.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0831c8ac-ed60-4ed8-a7b4-8c0bea4066d7 08:00:19.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d566105e-e5ab-4fd3-8063-c995f5221584 08:00:19.555 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a0a94239-0fad-4930-be13-0343182987e1 08:00:19.555 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 08:00:19.555 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b3c90bd2-e4b6-4f7d-9c40-1e2c482ab9d0 08:00:19.556 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7b1717fe-5bc2-4b88-bb6e-7e9b3c65b19f 08:00:19.556 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9e2f550f-90b0-46e0-b35e-06a9f5a741fb 08:00:19.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2abcde68-1443-470a-8ca6-8e3d9249a6fa 08:00:19.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 08:00:19.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bbac054a-3bdd-4149-9ffb-8d1c073ced6e 08:00:19.558 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=955236da-6882-40ce-ba50-8c76648fb4be 08:00:19.558 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 08:00:19.558 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bbd59b57-c63a-4aab-a580-01f31c9db54c 08:00:19.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=81bb8fa5-0d84-4249-8b51-688af477d4b2 08:00:19.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9363a8c6-3a1e-4656-80da-0876947f17f1 08:00:19.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 08:00:19.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=857d4564-3ac1-4e37-8d90-b6b871c90579 08:00:19.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e59ca82c-ae64-4545-9c3f-4bb1cdff0ba2 08:00:19.561 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d1c77fe8-3269-494c-b3c1-fae06df8a952 08:00:19.561 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b5542962-9274-4306-95c7-4dc0d590e4f0 08:00:19.561 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 08:00:19.561 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=61bad36a-b41f-4336-a047-b857abb43f46 08:00:19.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fd3c6bb9-3ee0-426b-8665-b72641e62115 08:00:19.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4d112ecb-155c-4301-992e-d57ee76e5853 08:00:19.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b30dbc2c-05ef-478c-a27c-353681a3233a 08:00:19.563 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 08:00:19.563 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=09d4f33e-0981-47ad-95bf-817598b58216 08:00:19.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=04ac7f5c-4201-49e9-b7f9-53804a219aee 08:00:19.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0af5e9e9-4fb5-4c57-9c3f-5a755efe2aa4 08:00:19.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 08:00:19.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b6bbe43f-c3ea-4c74-b720-be891bfc5a0d 08:00:19.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=66e957bc-56a2-40fd-91b0-47eb7dc9d86d 08:00:19.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=412920cd-1422-470c-b014-63f96aa66199 08:00:19.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c7389c1d-6575-4dcf-89ea-9ef86e26219d 08:00:19.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 08:00:19.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bd97b4b8-c1fb-4c67-aee6-1ab5035dd67f 08:00:19.567 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2ee2aa30-d220-4bd5-a593-cf938d278de2 08:00:19.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=65502f59-0707-4a78-917a-d852eb814f17 08:00:19.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c851ab39-c5c1-4a1a-b982-4ce52dc1b079 08:00:19.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testStartConsumptionCombinations() 08:00:19.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#concurrentStartConsumptionFails() 08:00:19.574 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2dee4505-fcf0-45da-938f-5a051d6b18b8 08:00:19.576 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#concurrentStartConsumptionFails() 08:00:19.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 08:00:19.579 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"250a3547-8d62-4ba0-b05d-add3c4a6a29d"},"path":"/","value":{}} 08:00:19.582 [pool-356-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"b62312be-de58-4d64-a704-a857c316af3c","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-0","demand":2}} 08:00:19.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 08:00:19.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 08:00:19.587 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"dabe07aa-bbfb-46fe-bcc9-81743e4a1835"},"path":"/","value":{"filter":"not(or(exists(/features/f1/properties/p1),eq(/attributes/a/b/c,5),exists(thingId)))","options":"size(5),sort(+/thingId,-/attributes/x)","namespaces":["hello.world"]},"fields":"/thingId,/policyId"} 08:00:19.589 [pool-358-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"4d68e0ba-2923-4202-9a33-6b3d34bf1f51","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-1","demand":2}} 08:00:19.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 08:00:19.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 08:00:19.648 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"3be9a422-1b39-4d7b-85c5-20255e84a943"},"path":"/","value":{}} 08:00:19.650 [pool-360-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"00b0709d-61f1-4b01-b7e4-411a2a00b203","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2","demand":2}} 08:00:19.651 [pool-360-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/cancel","headers":{"content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2"}} 08:00:19.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 08:00:19.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 08:00:19.653 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"82f6389d-6a99-4935-bd28-917b48fd2f29"},"path":"/","value":{}} 08:00:19.655 [pool-362-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"f7652907-7a01-4433-9824-ce1576d9f4e2","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-3","demand":2}} 08:00:19.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 08:00:19.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=STREAM]() 08:00:19.661 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"93b2d4b7-620d-4af1-99e1-5e5c21f3f36f"},"path":"/","value":{}} 08:00:19.662 [pool-364-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"1344dc7d-6c13-4630-b237-9b9c032d6f99","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-4","demand":2}} 08:00:19.665 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=STREAM]() 08:00:19.665 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 08:00:19.666 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"ec13965a-e7a1-492e-acfd-093d07245d04"},"path":"/","value":{"filter":"not(or(exists(/features/f1/properties/p1),eq(/attributes/a/b/c,5),exists(thingId)))","options":"size(5),sort(+/thingId,-/attributes/x)","namespaces":["hello.world"]},"fields":"/thingId,/policyId"} 08:00:19.668 [pool-366-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"155aa894-cda5-48ba-95e1-9d190edcfba2","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-5","demand":55}} 08:00:19.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 08:00:19.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 08:00:19.671 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"4460c793-b180-4568-a08a-d428eefeb408"},"path":"/","value":{}} 08:00:19.672 [pool-368-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"b1b9047f-19e7-434c-8b2b-a9360db15ff7","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6","demand":2}} 08:00:19.673 [pool-368-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/cancel","headers":{"content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6"}} 08:00:19.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 08:00:19.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 08:00:19.675 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"51f3284e-df11-48e1-b93d-a47ddb7b4c0b"},"path":"/","value":{}} 08:00:19.677 [pool-370-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"64616e03-e867-4b2a-8192-219b60982f61","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-7","demand":2}} 08:00:19.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 08:00:19.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 08:00:19.685 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"requested-acks":["custom-ack-1","twin-persisted"],"correlation-id":"52ab4eb8-8b50-47f2-9625-f65ac0459a78","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"} 08:00:19.747 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 08:00:19.747 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 08:00:19.748 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.750 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"72fca89b-4a2e-46a9-9425-f44ae91e11a6","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 08:00:19.752 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 08:00:19.752 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 08:00:19.753 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.754 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"b4398752-0a40-454c-8b2f-d8a77b49d15a","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 08:00:19.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 08:00:19.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 08:00:19.758 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.759 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"1b70939e-b1a2-4a5f-af31-63c92d89c91e","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 08:00:19.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 08:00:19.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 08:00:19.762 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"d1b05dc0-d769-4685-82d4-17e633a3b0c8","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42} 08:00:19.766 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 08:00:19.766 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]() 08:00:19.767 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"87080dd1-aa73-4d4f-9a94-ab9333e890de","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:19.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]() 08:00:19.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]() 08:00:19.770 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.771 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"d87b2fb7-51f4-4a55-a2fd-9c2e055c5b44","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features"} 08:00:19.773 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]() 08:00:19.774 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 08:00:19.774 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"a44d6f7b-fe78-4ef6-8c78-e84c018f38b0","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}} 08:00:19.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 08:00:19.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 08:00:19.778 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"0a5c3694-08bd-4a20-ae43-82966fbdbee9","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density"} 08:00:19.780 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 08:00:19.780 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 08:00:19.781 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"16e3cdf5-06a7-4b45-8636-59e6a4543c0e","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:19.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 08:00:19.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 08:00:19.785 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"requested-acks":["custom-ack-1","twin-persisted"],"correlation-id":"ceaf79c9-403a-4a6c-aa82-03f34f1be0d9","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 08:00:19.788 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 08:00:19.788 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]() 08:00:19.789 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"d812722a-536d-4780-9cdb-a54d3a655415","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 08:00:19.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]() 08:00:19.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 08:00:19.793 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.794 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"0f3b3532-3a3f-460b-aaf2-c8591926a56c","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:19.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 08:00:19.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 08:00:19.796 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.797 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"aa6096a2-87d9-41b1-b11f-0df0dacc90af","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 08:00:19.848 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 08:00:19.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 08:00:19.849 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.850 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"b02e7cc5-0b50-4486-98ba-5388c332905b","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 08:00:19.852 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 08:00:19.852 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]() 08:00:19.853 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.853 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"b85b7186-d37f-41c6-b3a0-5ab2706c339e","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"} 08:00:19.855 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]() 08:00:19.855 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 08:00:19.856 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.857 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"36afc6f6-6c6d-43b6-a936-6dbf71c40a23","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:19.859 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 08:00:19.859 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 08:00:19.860 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"79d34037-0d93-4037-afb9-da491975d915","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 08:00:19.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 08:00:19.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 08:00:19.864 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"c58f86db-fa8c-49da-8d9d-77b2d2b7a75b","version":2,"response-required":true,"content-type":"application/json"},"path":"/features"} 08:00:19.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 08:00:19.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 08:00:19.867 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"67a8a481-fec6-445a-9fd7-284d02a9826f","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 08:00:19.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 08:00:19.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]() 08:00:19.871 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"0c3331fe-3793-448f-8e60-ef4aa1dc7ca0","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:19.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]() 08:00:19.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 08:00:19.874 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"07e19554-024d-44d9-81e9-eed9a424a109","version":2,"response-required":true,"content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 08:00:19.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 08:00:19.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]() 08:00:19.878 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"60d47366-5e99-4301-8bc8-70a48c792f0d","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"} 08:00:19.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]() 08:00:19.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 08:00:19.881 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.882 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"95bff738-2501-42f7-b4af-adb8d9b38a7f","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition"} 08:00:19.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 08:00:19.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 08:00:19.888 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"ddaa6a5d-a12a-476c-91d0-c586ddd99ca8","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"} 08:00:19.891 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 08:00:19.891 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 08:00:19.892 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.892 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"5615b4bb-59a7-4902-9d70-92d858725612","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:19.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 08:00:19.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 08:00:19.895 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"requested-acks":["custom-ack-1","live-response"],"correlation-id":"6aa8cd6c-d129-4507-9c00-548e7b3a1d43","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"} 08:00:19.898 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 08:00:19.898 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 08:00:19.899 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"5120e86a-2897-425b-b485-2cb4291e9915","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 08:00:19.901 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 08:00:19.901 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 08:00:19.902 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.947 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"39ebebfe-880a-4b8c-9d64-60aa1fb7a88d","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 08:00:19.948 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 08:00:19.949 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 08:00:19.950 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.950 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"54877194-c7c2-4b15-b7c1-9e1e8b241b88","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 08:00:19.952 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 08:00:19.952 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 08:00:19.953 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.953 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"5f529110-be99-477d-8bac-f3f9d5f10f1f","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42} 08:00:19.955 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 08:00:19.955 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]() 08:00:19.956 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.957 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"ff91c57b-b970-437c-b76f-107e6477a647","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:19.958 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]() 08:00:19.959 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]() 08:00:19.959 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.960 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"77b2775c-3cd7-4ad8-b7aa-867dcb10899d","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features"} 08:00:19.961 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]() 08:00:19.962 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 08:00:19.962 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.963 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"329ecb18-127a-4a80-9748-8f5aa8cf3c83","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}} 08:00:19.965 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 08:00:19.965 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 08:00:19.966 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"1bf09579-d5af-42e2-9f02-833c13cee362","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density"} 08:00:19.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 08:00:19.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 08:00:19.969 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"8ccb53f7-46a0-4201-a410-5d01f18aa1e1","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:19.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 08:00:19.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 08:00:19.972 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"requested-acks":["custom-ack-1","live-response"],"correlation-id":"6b9f0032-815f-4bfb-9499-2a2d91a6787a","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 08:00:19.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 08:00:19.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]() 08:00:19.975 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.976 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"1cd4df38-6f62-4d34-842f-3d7f8b739a40","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 08:00:19.977 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]() 08:00:19.978 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 08:00:19.978 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"643c9448-ae8b-4816-ac9a-9f8cd6b78f01","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:19.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 08:00:19.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 08:00:19.982 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.982 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"06a45f76-26db-4205-b0a6-d4ecaf05e759","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 08:00:19.984 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 08:00:19.984 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 08:00:19.985 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"97e539b6-3b42-4d53-a279-a089f7d05301","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 08:00:19.987 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 08:00:19.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]() 08:00:19.988 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.989 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"989777b4-0f72-4e7a-a199-cdd57b4c8d0b","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 08:00:19.991 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]() 08:00:19.991 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 08:00:19.992 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"484135c6-ece3-43e9-a912-90a7c0147750","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:19.994 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 08:00:19.994 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 08:00:19.995 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.996 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"021bf057-81dc-4f95-9450-f3752cd6ffca","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 08:00:19.997 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 08:00:19.998 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 08:00:19.998 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:19.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"087304f4-2445-40d9-be47-1812561b0f51","version":2,"channel":"live","content-type":"application/json"},"path":"/features"} 08:00:20.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 08:00:20.001 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 08:00:20.001 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.002 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"8a8e4c92-217c-4ec3-8fcd-160961d521e4","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 08:00:20.003 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 08:00:20.004 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]() 08:00:20.004 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.005 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"a25d7643-57aa-4517-bda3-04f52036c8d6","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:20.048 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]() 08:00:20.048 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=live]() 08:00:20.049 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.049 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"74c1714b-ee2d-4435-9648-eb9db9b00d2a","version":2,"channel":"live","content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 08:00:20.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=live]() 08:00:20.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]() 08:00:20.052 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.053 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"aad52052-a110-400e-a848-4ed3b4b36a35","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 08:00:20.054 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]() 08:00:20.055 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 08:00:20.056 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.056 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"4f6b4d3c-6408-40a1-ad78-b44519779548","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition"} 08:00:20.058 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 08:00:20.058 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 08:00:20.059 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.059 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"e9557b31-51b2-4779-8cd5-8d25cc5d54a7","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"} 08:00:20.061 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 08:00:20.061 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 08:00:20.062 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.063 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"f835116c-a467-4d60-9fbd-d55030bdc202","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 08:00:20.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 08:00:20.067 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions() 08:00:20.069 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"abc","version":2,"response-required":true,"content-type":"application/json"},"path":"/","fields":"/_revision"} 08:00:20.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions() 08:00:20.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector() 08:00:20.077 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"58085f98-2161-405f-bb4d-7ea115e680ec","version":2,"response-required":true,"content-type":"application/json"},"path":"/","fields":"/_revision"} 08:00:20.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector() 08:00:20.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyFails() 08:00:20.081 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.082 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"55e12b87-cd73-4fe9-ad86-90ebb240d89c","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 08:00:20.085 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyFails() 08:00:20.085 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicy() 08:00:20.086 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.091 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"b9bf43aa-bcbc-4de4-88d3-6f08af56e6aa","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 08:00:20.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicy() 08:00:20.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions() 08:00:20.095 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions() 08:00:20.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 08:00:20.097 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 08:00:20.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption() 08:00:20.098 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.099 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption() 08:00:20.099 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption() 08:00:20.100 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption() 08:00:20.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 08:00:20.101 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.102 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 08:00:20.102 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 08:00:20.102 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.103 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 08:00:20.103 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicy() 08:00:20.104 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.147 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"f184eb1e-76e8-4859-ac9e-1d4d9382e719","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 08:00:20.151 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicy() 08:00:20.151 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicy() 08:00:20.152 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.154 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"14f668b6-948a-4b3a-8425-10ffdd96e652","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 08:00:20.155 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"5102b95a-882e-4131-bdba-13d29815c5fb","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 08:00:20.156 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"cfbaec78-8b81-4186-a395-35c6f5c58661","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 08:00:20.166 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicy() 08:00:20.166 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicy() 08:00:20.167 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/delete","headers":{"correlation-id":"2aeddcad-63da-4534-92ee-bdc7d46623e1","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 08:00:20.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicy() 08:00:20.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicy() 08:00:20.172 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"cd6ec3a6-79c6-4a09-897a-6649cb81fa0c","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 08:00:20.175 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicy() 08:00:20.175 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 08:00:20.176 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 08:00:20.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithOptions() 08:00:20.178 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"abc","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 08:00:20.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithOptions() 08:00:20.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyJsonObject() 08:00:20.181 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"16d8f94d-fa23-4795-bb49-fc2f574b08a5","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 08:00:20.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyJsonObject() 08:00:20.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions() 08:00:20.186 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions() 08:00:20.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 08:00:20.188 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 08:00:20.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption() 08:00:20.190 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption() 08:00:20.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyJsonObject() 08:00:20.191 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"fcb185af-9ee4-400b-a690-668a57826193","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 08:00:20.194 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"e3e8ea16-4df6-49fc-abf6-2604c6d820aa","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 08:00:20.195 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"0c63d3c1-35cc-4de4-84bb-1e76c9540bbe","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 08:00:20.200 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyJsonObject() 08:00:20.200 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption() 08:00:20.201 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption() 08:00:20.250 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 08:00:20.251 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"b61934e4-c4ae-477c-a0c3-aaa0ed61b765","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:20.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 08:00:20.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 08:00:20.257 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.258 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"500b1b09-18af-439b-a042-7e376ffd2c4e","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:20.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 08:00:20.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 08:00:20.261 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=763c0bf5-e9a5-4e5a-8e0a-f373a1df73a8 08:00:20.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 08:00:20.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=twin]() 08:00:20.265 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"b2480723-eae0-4a4e-9776-1d3672aaf600","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:20.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=twin]() 08:00:20.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=twin]() 08:00:20.270 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"b5ffb2af-10c5-4e59-8b8c-c34f225a81d4","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 08:00:20.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=twin]() 08:00:20.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 08:00:20.273 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"f865f062-c593-4bf6-bf3e-6e2cd9bd3fca","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 08:00:20.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 08:00:20.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 08:00:20.277 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"fce75047-134d-4f1e-b3dd-4ddfdab79298","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:20.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 08:00:20.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 08:00:20.281 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.282 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"requested-acks":["custom-ack-1","twin-persisted"],"correlation-id":"55df30c2-b4f2-4168-8e94-bd8b7f68d461","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 08:00:20.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 08:00:20.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=twin]() 08:00:20.284 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"9825ae35-c5ec-413d-8c77-aa41e035d816","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:20.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=twin]() 08:00:20.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 08:00:20.288 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"requested-acks":["custom-ack-1","twin-persisted"],"correlation-id":"4c32d7f3-37bd-4a5c-be27-a829af60f90e","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:20.291 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 08:00:20.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=twin]() 08:00:20.292 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"3c77bbf9-5942-44bd-9074-9983944bfa76","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 08:00:20.294 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=twin]() 08:00:20.294 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 08:00:20.295 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 08:00:20.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 08:00:20.296 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:20.297 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a8f70878-f144-4cbc-9bd0-debddf7cd0e2 08:00:21.300 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 08:00:21.300 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 08:00:21.301 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.302 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 08:00:21.302 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]() 08:00:21.303 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.304 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"94e39dea-f287-45e1-a4c2-0e895f5d8381","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"} 08:00:21.305 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]() 08:00:21.306 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 08:00:21.307 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.308 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 08:00:21.308 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 08:00:21.309 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.310 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 08:00:21.310 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 08:00:21.311 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.312 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 08:00:21.312 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 08:00:21.313 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.314 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"36924eee-f71a-4296-a05b-563e6732c027","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_copyPolicyFrom":"policy.namespace:policyName"}} 08:00:21.316 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 08:00:21.316 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 08:00:21.317 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.317 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/twin/commands/create","headers":{"correlation-id":"4104edfd-227b-4718-9738-be41656d74f4","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}} 08:00:21.319 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 08:00:21.319 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]() 08:00:21.320 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.321 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"1a9ac321-3fb6-4ba2-9b5e-d6eba97ae99f","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"} 08:00:21.324 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]() 08:00:21.324 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 08:00:21.325 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 08:00:21.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 08:00:21.349 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 08:00:21.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 08:00:21.351 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.352 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"53f1bffa-2bdc-442f-8b13-196c999fe4c5","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"example.com:testPolicy","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:21.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 08:00:21.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 08:00:21.355 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=339a6096-7a7c-401d-802a-81cfadcaa883 08:00:21.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 08:00:21.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 08:00:21.359 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 08:00:21.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]() 08:00:21.361 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]() 08:00:21.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 08:00:21.363 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 08:00:21.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 08:00:21.365 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"2d4053c7-01f8-469f-a70a-6aebfa583eb2","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:21.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 08:00:21.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 08:00:21.369 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 08:00:21.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 08:00:21.371 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"1c626eb8-90c3-47ef-a354-790bdc6ea8e7","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:21.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 08:00:21.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 08:00:21.374 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"d8d16f7d-801e-4ff6-993f-c551bb96a201","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:21.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 08:00:21.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 08:00:21.378 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"951e5e4a-c7af-42c5-826e-cde53bb1b165","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:21.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 08:00:21.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]() 08:00:21.381 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.381 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"977e1dd8-588b-4470-ab5f-d9e4da96c391","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"} 08:00:21.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]() 08:00:21.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 08:00:21.384 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"b9ca2dae-6135-40c4-a6f7-c797b34d5f77","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"{{ ref:things/example.com:testThing/policyId }}"}} 08:00:21.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 08:00:21.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]() 08:00:21.388 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.389 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"d809fc0a-5eb9-477e-afa6-23c85ac11c35","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:21.391 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]() 08:00:21.391 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]() 08:00:21.392 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.392 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"815b0b99-9f14-4460-bb40-b83f09bff2a7","version":2,"response-required":true,"condition":"ne(attributes/test)","if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:21.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]() 08:00:21.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 08:00:21.395 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.396 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 08:00:21.396 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 08:00:21.397 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.398 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 08:00:21.398 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=twin]() 08:00:21.399 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.399 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"9fdea5cd-af55-4f17-8ae6-0f7a99c0acbd","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 08:00:21.402 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=twin]() 08:00:21.402 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 08:00:21.447 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 08:00:21.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 08:00:21.449 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 08:00:21.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=twin]() 08:00:21.451 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.452 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"088ec372-f09f-4789-8e92-807829e30a00","version":2,"response-required":true,"content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"} 08:00:21.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=twin]() 08:00:21.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 08:00:21.456 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.456 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"3201fed7-e7a1-46ce-a258-5e5233cf157a","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"example.com:testPolicy","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:21.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 08:00:21.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 08:00:21.459 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"e8c48b25-8949-4e29-b754-d72953b326e1","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:21.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 08:00:21.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]() 08:00:21.462 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.463 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"bd17a967-b2a0-4530-8ebb-f87bcc33320c","version":2,"response-required":true,"condition":"ne(attributes/test)","if-match":"*","content-type":"application/merge-patch+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:21.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]() 08:00:21.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 08:00:21.466 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 08:00:21.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 08:00:21.472 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.472 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=90f88d05-ffb8-47c5-b503-f398088eef48 08:00:21.475 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 08:00:21.475 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 08:00:21.476 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"9c07d4e1-182c-459a-800d-6754f70cc713","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:21.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 08:00:21.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 08:00:21.480 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"9414a1db-ae7b-4295-bee8-926574e49dae","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:21.482 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 08:00:21.482 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 08:00:21.483 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6bea9904-aca4-41d2-999e-b6036d8313dc 08:00:21.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e9e5a29a-6ff8-4e18-86dc-5d7c172adc53 08:00:21.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dd9125bb-0606-4f7e-b8e4-3c5b83ffe316 08:00:21.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 08:00:21.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=live]() 08:00:21.487 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"33b9fb7f-e2c0-410d-b3fb-af1c7c717043","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:21.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=live]() 08:00:21.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=live]() 08:00:21.490 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"f2094146-f00c-436c-aa79-7510dd57e110","version":2,"channel":"live","content-type":"application/json"},"path":"/"} 08:00:21.492 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=live]() 08:00:21.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 08:00:21.493 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"90cc8a76-7887-48d2-aa9c-d9d46cb9ce61","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 08:00:21.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 08:00:21.497 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 08:00:21.497 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.498 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"c10110a1-d886-4ce0-bf7e-b74c63a13309","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:21.500 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 08:00:21.501 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 08:00:21.501 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.502 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"requested-acks":["custom-ack-1","live-response"],"correlation-id":"946cbbba-adb7-471d-a121-af637a9b88d6","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 08:00:21.504 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 08:00:21.504 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=live]() 08:00:21.547 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.547 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"5280fd39-c8b4-473e-8f48-b4e0042f9505","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:21.549 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=live]() 08:00:21.549 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 08:00:21.550 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"requested-acks":["custom-ack-1","live-response"],"correlation-id":"87b71bb8-0ab5-427d-b095-deb279e1bc68","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:21.553 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 08:00:21.553 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=live]() 08:00:21.554 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.555 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"0cbcae31-7dae-4f0c-b46a-1c12d8042012","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 08:00:21.556 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=live]() 08:00:21.556 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 08:00:21.557 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.558 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 08:00:21.558 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 08:00:21.559 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:21.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=16bed07e-92f5-4b7c-8b68-0dc5d2246781 08:00:21.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=44d45a2f-09c0-493b-a987-0689b258ddc9 08:00:21.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4f527d98-b8ea-41ef-8c96-156a7921b05d 08:00:22.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 08:00:22.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 08:00:22.563 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 08:00:22.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]() 08:00:22.565 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"c5a1d416-bd33-4191-870f-87db337fdffb","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"} 08:00:22.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]() 08:00:22.569 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 08:00:22.569 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.570 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 08:00:22.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 08:00:22.571 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 08:00:22.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 08:00:22.573 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 08:00:22.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 08:00:22.575 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"4697d5c2-0dc6-4e25-9b43-93c9beb67ef7","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_copyPolicyFrom":"policy.namespace:policyName"}} 08:00:22.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 08:00:22.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 08:00:22.579 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.579 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/live/commands/create","headers":{"correlation-id":"5900d9bc-bb29-4809-9577-c038867a0d05","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}} 08:00:22.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 08:00:22.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]() 08:00:22.583 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"7420d243-ca35-4367-aed3-2d1fcb84b5df","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"} 08:00:22.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]() 08:00:22.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 08:00:22.586 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 08:00:22.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 08:00:22.589 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 08:00:22.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 08:00:22.590 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"3de0ac6e-7c5c-4b80-a07f-1d982cdb1745","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"example.com:testPolicy","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:22.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 08:00:22.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 08:00:22.594 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5813d599-2c76-4741-bccd-9ef6e5926890 08:00:22.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1be57709-7673-414c-a79a-53b9046fa023 08:00:22.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=60b37eac-1da2-4431-ae8b-85f72140431d 08:00:22.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 08:00:22.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 08:00:22.598 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.598 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 08:00:22.599 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]() 08:00:22.599 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]() 08:00:22.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 08:00:22.601 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.602 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 08:00:22.602 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 08:00:22.603 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.604 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"e54a21ee-ad37-4f64-b921-c0d690099f88","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:22.605 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 08:00:22.606 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 08:00:22.606 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.607 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 08:00:22.608 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 08:00:22.608 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.609 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"7787e6a4-7f52-4a48-932f-75f56ecdbfe0","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:22.610 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 08:00:22.611 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 08:00:22.647 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.648 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"c7a8c8c7-4a05-4bbc-8516-f1c2b09cb556","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:22.650 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 08:00:22.650 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 08:00:22.651 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"34334f02-d892-4bfc-b765-7a3a4ccda14f","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:22.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 08:00:22.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]() 08:00:22.655 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"0d472be6-b95d-4a8b-ab21-8dd1206d159e","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"} 08:00:22.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]() 08:00:22.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 08:00:22.658 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"4ba5cf26-152b-4c22-ae11-ac4ab2c14956","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"{{ ref:things/example.com:testThing/policyId }}"}} 08:00:22.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 08:00:22.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=live]() 08:00:22.662 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"0c98edda-41cb-49ee-bcfa-fad1bab897dc","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:22.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=live]() 08:00:22.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]() 08:00:22.665 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"da9ef499-c60d-4cbd-b24e-cb8578c2d32c","version":2,"condition":"ne(attributes/test)","if-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:22.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]() 08:00:22.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 08:00:22.669 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 08:00:22.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 08:00:22.670 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 08:00:22.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=live]() 08:00:22.672 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"16c99969-88de-47c3-9a5a-bae051243a8a","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 08:00:22.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=live]() 08:00:22.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 08:00:22.677 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 08:00:22.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 08:00:22.679 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 08:00:22.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=live]() 08:00:22.680 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.681 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"c83761b9-7c12-4ff4-ad9b-01e3f9e5f033","version":2,"channel":"live","content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"} 08:00:22.683 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=live]() 08:00:22.683 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 08:00:22.683 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"2174dcdb-aece-42e6-b872-ea27e4e8ec70","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"example.com:testPolicy","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:22.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 08:00:22.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 08:00:22.687 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"4afe12b2-eb7c-4aa7-a81a-34c0609e3b94","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 08:00:22.689 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 08:00:22.689 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]() 08:00:22.690 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"0f3353b4-7451-4d03-8b1e-6e5f7da77663","version":2,"condition":"ne(attributes/test)","if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 08:00:22.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]() 08:00:22.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 08:00:22.693 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.694 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 08:00:22.694 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 08:00:22.695 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [3.5.0//2024-01-27] initialized successfully 08:00:22.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=306ae11d-5e79-4bd8-9d92-565e70d8a07e 08:00:22.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d74c278c-f07e-43ea-bca7-04cd550851cb 08:00:22.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=27d6be45-e299-42ba-931c-52da1705b422 08:00:22.698 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() [ERROR] Tests run: 1043, Failures: 1, Errors: 0, Skipped: 28, Time elapsed: 46.406 s <<< FAILURE! - in TestSuite [ERROR] org.eclipse.ditto.client.messaging.internal.WebSocketMessagingProviderTest.serviceUnavailable on serviceUnavailable(org.eclipse.ditto.client.messaging.internal.WebSocketMessagingProviderTest) Time elapsed: 2.677 s <<< FAILURE! java.lang.AssertionError: Expecting actual not to be null at org.eclipse.ditto.client.messaging.internal.WebSocketMessagingProviderTest.serviceUnavailable(WebSocketMessagingProviderTest.java:112) [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] WebSocketMessagingProviderTest.serviceUnavailable:112 Expecting actual not to be null [INFO] [ERROR] Tests run: 1043, Failures: 1, Errors: 0, Skipped: 28 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:05 min [INFO] Finished at: 2024-01-27T08:00:25Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on project ditto-client: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/ditto-client-java-release/java/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on project ditto-client: There are test failures. Please refer to /home/jenkins/agent/workspace/ditto-client-java-release/java/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures. Please refer to /home/jenkins/agent/workspace/ditto-client-java-release/java/target/surefire-reports for the individual test results. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271) at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159) at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:435) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1079) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:889) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Maven Central) Stage "Deploy to Maven Central" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Eclipse) Stage "Deploy to Eclipse" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tag) Stage "Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE