Started by an SCM change [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-p6h4m is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-p6h4m" 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-p6h4m" - 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-p6h4m" - 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-4.13.3" 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-p6h4m in /home/jenkins/agent/workspace/ditto-client-java-ci [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 Avoid second fetch Checking out Revision 76e5b213dbc436214a5e6c576cb2ed553764c721 (refs/remotes/origin/master) Cloning repository https://github.com/eclipse/ditto-clients.git > git init /home/jenkins/agent/workspace/ditto-client-java-ci # 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 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 76e5b213dbc436214a5e6c576cb2ed553764c721 # timeout=10 Commit message: "Merge pull request #196 from bosch-io/bugfix/js-error-responses" > git rev-list --no-walk 9ad50a8f830ac897c26157f0dafc8191e537fd70 # 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-ci/java [Pipeline] { [Pipeline] sh + mvn clean install javadoc:jar source:jar --batch-mode --errors -DcreateJavadoc=true -DskipITs=true --settings .maven.settings.xml Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 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: "5.14.14-200.fc34.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:0-SNAPSHOT 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 Client 0-SNAPSHOT [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ditto-client --- [INFO] [INFO] --- flatten-maven-plugin:1.0.1:clean (flatten.clean) @ ditto-client --- [INFO] [INFO] --- license-maven-plugin:3.0:check (default) @ ditto-client --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- jacoco-maven-plugin: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-ci/java/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license-maven-plugin:2.0.0:add-third-party (default-cli) @ ditto-client --- [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-ci/java/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- maven-resources-plugin: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-maven-plugin:1.0.1:flatten (flatten) @ ditto-client --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ditto-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 353 source files to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/classes [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/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-ci/java/src/main/java/org/eclipse/ditto/client/internal/AbstractHandle.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ ditto-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin: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-ci/java/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java: /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/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-ci/java/src/test/java/org/eclipse/ditto/client/internal/OptionsToDittoHeadersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ ditto-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite Configuring TestNG with: TestNG60Configurator 05:44:36.885 [Thread-1] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 05:44:36.891 [Thread-1] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> 05:44:36.987 [Thread-2] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 05:44:36.998 [main] WARN o.e.d.c.s.SpliteratorSubscriber - onSubscribe() called a second time; cancelling subscription <SecondSubscription(should get cancelled)>. 05:44:37.101 [Thread-6] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 05:44:37.423 [Thread-14] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 05:44:37.423 [Thread-14] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> Configuring TestNG with: TestNG60Configurator 05:45:05.450 [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=*]] 05:45:05.456 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'class java.util.Date' and subject '*' 05:45:05.456 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'interface org.eclipse.ditto.json.JsonValue' and subject '*' 05:45:06.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 05:45:06.663 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:06.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6f8673fe-fdf0-4d4e-bcd8-1b6ebdbe4521 05:45:06.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6ef11557-e30b-4c2e-a7b0-d37ac78ac87a 05:45:06.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=739a8b5e-5040-4f96-b41f-c962e0ed9ea8 05:45:06.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5adf3681-6fa5-4995-9afd-4bee1531e37e 05:45:06.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 05:45:06.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 05:45:06.780 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:06.780 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=92b0e289-cc68-4610-984f-73a2067aae52 05:45:06.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0320e9a3-6f36-46eb-bed3-f8b9d01701a6 05:45:06.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=18756567-a4b6-457d-9147-8980cbb66399 05:45:06.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b7c70ccc-aaed-4d63-a3c3-4105f077540a 05:45:06.840 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 05:45:06.840 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 05:45:06.842 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:06.843 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=817cb272-9dd0-42bd-865c-e913e569a410 05:45:06.843 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2d268690-c62a-405d-95e9-8480634e66b8 05:45:06.844 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6fac2179-4cd2-4a45-a4c2-ecb62ab8bda9 05:45:06.844 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9b5bf7d5-358d-4dfb-b4cb-464c7a2100fb 05:45:06.848 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 05:45:07.752 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:07.753 [main] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client <dummy:ditto:7268bd44-a590-4c12-8bb2-ddc9e8fc414d>: WebSocket destroyed. 05:45:20.030 [test-1] ERROR o.e.d.c.messaging.internal.Retry - Client <0c1b1ffd-57c6-418f-9f05-e705c887b485>: Failed to <test the result>: java.lang.RuntimeException: Expected exception in first iteration. 05:45:20.030 [test-1] INFO o.e.d.c.messaging.internal.Retry - Client <0c1b1ffd-57c6-418f-9f05-e705c887b485>: Waiting for <1> second(s) before retrying to <test the result>. 05:45:21.031 [Thread-16] ERROR o.e.d.c.messaging.internal.Retry - Client <0c1b1ffd-57c6-418f-9f05-e705c887b485>: Failed to <test the result>: java.lang.RuntimeException: Expected exception in first iteration. 05:45:21.032 [Thread-16] INFO o.e.d.c.messaging.internal.Retry - Client <0c1b1ffd-57c6-418f-9f05-e705c887b485>: Waiting for <1> second(s) before retrying to <test the result>. 05:45:22.037 [Thread-18] ERROR o.e.d.c.messaging.internal.Retry - Client <9b68cc4b-ddc9-40b7-a356-7f8449f061c9>: Failed to <test the result>: java.lang.RuntimeException: Expected exception in first iteration. 05:45:22.037 [Thread-18] INFO o.e.d.c.messaging.internal.Retry - Client <9b68cc4b-ddc9-40b7-a356-7f8449f061c9>: Waiting for <1> second(s) before retrying to <test the result>. 05:45:23.063 [ditto-client-reconnect-dummy:0e5543eb-8beb-4d1f-b427-56216735c660-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://unknown.host.invalid:80/ws/2>. 05:45:23.072 [ditto-client-reconnect-dummy:0e5543eb-8beb-4d1f-b427-56216735c660-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 05:45:23.073 [ditto-client-reconnect-dummy:0e5543eb-8beb-4d1f-b427-56216735c660-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:0e5543eb-8beb-4d1f-b427-56216735c660>: Permanently failed to initialize WebSocket: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:0e5543eb-8beb-4d1f-b427-56216735c660> failed. 05:45:23.073 [pool-258-thread-1] INFO o.e.d.c.i.bus.DefaultAdaptableBus - Waiting for executors termination was interrupted. 05:45:23.074 [pool-258-thread-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client <dummy:0e5543eb-8beb-4d1f-b427-56216735c660>: WebSocket destroyed. 05:45:25.585 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://127.0.0.1:39583/ws/2>. 05:45:25.607 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-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! 05:45:25.607 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e>: Failed to <initialize WebSocket>: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e> failed. 05:45:25.607 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-1] INFO o.e.d.c.messaging.internal.Retry - Client <dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e>: Waiting for <1> second(s) before retrying to <initialize WebSocket>. 05:45:26.608 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://127.0.0.1:39583/ws/2>. 05:45:26.611 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-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! 05:45:26.611 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e>: Failed to <initialize WebSocket>: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e> failed. 05:45:26.611 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-1] INFO o.e.d.c.messaging.internal.Retry - Client <dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e>: Waiting for <1> second(s) before retrying to <initialize WebSocket>. 05:45:27.612 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://127.0.0.1:39583/ws/2>. 05:45:27.616 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-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! 05:45:27.616 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e>: Failed to <initialize WebSocket>: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e> failed. 05:45:27.616 [ditto-client-reconnect-dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e-1] INFO o.e.d.c.messaging.internal.Retry - Client <dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e>: Waiting for <2> second(s) before retrying to <initialize WebSocket>. 05:45:27.617 [Time-limited test] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client <dummy:78b19953-3cd6-4a77-a9ef-7f82532ca79e>: WebSocket destroyed. 05:45:27.631 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]() 05:45:27.633 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.644 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"4d95e696-cc0b-48eb-ab38-b7cc38e94b63","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes"} 05:45:27.658 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]() 05:45:27.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 05:45:27.661 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 05:45:27.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 05:45:27.665 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"cc08ba40-82a3-47c4-965f-7bd9e63ee1e6","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 05:45:27.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 05:45:27.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]() 05:45:27.680 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"f84f63d7-cb0b-47a2-a8d2-fe00c58ea5ec","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}} 05:45:27.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]() 05:45:27.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]() 05:45:27.687 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.738 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"002fda14-4a81-45bf-b732-b4da2997ba4d","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new"} 05:45:27.742 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]() 05:45:27.742 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 05:45:27.743 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.744 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"5ca971b6-9489-4990-bc62-b9d6f94bc259","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true} 05:45:27.747 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 05:45:27.748 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 05:45:27.749 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=319a457a-cdc5-4e21-b3c3-b8e0b2810db4 05:45:27.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 05:45:27.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 05:45:27.777 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.778 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"119f7030-bc9b-4cfb-a414-2d21c5cc2021","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:45:27.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 05:45:27.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]() 05:45:27.782 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"77de055a-1ccc-4e92-831d-4f76c812e90b","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:45:27.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]() 05:45:27.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 05:45:27.791 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"adad5174-7820-4c95-89f5-9156310b6cbd","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:45:27.838 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 05:45:27.839 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 05:45:27.840 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.841 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"d71ddcb4-c862-4dba-a434-02eba7984b68","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/old"} 05:45:27.843 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 05:45:27.843 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 05:45:27.844 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.845 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"78878e0f-5152-4044-8f18-f62cf98ad94c","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 05:45:27.848 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 05:45:27.848 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 05:45:27.849 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.850 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e0ce5d08-9479-4a32-867d-2aa62434f166 05:45:27.855 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 05:45:27.855 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 05:45:27.856 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.857 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"9dbb2cc0-cb79-4709-97fd-44c865bfd365","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:45:27.859 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 05:45:27.860 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]() 05:45:27.861 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.862 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"bfefaa7d-0814-4d9a-b63c-5224f1fb700a","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:45:27.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]() 05:45:27.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 05:45:27.867 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"d293350b-3b20-4c59-9eb4-35159da924de","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes","value":null} 05:45:27.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 05:45:27.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 05:45:27.873 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 05:45:27.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 05:45:27.876 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"d5dcc66d-837c-45bb-a2e4-af194eaa137f","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:45:27.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 05:45:27.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 05:45:27.938 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.939 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"450f3382-5f74-430b-b825-73fc4117f521","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"} 05:45:27.942 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 05:45:27.943 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 05:45:27.944 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.945 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"67f428f8-484c-4f5c-9b99-fbd394fa7ed1","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true} 05:45:27.947 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 05:45:27.947 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 05:45:27.948 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.949 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"820887f7-3a1f-4c5f-9776-84f565ef44c3","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 05:45:27.951 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 05:45:27.951 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 05:45:27.952 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.953 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 05:45:27.953 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 05:45:27.954 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.955 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"e4c76d64-615b-4e0b-8936-bd63bd309875","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"} 05:45:27.957 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 05:45:27.958 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]() 05:45:27.959 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.963 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"5a31a893-d5d5-4121-94ae-331d9a43afc4","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes"} 05:45:27.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]() 05:45:27.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 05:45:27.967 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 05:45:27.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 05:45:27.969 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"8354ce2b-450f-41dc-a06f-1ac8dbcae058","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 05:45:27.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 05:45:27.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]() 05:45:27.974 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"90945a44-35c1-40f0-98d4-9b25187d7af3","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}} 05:45:27.977 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]() 05:45:27.977 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]() 05:45:27.978 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"dc9941d2-d5c7-4275-884e-27f1ed7df8e3","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new"} 05:45:27.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]() 05:45:27.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 05:45:27.982 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:27.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d6fc179c-6b03-4d5c-b2db-a471ff00875a","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true} 05:45:28.040 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 05:45:28.041 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 05:45:28.042 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.043 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6aa4de87-c63e-4994-9a42-2efe510ea28e 05:45:28.043 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2fe7b920-f8ed-489e-92a7-edec4dfab110 05:45:28.043 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e2cf072c-f8de-43b5-bcf1-2a94bb6480f9 05:45:28.047 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 05:45:28.047 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 05:45:28.048 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.049 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"79d683e2-9eab-471f-b990-0e7e345f7161","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:45:28.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 05:45:28.052 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]() 05:45:28.053 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.053 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"822cf5d9-9f44-4416-b350-106be58bd2eb","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:45:28.056 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]() 05:45:28.056 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 05:45:28.057 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.058 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d00446cf-3dfa-4596-b4e3-f371301bb3f2","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:45:28.060 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 05:45:28.060 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 05:45:28.061 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.062 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"09daa349-ceaa-4fa0-816d-3afc6c5a87dc","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/old"} 05:45:28.064 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 05:45:28.064 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=live]() 05:45:28.065 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.066 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"979fcc6d-10cc-4a85-a021-01c7ebfd1803","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 05:45:28.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=live]() 05:45:28.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 05:45:28.069 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=80535963-498d-498b-aad1-afca0aa7fc8e 05:45:28.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1aa4c16c-064b-4252-87f5-477a8b0eb172 05:45:28.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=95259c6d-4923-4c3c-9567-24f69e2bc13a 05:45:28.074 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 05:45:28.074 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 05:45:28.075 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"b0ab5fd4-4e50-4090-9a86-b6a858b972f3","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:45:28.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 05:45:28.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]() 05:45:28.079 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"684ee38e-d2c7-42d6-8cb6-642e933bbdc2","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:45:28.140 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]() 05:45:28.140 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 05:45:28.141 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.142 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"0fced17f-a9de-468c-877b-663199724595","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes","value":null} 05:45:28.144 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 05:45:28.145 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 05:45:28.146 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.147 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 05:45:28.147 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 05:45:28.148 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.149 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"969efd17-2724-46b1-89fd-7b29b765d424","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:45:28.151 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 05:45:28.152 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 05:45:28.152 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.153 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"9fb8acd9-883f-486f-9622-b49e30113603","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"} 05:45:28.155 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 05:45:28.156 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 05:45:28.156 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.157 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"8b4210ba-5898-4486-bc6e-eeab058db4c5","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true} 05:45:28.159 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 05:45:28.159 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 05:45:28.160 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.161 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"e6702e42-2495-4cf6-a3f5-0221468625d7","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 05:45:28.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 05:45:28.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 05:45:28.164 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.165 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 05:45:28.165 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 05:45:28.166 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"3fcc71dc-226e-4bd8-9346-aeb7ff741aac","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"} 05:45:28.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 05:45:28.569 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 05:45:28.570 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"9a4f7eec-6cd4-43b9-ac5b-cd94b6532d89","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"}}}}} 05:45:28.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 05:45:28.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 05:45:28.592 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"81361628-0224-4dfb-9018-5a5095fbb96b","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","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:28.641 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 05:45:28.641 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 05:45:28.642 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.643 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3520b14b-05e5-42c2-9eac-719615812cfe 05:45:28.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 05:45:28.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=twin]() 05:45:28.650 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"6981ba7f-8726-4d06-b793-f28b3bba3d86","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"}}}}} 05:45:28.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=twin]() 05:45:28.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=twin]() 05:45:28.656 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"b90faf15-669c-41d4-807a-810503459563","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 05:45:28.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=twin]() 05:45:28.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 05:45:28.661 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"0b94903b-979a-489d-87cb-165b9cd582c5","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 05:45:28.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 05:45:28.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 05:45:28.668 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"7559efdd-ad86-4029-9951-c551964ad73e","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","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:28.675 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 05:45:28.675 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 05:45:28.676 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.679 [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":"e5840585-db2b-4336-97f7-50ab5097e4ea","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 05:45:28.751 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 05:45:28.751 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=twin]() 05:45:28.752 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"06756fdb-6d47-4354-9761-0a4b8ba6d888","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"}}}}} 05:45:28.756 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=twin]() 05:45:28.756 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 05:45:28.757 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.758 [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":"71058648-d170-4dfa-ae4b-ace78affc791","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"}}}}} 05:45:28.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 05:45:28.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=twin]() 05:45:28.763 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"56f37d44-1f52-43c2-85a8-074181d45eea","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 05:45:28.766 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=twin]() 05:45:28.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 05:45:28.767 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 05:45:28.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 05:45:28.770 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:28.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=22da0e09-0a04-43c3-a457-33c90bf23003 05:45:29.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 05:45:29.778 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 05:45:29.780 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 05:45:29.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]() 05:45:29.783 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"2e54b7f7-5906-4a08-9403-d2197b7bd549","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"} 05:45:29.787 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]() 05:45:29.788 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 05:45:29.789 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 05:45:29.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 05:45:29.792 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.793 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 05:45:29.793 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 05:45:29.794 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 05:45:29.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 05:45:29.796 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.797 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"da31e4dc-37c4-4029-9314-16d353f566af","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"}} 05:45:29.801 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 05:45:29.801 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 05:45:29.802 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.802 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/twin/commands/create","headers":{"correlation-id":"e4e5c42c-8880-42ff-8067-6bdf5cdcfe8d","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}} 05:45:29.805 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 05:45:29.805 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]() 05:45:29.806 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.808 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"1ed03f95-668e-4bb1-8789-b1c68abdf42f","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"} 05:45:29.840 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]() 05:45:29.840 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 05:45:29.841 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.842 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 05:45:29.842 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 05:45:29.843 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.844 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 05:45:29.844 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 05:45:29.845 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.846 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"679ebabe-a8ed-42d0-85f8-05571d1a7183","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","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:29.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 05:45:29.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 05:45:29.850 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.850 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=68322eb1-803a-4fa0-b7c7-b14e35957409 05:45:29.856 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 05:45:29.856 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 05:45:29.857 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.858 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 05:45:29.859 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]() 05:45:29.859 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.860 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]() 05:45:29.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 05:45:29.862 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 05:45:29.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 05:45:29.864 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"85ea9c40-7239-4905-b1e0-dcbb4a512183","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"}}}}} 05:45:29.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 05:45:29.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 05:45:29.869 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 05:45:29.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 05:45:29.871 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"2a5f3aff-71c1-43b8-9895-020f5480fa10","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:29.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 05:45:29.881 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 05:45:29.882 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.882 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"48e9487e-f64d-4d3b-bac2-a387ec5d6706","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"}}}}} 05:45:29.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 05:45:29.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 05:45:29.886 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"000840bc-32bb-4315-b55a-0bd7ef310fc3","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"}}}}} 05:45:29.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 05:45:29.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]() 05:45:29.891 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.939 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"6a83f560-e4b9-435e-b08a-beaf1dc77e3f","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"} 05:45:29.942 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]() 05:45:29.943 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 05:45:29.944 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.945 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"93654258-0976-406c-86ce-4a78ce84c06f","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 }}"}} 05:45:29.947 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 05:45:29.948 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]() 05:45:29.949 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.950 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"7f8a3263-015d-43f6-a195-0cf110bae87a","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"}}}}} 05:45:29.952 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]() 05:45:29.953 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]() 05:45:29.954 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.955 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"a1642dea-d450-4635-85c3-66abb80b3c49","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"}}}}} 05:45:29.958 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]() 05:45:29.958 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 05:45:29.960 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.961 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 05:45:29.961 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 05:45:29.963 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 05:45:29.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=twin]() 05:45:29.966 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"90c1c630-837a-4e4d-b18d-fe953789316d","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 05:45:29.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=twin]() 05:45:29.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 05:45:29.972 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 05:45:29.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 05:45:29.975 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.976 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 05:45:29.976 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=twin]() 05:45:29.978 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"257597a9-a3ba-4860-ab58-45b9c7692d92","version":2,"response-required":true,"content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"} 05:45:29.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=twin]() 05:45:29.984 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 05:45:29.985 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:29.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"0a64ed73-22b5-41df-9718-a965f5d9724f","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","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:30.040 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 05:45:30.040 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 05:45:30.041 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.042 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"d4204f34-51e3-479f-804a-b636c0da91e6","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:30.044 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 05:45:30.044 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]() 05:45:30.045 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.046 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"6dee21ea-cf96-4370-90c9-30a530a5ec93","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"}}}}} 05:45:30.048 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]() 05:45:30.049 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 05:45:30.049 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 05:45:30.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 05:45:30.052 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.052 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eba0dfc2-3d43-4128-aeed-f97f3034205f 05:45:30.057 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 05:45:30.057 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 05:45:30.058 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.059 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"e3b5c5e6-d5da-4f95-bc66-0568fbc1042a","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"}}}}} 05:45:30.062 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 05:45:30.062 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 05:45:30.063 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.063 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"a75452a6-e547-4b3f-8761-110fe1f71d89","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","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:30.066 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 05:45:30.066 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 05:45:30.067 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.067 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ef54541d-65d3-460a-b883-441e2f6b769d 05:45:30.067 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d9d7511e-d72a-4473-9bf5-c7876f9f8d98 05:45:30.067 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=13547c22-05f6-4eaf-8ca3-16bbc69a0aee 05:45:30.071 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 05:45:30.072 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=live]() 05:45:30.072 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"48901958-b211-4c66-85d3-7ec3ed8ffb12","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"}}}}} 05:45:30.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=live]() 05:45:30.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=live]() 05:45:30.077 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"e84a41f1-a617-4bbb-868a-8c9a6c23d566","version":2,"channel":"live","content-type":"application/json"},"path":"/"} 05:45:30.079 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=live]() 05:45:30.079 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 05:45:30.080 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"62bb1116-a58f-4002-b12c-db42cc51f400","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 05:45:30.083 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 05:45:30.084 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 05:45:30.084 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"62cf9e57-365d-4985-8f70-f1b655412d8f","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","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:30.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 05:45:30.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 05:45:30.089 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.090 [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":"5f3c3273-1459-44fe-9632-a06cfe532e67","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 05:45:30.140 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 05:45:30.141 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=live]() 05:45:30.142 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.143 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"64a86405-dca0-4cbb-8633-7303dde7ef67","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"}}}}} 05:45:30.146 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=live]() 05:45:30.146 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 05:45:30.147 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.148 [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":"0a3ac95e-c345-4560-b782-ab2749d41af3","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"}}}}} 05:45:30.151 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 05:45:30.151 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=live]() 05:45:30.152 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.152 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"a4760d25-cad5-4d40-a8fb-b8816eccec09","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 05:45:30.155 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=live]() 05:45:30.155 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 05:45:30.156 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.156 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 05:45:30.157 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 05:45:30.158 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:30.158 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=99b6a9e3-9f49-4bcb-b998-3c1db28f6a46 05:45:30.158 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c63c2e0e-9786-45ff-9aeb-ee8544f482d2 05:45:30.158 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0d8e163f-a5f3-4646-a8d5-6e1219ef12f8 05:45:31.168 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 05:45:31.168 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 05:45:31.169 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 05:45:31.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]() 05:45:31.171 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.172 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"24cc0b22-40d2-4897-8df1-1ca536678bb7","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"} 05:45:31.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]() 05:45:31.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 05:45:31.175 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 05:45:31.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 05:45:31.177 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 05:45:31.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 05:45:31.178 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 05:45:31.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 05:45:31.180 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"b25286d1-5415-4271-8a0c-140c5a02afe0","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"}} 05:45:31.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 05:45:31.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 05:45:31.184 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/live/commands/create","headers":{"correlation-id":"a0159a21-8499-4a32-92d6-82c26143c682","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}} 05:45:31.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 05:45:31.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]() 05:45:31.188 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"d64236ff-6c74-473d-8b0d-67811f14477a","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"} 05:45:31.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]() 05:45:31.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 05:45:31.192 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.192 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 05:45:31.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 05:45:31.193 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.194 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 05:45:31.194 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 05:45:31.195 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.196 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"4483c641-f174-460b-92c0-985e0fe2dd61","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","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:31.198 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 05:45:31.198 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 05:45:31.199 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.199 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bfe6f00a-2575-49d1-b21e-301046c1becb 05:45:31.199 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8d505ac8-925f-4a04-9d52-775bcd5f4591 05:45:31.200 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fe3a8ca1-35d6-4a77-a153-af425216444a 05:45:31.238 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 05:45:31.239 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 05:45:31.240 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.241 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 05:45:31.241 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]() 05:45:31.242 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]() 05:45:31.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 05:45:31.244 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.244 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 05:45:31.245 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 05:45:31.245 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.246 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"3d685fca-d978-48ac-bb09-aece25b3bdf3","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"}}}}} 05:45:31.249 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 05:45:31.249 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 05:45:31.250 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.251 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 05:45:31.251 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 05:45:31.252 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"566b4f15-38e4-4c34-993e-24d51814e3fe","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:31.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 05:45:31.255 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 05:45:31.256 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d6d79d88-0c64-41c9-b4cf-6d07dee24993","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"}}}}} 05:45:31.258 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 05:45:31.259 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 05:45:31.264 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"1d0b9b28-59f6-44b9-818d-3774c033e732","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"}}}}} 05:45:31.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 05:45:31.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]() 05:45:31.268 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"75aabbdd-77bb-43e1-8383-772d61a93056","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"} 05:45:31.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]() 05:45:31.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 05:45:31.271 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"fac0bad6-9bdc-4180-a550-cf991b887d1f","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"{{ ref:things/example.com:testThing/policyId }}"}} 05:45:31.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 05:45:31.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=live]() 05:45:31.275 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"954b22f8-3fa7-4d99-afda-149cbfb25b06","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"}}}}} 05:45:31.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=live]() 05:45:31.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]() 05:45:31.279 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"b68f9fd9-77c9-441f-a0f0-e8933032fbef","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"}}}}} 05:45:31.281 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]() 05:45:31.282 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 05:45:31.282 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 05:45:31.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 05:45:31.284 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 05:45:31.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=live]() 05:45:31.286 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"3d097c8d-466b-45be-b7fa-27424989b6a7","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 05:45:31.288 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=live]() 05:45:31.288 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 05:45:31.289 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.339 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 05:45:31.339 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 05:45:31.340 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.341 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 05:45:31.341 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=live]() 05:45:31.341 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"21cf1655-62fa-4e16-8cb9-43a37106d1b1","version":2,"channel":"live","content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"} 05:45:31.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=live]() 05:45:31.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 05:45:31.345 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.346 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"110ae4a9-8532-4160-8c45-b936e43c36a8","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","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:31.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 05:45:31.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 05:45:31.349 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.349 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"6ac69da8-9f7f-4634-9e6a-87c11090b068","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}}} 05:45:31.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 05:45:31.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]() 05:45:31.352 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"42b75b63-0f6f-42c9-9998-63fdabb801c5","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"}}}}} 05:45:31.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]() 05:45:31.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 05:45:31.356 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 05:45:31.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 05:45:31.357 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cb8e967f-3061-48c1-8008-e293d441e8f6 05:45:31.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2c658b3e-c6bb-40e3-90fc-356c51a3a182 05:45:31.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=967d3f13-8220-4cc0-bc42-404fc9b7b380 05:45:31.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 05:45:31.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 05:45:31.366 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=665808cb-a594-402c-af8f-a6ac1d32e57b 05:45:31.370 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:ec2a9fb0-e461-4d40-ac6d-0c18c1f6c6ec, 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:ec2a9fb0-e461-4d40-ac6d-0c18c1f6c6ec}]], 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]] 05:45:31.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 05:45:31.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 05:45:31.374 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.374 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1d1bc283-6cfb-412b-a50e-a842f75f441c 05:45:31.377 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:cb6457b4-56d0-46c9-a25e-65ba937bdb11, action=DELETED, path=/features/feature_id_1, value=null, revision=1, timestamp=2022-09-08T05:45:31.375047Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:cb6457b4-56d0-46c9-a25e-65ba937bdb11}]], feature=null], thing=null] 05:45:31.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 05:45:31.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 05:45:31.380 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4d5ec3c0-4391-4d6c-a17f-b673c1916b03 05:45:31.441 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:aa33a21d-ea96-4842-80d7-00d3293ba780, action=UPDATED, path=/, value="lux", revision=1, timestamp=2022-09-08T05:45:31.384447Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:aa33a21d-ea96-4842-80d7-00d3293ba780}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"lux"}}, desiredProperties=null]] 05:45:31.443 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 05:45:31.444 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 05:45:31.444 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3ffd6cb1-8894-4177-bf2a-dc1628b02d38 05:45:31.449 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:b2ccb37f-7ee6-4b3d-8064-d6bb705a377a, action=UPDATED, path=/properties/complex/bum, value={"properties":{"complex":{"bum":"bar"}}}, revision=1, timestamp=2022-09-08T05:45:31.446457Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:b2ccb37f-7ee6-4b3d-8064-d6bb705a377a}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"bar"}}, desiredProperties=null]] 05:45:31.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 05:45:31.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 05:45:31.452 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.452 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6b15fed4-9ce9-4a9b-923b-3f91b149bd3d 05:45:31.455 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:ba67c267-d48a-44a0-9515-60ef4b75ce1e, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:ba67c267-d48a-44a0-9515-60ef4b75ce1e"}, 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:ba67c267-d48a-44a0-9515-60ef4b75ce1e}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:ba67c267-d48a-44a0-9515-60ef4b75ce1e, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:45:31.456 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 05:45:31.456 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 05:45:31.457 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ba6313f1-aa97-46b7-938a-71db9252c9b1 05:45:31.461 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:e7a515d6-6e46-4fcc-9533-42b6235dbadd, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2022-09-08T05:45:31.459198Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:e7a515d6-6e46-4fcc-9533-42b6235dbadd}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 05:45:31.461 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:e7a515d6-6e46-4fcc-9533-42b6235dbadd, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2022-09-08T05:45:31.459198Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:e7a515d6-6e46-4fcc-9533-42b6235dbadd}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 05:45:31.463 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 05:45:31.463 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 05:45:31.464 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=93ed5dd2-4ba3-4273-86b3-2a23add70cde 05:45:31.466 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:579368ef-3041-4994-9771-9b6053f41a8e, action=DELETED, path=/, value=null, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:579368ef-3041-4994-9771-9b6053f41a8e}]], thing=null] 05:45:31.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 05:45:31.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 05:45:31.468 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.468 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=aeebc52d-9458-49dd-877d-7c7f610e9b2c 05:45:31.475 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableChange [entityId=org.eclipse.ditto.test:fcfd5778-4207-4b89-8456-85df1fca8873, action=UPDATED, path=/, value="bumlux", revision=1, timestamp=2022-09-08T05:45:31.469523Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:fcfd5778-4207-4b89-8456-85df1fca8873}]] 05:45:31.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 05:45:31.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 05:45:31.479 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ef9bc253-fd20-42a1-a14b-73562dae4416 05:45:31.482 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:8a9fb98b-1ae3-451e-9cea-b310f6d5d3bc, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:8a9fb98b-1ae3-451e-9cea-b310f6d5d3bc"}, 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:8a9fb98b-1ae3-451e-9cea-b310f6d5d3bc}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:8a9fb98b-1ae3-451e-9cea-b310f6d5d3bc, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:45:31.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 05:45:31.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 05:45:31.484 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.485 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7d59bea2-3b6b-4146-bc3f-6ecc13719822 05:45:31.487 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c"}, 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:0fec5dd2-b725-44c9-8430-6d805745bc3c}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:45:31.487 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c"}, 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:0fec5dd2-b725-44c9-8430-6d805745bc3c}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:45:31.488 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c"}, 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:0fec5dd2-b725-44c9-8430-6d805745bc3c}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:45:31.488 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c"}, 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:0fec5dd2-b725-44c9-8430-6d805745bc3c}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:45:31.488 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c"}, 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:0fec5dd2-b725-44c9-8430-6d805745bc3c}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:45:31.488 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c"}, 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:0fec5dd2-b725-44c9-8430-6d805745bc3c}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:45:31.488 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c"}, 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:0fec5dd2-b725-44c9-8430-6d805745bc3c}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0fec5dd2-b725-44c9-8430-6d805745bc3c, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:45:31.489 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 05:45:31.489 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 05:45:31.490 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=52581463-3586-4315-b35d-d2f4f9536bd1 05:45:31.494 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:09e77efd-a733-4185-bdff-43e3d4f48d9a, 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:09e77efd-a733-4185-bdff-43e3d4f48d9a}]], 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]] 05:45:31.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 05:45:31.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 05:45:31.496 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.538 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f13e79a9-70ce-4e74-ac54-8dbaaea71b23 05:45:31.542 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:6426d233-9935-462a-89ba-4115f855761f, 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:6426d233-9935-462a-89ba-4115f855761f}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:6426d233-9935-462a-89ba-4115f855761f, policyId=null, definition=null, attributes={"abc":"def","foo":false}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:45:31.544 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 05:45:31.546 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ThingSearchPublisherTest#run() 05:45:31.547 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.547 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"f42b2ee5-2de2-4ad3-9e83-3ac0037a409c"},"path":"/","value":{}} 05:45:31.549 [pool-416-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"11d33af7-ce11-45d6-8c9f-c76bab8006fb","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":2}} 05:45:31.550 [pool-416-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"70b207c0-131a-411d-8c50-78e5f5a4c70f","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 05:45:31.550 [pool-416-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"6dc5de90-5742-41c5-98fb-35d7b823fa6b","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 05:45:31.553 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ThingSearchPublisherTest#run() 05:45:31.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testFeatureEventAcknowledgement() 05:45:31.557 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.558 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=de7215b4-cd92-4b7c-a6f4-2858d974456b 05:45:31.563 [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} 05:45:31.564 [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} 05:45:31.564 [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} 05:45:31.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testFeatureEventAcknowledgement() 05:45:31.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testThingEventAcknowledgement() 05:45:31.573 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e2a489de-efed-4bbc-8aec-9ea67f33455b 05:45:31.576 [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} 05:45:31.577 [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} 05:45:31.577 [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} 05:45:31.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testThingEventAcknowledgement() 05:45:31.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testAttributeEventAcknowledgement() 05:45:31.579 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bbcc0d20-8ad8-407d-86af-c4c76f01f9e0 05:45:31.583 [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} 05:45:31.584 [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} 05:45:31.584 [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} 05:45:31.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testAttributeEventAcknowledgement() 05:45:31.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testStartConsumptionCombinations() 05:45:31.586 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 05:45:31.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bca91415-be70-411c-ae73-14977bb250bc 05:45:31.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 05:45:31.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=97beaa65-41c0-4af0-bd9f-383b2da362e6 05:45:31.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2f1472ce-a889-4f78-80e3-a59b92a78df6 05:45:31.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 05:45:31.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=516c9463-7b38-49cf-b662-c93061c000ff 05:45:31.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0b422ce6-7c4f-4777-a1ba-58b2e88ea7f3 05:45:31.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3cae0305-e703-4cf6-8630-18be2358eae1 05:45:31.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 05:45:31.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e7c5f08e-a972-40f6-a68f-7b6c75702855 05:45:31.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=29f6d2eb-a4e9-4d46-97c9-8187b94876c5 05:45:31.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f91dda69-ac20-4f52-aaa3-992325b8a78f 05:45:31.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=46693899-12b6-4136-acac-d577f26aaa7b 05:45:31.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 05:45:31.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ddde423c-0edd-4148-8658-091f58293804 05:45:31.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fd2baee4-de12-4222-a797-884e3027f6a3 05:45:31.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d991abab-24b2-45da-8ea2-a5aca53222f5 05:45:31.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e3cfadf1-c9dd-4d03-a53d-bae0b3249c38 05:45:31.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 05:45:31.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=15d21e43-6d53-4b53-99f8-8675ad3fa75b 05:45:31.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ba43f98b-f036-48af-b701-0fcdd76e1bce 05:45:31.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=beadb438-f7e3-4150-baa9-2fe7ec3bf594 05:45:31.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 05:45:31.638 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1e0f9549-78cb-4b2f-8898-e88e5c1d14f8 05:45:31.638 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0fbf48b1-7466-48f9-a5a3-0a4b52fcba5b 05:45:31.639 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=04c7cf15-ead0-42a6-9e28-fa985323f4dd 05:45:31.640 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=01375df9-67a3-4c5c-99c1-a91b29d46d46 05:45:31.640 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 05:45:31.640 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=19cd3fad-37e8-451c-80dd-33fe39dc67ed 05:45:31.640 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a7054843-ff34-446d-8bc3-3d28e3d43c37 05:45:31.641 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d508a198-b021-427b-ad55-265cd25d1b33 05:45:31.642 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2af9c931-302a-4345-bf37-07799397893c 05:45:31.643 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 05:45:31.643 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=04512057-8de9-4087-9f59-6fea93eeb7df 05:45:31.643 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=82141f81-e3f8-4b52-b654-4be97de0bb8d 05:45:31.644 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 05:45:31.644 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=64318b09-5198-464b-8a91-c9c417f23529 05:45:31.644 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=925bcdb9-7855-4e16-9f0c-efcd4a48184a 05:45:31.646 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=26fa5032-3436-46ce-94fe-e48d372012e1 05:45:31.646 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 05:45:31.646 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f5a2d21f-5dac-42de-884d-1ff1905cae96 05:45:31.646 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=db960ac9-9f78-4b51-a93e-364e0f2a15d7 05:45:31.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c41de8b0-4001-402e-b391-4988e3970df0 05:45:31.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2a1de627-ffd2-44d4-8d04-29f16ae1dd3f 05:45:31.648 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 05:45:31.648 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8730484d-b8e3-46aa-8776-34d7dce9f6a5 05:45:31.648 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=50ab6efa-3e69-495e-9605-488939dbdee6 05:45:31.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1962be75-f547-4c21-91c1-032678976ab6 05:45:31.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=079fd732-2300-4eec-ad93-532e32856616 05:45:31.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 05:45:31.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=386f6057-dc2d-4610-bf05-3a83f35ed2bf 05:45:31.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cb6b1148-d2ea-4b4f-b367-a759f8333ee9 05:45:31.656 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=19c56cdc-b195-4704-aae2-703c5cdac8eb 05:45:31.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 05:45:31.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=31f76bca-7a1b-4bbf-9762-4d65b1948d62 05:45:31.658 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f165a732-a4db-48a0-b841-11441ea713a8 05:45:31.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6075033e-7cf2-4f30-983a-7a72e501406d 05:45:31.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=78694f10-2a22-4f1d-83e4-9a9cd873d74a 05:45:31.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 05:45:31.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=85350d18-71c4-4467-928b-3af5657f6617 05:45:31.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d88612a7-6217-4003-a4b7-429fb028d1cc 05:45:31.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d1f40b83-f72b-4fb9-8306-02596df1073d 05:45:31.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f5094fa1-e156-4490-ad02-76e055d355b8 05:45:31.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 05:45:31.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d589971f-a0c8-48af-977f-1073128a352e 05:45:31.665 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 05:45:31.665 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b7946129-7f3a-49de-9ea8-498eecdc188e 05:45:31.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d470f59b-80eb-4ac7-9bd5-22dedb20975f 05:45:31.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 05:45:31.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6752e599-3463-4bef-824e-27a6d34076fc 05:45:31.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=48e1351c-8b9b-4ac9-aa80-10a8fa58981f 05:45:31.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5636bbf2-c351-46af-88fc-1a7d1cc1a7d6 05:45:31.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 05:45:31.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ec5b7df3-1e89-4637-9640-69d201930f26 05:45:31.673 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fcad01af-432d-4ae8-a331-9cd6c754ee26 05:45:31.673 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e8e2be92-2fa3-416d-ac6d-e86eec3ad94c 05:45:31.673 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e144ffd5-eea0-4116-a39f-ee83600eb088 05:45:31.673 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 05:45:31.673 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8c0204b1-15c4-404f-a40c-e12a3958aded 05:45:31.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5a77a3d9-85d8-4732-971c-fdb783c5d78c 05:45:31.675 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fc36fbc0-8095-4e03-96a0-fbbca24913dd 05:45:31.675 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=17809d5c-7b91-4b96-b42a-9301757e8bd9 05:45:31.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 05:45:31.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9fd85143-7689-445f-87a7-466f72760ccb 05:45:31.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b526fcba-2771-4894-b265-7a51d16faa92 05:45:31.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=77320edb-ceb0-4d8a-a12d-cc5d8bd618c5 05:45:31.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 05:45:31.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f83ed2c5-1ce5-4e66-bdf1-1729feadfc20 05:45:31.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2dda9dea-a990-4771-9ffe-97e1b0483d3c 05:45:31.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f896150e-a8bc-4796-9c67-e082833a81f7 05:45:31.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3cde44dc-9437-40ec-9536-7a1170c9677b 05:45:31.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 05:45:31.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=22683ba5-60f0-45f6-a53c-0f13c7f45ba8 05:45:31.681 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2cc5c5b6-031f-4d95-81c8-64e3ace56713 05:45:31.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b728af67-12ea-454f-ac38-f7ed53a236fa 05:45:31.683 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a47f1fc2-1cc8-4ba6-a82f-5b1351e2fd2b 05:45:31.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 05:45:31.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d55d507a-1fd8-4e22-a625-f926dfc0bd79 05:45:31.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a7a05a5c-93ed-42a9-bad3-9f8b7eefdc3e 05:45:31.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 05:45:31.689 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ce1e8ce8-0ec8-4c01-bd41-963170cd18bc 05:45:31.689 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a392b4aa-ba35-4e88-a2d3-a334e735a888 05:45:31.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=49fce0d2-1975-455e-9ca1-cb25714ca440 05:45:31.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 05:45:31.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9594ec23-e4b3-471b-8979-c4f91173c15a 05:45:31.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ed7ea762-1712-4710-9e95-2adf676a72ba 05:45:31.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=41633069-d2cc-4998-a8b9-743a9365ac3c 05:45:31.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6cf33c60-f0e5-432c-87a7-51aa1190a8fc 05:45:31.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 05:45:31.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=62da16c6-cf56-42c1-93ba-dcd304a2a976 05:45:31.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=08354630-90d2-450e-a6c2-5dfa300b0716 05:45:31.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=46217114-fb98-4b73-9238-1c77de2f5df6 05:45:31.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=69b519d8-8d77-42c3-a959-ba304e968bd5 05:45:31.694 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 05:45:31.694 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ed5d31d3-5691-48a4-a3b4-158d71c02a72 05:45:31.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=198c7012-7df6-4f1c-969d-b92d4a56dda8 05:45:31.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e6937634-1b94-4bf4-b3da-8b75c1d0b41d 05:45:31.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 05:45:31.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b4f1488f-b34c-4bc2-bf0a-f2502245f5d4 05:45:31.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0c70e34e-bb9e-4566-bd07-0097a9169847 05:45:31.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c7cd622d-9d1a-4797-81cf-14f7fef23bc0 05:45:31.698 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=88f223ce-7c83-4338-bf7a-8a1c90c589c2 05:45:31.698 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 05:45:31.698 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=924cee2e-81ae-4b54-84f4-be993ea14e7d 05:45:31.699 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=df7b1808-6f01-426e-a271-80fa03132672 05:45:31.700 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=10abd15f-6f9a-45eb-8cb7-fa9174d8e93d 05:45:31.739 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6627a49d-e309-47bf-a1ef-6c724596353d 05:45:31.741 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testStartConsumptionCombinations() 05:45:31.741 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#concurrentStartConsumptionFails() 05:45:31.742 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.742 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=44749c05-4b25-4d26-8bd0-9072c5bf18ee 05:45:31.744 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#concurrentStartConsumptionFails() 05:45:31.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThing() 05:45:31.869 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e01d6d9e-4b81-4437-8902-6a066eaaabd1 05:45:31.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f964ae27-b7f6-4e9c-85fd-2bb874e8abd7 05:45:31.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6b76d299-b63f-4974-8e9e-e164c6b59369 05:45:31.877 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"65b4dbe9-aea5-4e0f-97ea-ddaf8c90306d","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} 05:45:31.878 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"65b4dbe9-aea5-4e0f-97ea-ddaf8c90306d","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":"2022-09-08T05:45:31.877032Z"} 05:45:31.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThing() 05:45:31.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendMessageAndGetErrorResponse() 05:45:31.880 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.946 [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":"6565a3ff-f6d3-48f2-83e5-672be217e203","content-type":"text/plain"},"path":"/inbox/messages/request","value":"payload"} 05:45:31.952 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendMessageAndGetErrorResponse() 05:45:31.953 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingCommandAcknowledgement() 05:45:31.953 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.954 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5e29d01b-fcb9-49d8-a035-08397ce979fd 05:45:31.954 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=09701c6a-532f-4120-ad38-95af996d0e9f 05:45:31.954 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a3a5801d-7622-4b8e-8953-0968eee1025e 05:45:31.958 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/100","headers":{"correlation-id":"62113ff5-bd31-4041-ae14-6dfb308c565c","channel":"live","response-required":false},"path":"/","status":100} 05:45:31.958 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/301","headers":{"correlation-id":"62113ff5-bd31-4041-ae14-6dfb308c565c","channel":"live","response-required":false},"path":"/","status":301} 05:45:31.958 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/403","headers":{"correlation-id":"62113ff5-bd31-4041-ae14-6dfb308c565c","channel":"live","response-required":false},"path":"/","status":403} 05:45:31.959 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingCommandAcknowledgement() 05:45:31.959 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendFeatureMessage() 05:45:31.960 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.964 [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":"dc36bef2-e493-4f4c-bda6-335c647bcee0","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 05:45:31.974 [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":"255ebdf2-6625-4fea-9210-b52c1cf9fffa","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 05:45:31.976 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendFeatureMessage() 05:45:31.976 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 05:45:31.977 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.978 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0c6e0d6b-a639-4164-9175-8acc917de998 05:45:31.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=75e3b125-d379-4315-99cd-7288b2eb4258 05:45:31.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4ba55516-7845-4111-a806-043b166c361f 05:45:31.984 [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":"b6e429b9-b8ac-4032-9a57-df1224a03513","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 05:45:31.985 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 05:45:31.985 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessage() 05:45:31.986 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:31.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=73e7298f-e0c4-414b-9210-6ab940722817 05:45:31.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=31a923eb-aeae-424c-a65d-4c1684818edb 05:45:31.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=844aaf9e-964a-425e-92cb-eb30e4be97c1 05:45:32.038 [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":"1e548de9-2fc4-4514-a975-672b369234ba","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 05:45:32.040 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessage() 05:45:32.040 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitThingEvent() 05:45:32.041 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.042 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"5b499adf-4fab-4114-92f2-f6379f837510","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-09-08T05:45:32.041746Z"} 05:45:32.043 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitThingEvent() 05:45:32.043 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 05:45:32.043 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.046 [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":"14d31a86-f7f7-4fe7-b122-aae217e3959e"},"path":"/outbox/messages/request","value":"payload"} 05:45:32.050 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 05:45:32.050 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThingAsThing() 05:45:32.050 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=df968234-f794-47ef-9653-01d4824e3118 05:45:32.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f201213f-49c3-4966-a1ce-0f3d3e8880a3 05:45:32.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=56c89f63-66d6-4e5d-849b-0aea7e1d5b57 05:45:32.058 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"93131142-a43f-4ee8-b916-54ee15b830fb","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} 05:45:32.058 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"93131142-a43f-4ee8-b916-54ee15b830fb","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":"2022-09-08T05:45:32.057969Z"} 05:45:32.060 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThingAsThing() 05:45:32.060 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 05:45:32.061 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.062 [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":"09196ae5-668d-4337-9e8e-9a3efbbbfcd0"},"path":"/outbox/messages/request","value":"payload"} 05:45:32.064 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 05:45:32.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessageAsThing() 05:45:32.065 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.066 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6775156e-1cfa-4fbc-873a-4c466556cce6 05:45:32.066 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7be2c49c-d3c1-4ffd-9ad5-804e8e67bad7 05:45:32.066 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=df6e86db-8c01-4663-818e-e462ca0cf1f9 05:45:32.069 [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":"d3717555-3b62-4e79-a8a5-143219ecec55","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 05:45:32.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessageAsThing() 05:45:32.071 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessage() 05:45:32.071 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.072 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=277c1735-a8fb-4491-a79d-e9ed6f919f2c 05:45:32.072 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1ddaa435-47ec-4468-9212-4c2db244fb9a 05:45:32.072 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f8b1ac42-cea4-412a-ae14-96d24496a485 05:45:32.075 [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":"ce0816b2-39df-4dcd-9e05-c77836fc4afa","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 05:45:32.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessage() 05:45:32.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeature() 05:45:32.077 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5c75828a-fbe5-4223-b2a6-07b0ea5ca72c 05:45:32.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e1092628-3961-49ef-a596-c9c060505644 05:45:32.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=564feb37-b23e-4e0d-8061-24a7933c4183 05:45:32.080 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"090ba429-7f8e-4c22-b4fe-80507b36a845","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 05:45:32.081 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"090ba429-7f8e-4c22-b4fe-80507b36a845","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-09-08T05:45:32.080577Z"} 05:45:32.082 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeature() 05:45:32.083 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 05:45:32.083 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.084 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d10b144d-f325-4607-9712-ad6fcb431567 05:45:32.084 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f6bf6368-dc23-4ac7-a29c-3532d0736824 05:45:32.084 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=da62f9bb-ff75-462c-984b-aff58f4c0580 05:45:32.085 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"05de2da4-545e-4363-8ae1-f171abd2d026","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 05:45:32.085 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"05de2da4-545e-4363-8ae1-f171abd2d026","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-09-08T05:45:32.085117Z"} 05:45:32.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 05:45:32.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendClaimMessage() 05:45:32.087 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.088 [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":"30ce7862-7186-42a7-89c5-e4c34b660bb8","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 05:45:32.091 [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":"dded783b-8e89-4e0f-a49e-e01276ab9b01","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 05:45:32.092 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendClaimMessage() 05:45:32.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageAcknowledgement() 05:45:32.094 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b0bef103-d44b-4603-afde-bfce48cc8a34 05:45:32.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=afc7c18a-5fc1-4865-bebc-65240c843ca7 05:45:32.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d6665a84-5402-416f-b4e7-f4d8d54c3d2c 05:45:32.138 [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} 05:45:32.139 [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} 05:45:32.139 [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} 05:45:32.140 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageAcknowledgement() 05:45:32.140 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitEvent() 05:45:32.141 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.142 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"654ffee8-9d5d-450e-8311-ca95e1054ccf","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-09-08T05:45:32.142111Z"} 05:45:32.143 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitEvent() 05:45:32.143 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitFeatureEvent() 05:45:32.144 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.144 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"2b7ee1b9-0f32-43ee-8a7e-6fcd64fc8454","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-09-08T05:45:32.144618Z"} 05:45:32.145 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitFeatureEvent() 05:45:32.145 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingMessageAcknowledgement() 05:45:32.146 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.147 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e6af93e3-c6ad-48b6-a332-3f4238727111 05:45:32.147 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=360c61aa-404d-4b38-bccc-e41ba6f8c006 05:45:32.147 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=97abb7f9-5f4d-4e59-aa10-e5ea70049f6f 05:45:32.150 [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} 05:45:32.150 [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} 05:45:32.150 [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} 05:45:32.151 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingMessageAcknowledgement() 05:45:32.151 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessage() 05:45:32.152 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.153 [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":"80a058d8-d063-4bc5-9235-df39e37afafd","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 05:45:32.155 [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":"214bcc58-d661-43f2-a890-d343984f435f","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 05:45:32.157 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessage() 05:45:32.157 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessageAsThing() 05:45:32.158 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.158 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=96a29cac-d932-4b03-a5a7-a074893b747a 05:45:32.159 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0c7dd7ba-ae2b-4a4e-92a6-47c94f25586b 05:45:32.159 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=de80225f-85aa-4828-8447-8a80b27f68be 05:45:32.161 [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":"f66b740e-4b98-4089-b150-f9a5f01876c8","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 05:45:32.162 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessageAsThing() 05:45:32.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessage() 05:45:32.163 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=adcdb76e-5765-4e1f-9409-19754a46fc3c 05:45:32.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=818fd4aa-502d-420d-be65-7549fcbbba7d 05:45:32.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=67e345a3-bf31-430f-a2d7-543f5a7ed8f4 05:45:32.167 [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":"064457bd-e844-4b50-af18-1ecd693b2baf","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 05:45:32.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessage() 05:45:32.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 05:45:32.170 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 05:45:32.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 05:45:32.171 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.172 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=279d3fb5-1705-4449-ace3-a8b41596abe5 05:45:32.172 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=71bdb153-1884-4cf4-a6cf-145599c041f8 05:45:32.172 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7969955f-dab7-41bf-a808-fb361d42e9b3 05:45:32.175 [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} 05:45:32.176 [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} 05:45:32.176 [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} 05:45:32.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 05:45:32.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 05:45:32.178 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=af76b4c2-75c9-4e69-b648-9763fcb73906 05:45:32.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9456e74f-9cd6-4852-85d0-e21af95a417d 05:45:32.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=24ba1e76-b8c1-45cf-8c6b-8d5a26e448bb 05:45:32.180 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"141c138a-5616-4b85-ab13-e02f9fe21bd9","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 05:45:32.180 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"141c138a-5616-4b85-ab13-e02f9fe21bd9","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-09-08T05:45:32.180086Z"} 05:45:32.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 05:45:32.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testStartConsumptionCombinations() 05:45:32.182 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 05:45:32.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=775156f3-8521-470b-a5da-88b4b7428faf 05:45:32.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e2120c08-8e9c-44f1-9733-146518973419 05:45:32.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=eff3307c-9fae-420b-9547-958d45420153 05:45:32.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 05:45:32.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f2f98c21-15b6-4173-9669-ca2b2c8ef880 05:45:32.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ac99c2ca-e06d-432b-b36f-7d45abce62d0 05:45:32.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a567e0fa-5889-48a2-8347-90959ffa4a89 05:45:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=24ab7bbc-56d9-4ee0-82a6-703fe2566e4f 05:45:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d3975c25-a8a9-4316-aaac-9d82a549ff6b 05:45:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2a87925a-373d-49b3-a6b5-c651386e028d 05:45:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 05:45:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8933d7c6-18b5-4ac9-9107-80fc60f059a6 05:45:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4acd7712-ca92-47d8-bc0d-9d1fbaaf83c1 05:45:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=cfa863c5-10f2-49f8-9d9c-6f0e08c4c02a 05:45:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b0e6dfe3-eaa3-4150-b325-e99c87c38164 05:45:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2377b0b3-5808-4bec-8607-c80075677833 05:45:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6d14a3de-f1f5-49d7-952b-7c381817baf3 05:45:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=18b2fd2b-1add-423e-a3a2-fe3d1ed480ee 05:45:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=17fb8cb5-5686-48bc-a52e-2b881ef3de49 05:45:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c8a7c81a-9d33-4036-9882-0d42aa5585f0 05:45:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 05:45:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d34e307b-0447-4281-9bbe-15e534eb2dbf 05:45:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ba3f61dd-c29d-47bc-b25a-20722f98851f 05:45:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0cf37893-65fc-4d2c-b3d0-e2c9643735b0 05:45:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a990d227-2b72-4d06-8083-eb90887af6d4 05:45:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=da71e119-7d6c-4708-8df9-e86ed987a694 05:45:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9b793561-626b-41c1-81a3-ad21f57a5d1b 05:45:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c00edba5-4825-47b0-890b-6c7794177994 05:45:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9754f3c2-e72c-425a-be6c-3366cf97fc42 05:45:32.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=de9a8c11-cb7f-438a-9ace-2a361e2637b1 05:45:32.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c6efa54e-7ec3-484a-b8d1-855f75540018 05:45:32.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fd414ec2-7fe4-40bc-a0d0-5c3c1b7db1fc 05:45:32.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dd61c9d5-d282-4500-958e-f0934b080920 05:45:32.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 05:45:32.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3c9024ea-ad46-46f2-a5fe-4fe4436e6eb0 05:45:32.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7fbb9318-4bb0-4f1a-8000-54b3ba8ef2db 05:45:32.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=608d2c2f-411d-4c9d-ab23-f6d889d24fb3 05:45:32.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fb1fb95f-ae90-493e-a32a-06bdd38960ba 05:45:32.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=36cb8282-5892-4a6c-a131-af931fa1e760 05:45:32.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0fda0baa-65d1-4cfe-9cc1-cf7d3465a152 05:45:32.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=80d3dc3c-b443-4c26-8a94-e5fbe171a672 05:45:32.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9f2544e4-862e-4575-9826-7d9274c7c813 05:45:32.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=29b80138-767b-4d02-a12c-401c92a74de7 05:45:32.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4088e01d-96f7-4afd-8dc7-294a521ad164 05:45:32.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f9961335-1d4c-4d68-83fb-e6ff9bee22e6 05:45:32.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ce9e975e-3232-473c-ac29-de7f1fca4753 05:45:32.239 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 05:45:32.239 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9f5ee58d-2d29-41a8-a562-3e4c3c37e1c3 05:45:32.239 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=704bf2de-6dd2-4aad-979c-e48040e8857f 05:45:32.239 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=096321d7-d766-42a8-b660-abada51c6442 05:45:32.240 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cb3c0f19-d88d-4b2f-95fc-904cbfc3f0ea 05:45:32.240 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=61c6dbc7-2f9b-4162-988c-47b12fcebc23 05:45:32.240 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=cb54b9df-ee32-4c80-9403-a66d80f7d12b 05:45:32.240 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f261065f-68d9-4c49-afcd-8eca8106da24 05:45:32.240 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=88b46b5a-319c-4640-8f1c-83071061acaa 05:45:32.240 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b02f12ae-b3ac-48dc-a5d7-97bbefd9c064 05:45:32.242 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 05:45:32.242 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7d2078f0-9084-46aa-9b61-17cbe08ebf60 05:45:32.242 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4a64e80b-e707-4c3f-bc5b-3762f3945930 05:45:32.242 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=532d319c-3b0d-450e-a41b-33c7a002e127 05:45:32.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c0c9fd4e-dd9d-48a1-9a60-e264c915302f 05:45:32.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a1f7b24e-0631-4e22-b432-3501a1fe8ac9 05:45:32.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4702a251-abc1-48ae-93e1-fc209f5fca0e 05:45:32.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=74484384-dc44-4416-893f-98969b0116b2 05:45:32.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a93ae431-866b-4014-bc25-3698e505d32e 05:45:32.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=925e2619-f3f4-4786-8785-f06b06f9860d 05:45:32.245 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b6442785-f8de-4a7f-87ae-023ff474e1c3 05:45:32.245 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8d7a3068-c0b4-4330-ba82-f00b46b1e50f 05:45:32.245 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=853b604e-ca12-4d96-bca7-85906d1e88f2 05:45:32.245 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 05:45:32.245 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=55a6182a-44c5-40f5-a81b-291320392881 05:45:32.246 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ea8cd891-c41e-41d5-bf28-863821698bae 05:45:32.246 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=67ce6409-30b0-469a-9c0a-cf04f81ae8d0 05:45:32.246 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c6aec2dd-1b29-4ea9-a612-d04088a744b2 05:45:32.246 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c2b44b45-21c6-49c4-87c4-7833674bd49c 05:45:32.246 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3bf9d446-1587-4321-8fce-56b3b4aadc00 05:45:32.246 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2f27d01e-dceb-4632-ae42-87d8495b4990 05:45:32.246 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6f58dc75-dec0-470f-bbb2-9fad95a02d59 05:45:32.247 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=11033254-b6dc-4a2b-9eb9-d5a4465db450 05:45:32.248 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ad89409c-1d85-4865-bdc6-bb21b9c04df8 05:45:32.248 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e8b6b5e6-058b-410b-a845-4cf226d38540 05:45:32.249 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=74a59a1c-fbbd-46fe-a3ab-70a3b83d0d0b 05:45:32.250 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 05:45:32.250 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f50fe858-0212-4941-9f2b-6c521ef1ef84 05:45:32.250 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3687fee1-ba49-43db-b20a-19fc1cb3ad06 05:45:32.251 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d26e9cf0-d9e8-4c3e-9096-ee0de41cc711 05:45:32.251 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a1ea2029-d90c-4c89-b4b1-0af5ed808a44 05:45:32.251 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=50cf9f03-2e4a-416d-a3ba-e70e331aa4c7 05:45:32.251 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=69e4444c-27eb-41d1-9eb6-0e27d7290cb1 05:45:32.252 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 05:45:32.252 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b62074d7-8330-45b4-944f-2f0f86c144c7 05:45:32.252 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e8772e39-0e6f-401c-9f69-6dc3efa2cdff 05:45:32.252 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5972eed9-7625-4300-85dd-716bb5a096c0 05:45:32.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=41ba7f7e-afaa-41e8-9c5e-2cb8eb7cecbb 05:45:32.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ad895ba7-7d50-4140-b39f-231e5ada1054 05:45:32.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fb3ae4fa-f726-42d9-9273-ade68e0d998d 05:45:32.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=15b678c2-f087-4419-b100-f84a9b8217a9 05:45:32.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3ba4bb79-3483-42e6-8dad-57d8a42c47ce 05:45:32.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1c8469a7-aa6a-4bef-a5f0-f210febcee8b 05:45:32.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 05:45:32.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e36864ed-302f-46fd-b86f-4604a7c25508 05:45:32.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5e54d6b8-923e-4da7-872d-418c667e82d5 05:45:32.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f14b8401-832d-459e-b1da-1269b97f1fcd 05:45:32.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=99a7464b-d4ce-4ad4-94a5-fd50b7d22727 05:45:32.255 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3725f0da-5578-4455-8c0d-fddd271df00c 05:45:32.255 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d67472b5-02b6-4b68-9c18-e1ceac6665d8 05:45:32.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a01fa161-a301-446a-a88e-f261dc9b677b 05:45:32.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f21cd2f4-93cc-448d-8900-55ddb8bcd88d 05:45:32.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ef142282-9e20-482a-9331-d5e6405fea8a 05:45:32.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1a7572eb-3fdf-48a0-9a89-19d24903ecf2 05:45:32.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=719e34b9-a1e4-4315-989f-d348ec7ac0c0 05:45:32.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f71202c0-d88f-443c-ad14-c971270ec51c 05:45:32.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 05:45:32.257 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=73be1342-2810-42af-9dec-6ffb28bab75b 05:45:32.257 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cc562fa5-a2c5-44b6-9cb0-719a6a28d29e 05:45:32.257 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=82c7b059-e036-484d-9951-dd03aa502156 05:45:32.257 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a86e7d90-dbfe-4ba3-8e88-113c688f2335 05:45:32.257 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=37d34a63-593f-440f-8c93-ba42e9443810 05:45:32.257 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=89fc6e23-3e0f-46be-bf77-d74b39813166 05:45:32.258 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6889741b-499b-4f73-b7cd-5869d8a1b0af 05:45:32.258 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c8aba7fe-c922-4ab6-b063-8fe10b89a831 05:45:32.258 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d794c155-a9c1-44fa-baa1-79f6fbbd5f0e 05:45:32.258 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=96b8591b-279a-411c-b1da-17fe7a54aa4a 05:45:32.258 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9902e06e-2195-4d81-b061-b55d6b828b3d 05:45:32.258 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d56353a4-e293-4fc4-a656-c012ecff50ca 05:45:32.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 05:45:32.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=13e554bd-c618-42ab-91f3-7885b3f4b76a 05:45:32.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2e4dac62-289b-4b09-9ffd-3cbb6510d099 05:45:32.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8e30a437-5ee1-4091-9974-6ddbc8431f46 05:45:32.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9bcd0f55-90f2-4a30-984b-c12d9e28f909 05:45:32.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=73395cdc-4ae9-41e8-9601-811b2e70a4b3 05:45:32.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=93fe7ffc-2863-45b1-a208-976cc6e78396 05:45:32.261 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3eadb3c4-251b-4c07-9572-cb895bb1bca7 05:45:32.261 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f526a450-eb4f-43aa-ad64-e7f3d95b4dc8 05:45:32.261 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7cefee08-c151-4e5e-8302-9442a8986e80 05:45:32.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 05:45:32.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=754b656f-7c6d-47d9-b46b-c06305a7be87 05:45:32.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=141e136c-9a07-479f-af6d-4e24135f0c77 05:45:32.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5a01bf1d-1dbe-492b-afd0-ea875f636f10 05:45:32.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=577cf16a-add2-4929-9d7f-2501860922d3 05:45:32.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=713175cd-ffc5-4d34-846c-6e8d8fa8c6e0 05:45:32.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c5a22c3b-d563-4b2c-b5da-ab4110a301cf 05:45:32.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4b9f6c7a-1325-47ba-b6b9-a1e01ed5306f 05:45:32.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0b61c113-80c9-4d11-812c-a98adcea4c5a 05:45:32.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5f612963-bf07-4ca1-a699-696425cacaa8 05:45:32.265 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1a98d8ef-8477-4f53-a32d-a45217907369 05:45:32.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=467d91b5-c5db-46f0-9af8-5da88e76c372 05:45:32.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ecb3cd6a-d478-4805-9cc4-72d0cda16dd5 05:45:32.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 05:45:32.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=25af6b80-6363-4153-a08b-a8ab50d58367 05:45:32.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5a08a328-8343-4597-8b35-14449a0248d0 05:45:32.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c0350f74-03ed-4d9b-8551-60c84047b8bb 05:45:32.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0f20a6ae-80e4-4763-86eb-863ecb90fddb 05:45:32.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=94ba1f9b-1710-40b2-bb83-26aed25a54c2 05:45:32.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4ee95a0c-9a76-4d78-934c-cc845d61603c 05:45:32.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=825ce517-313e-4ca6-9f7a-e89340e732d8 05:45:32.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8936ff90-434c-4a7e-aa11-1bfa9c66e09f 05:45:32.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=90c98bfd-7fc6-4153-ab45-71dc36e7e6c2 05:45:32.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=759726bf-18a6-421b-810c-3c61fe57accb 05:45:32.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dfb2166b-583d-4175-86a9-366ff0c53a38 05:45:32.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dd16d5e5-6381-4a14-9e1b-672ef66dc830 05:45:32.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 05:45:32.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0ccc4979-6b14-4525-a7a1-1edfef64a6f9 05:45:32.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8e26ac1f-cf88-4ccd-bab4-dbec0e4e4e4a 05:45:32.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fcc1b9f2-d42e-4e0a-8a6c-af631bfc96b9 05:45:32.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 05:45:32.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a2d379a6-8364-460b-9e49-7ee162a68204 05:45:32.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=702c4c45-5ec1-4a0a-b436-425eea285322 05:45:32.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=06850c04-e26e-4952-97ec-04d61c27b511 05:45:32.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2754f95f-a3ec-4071-8e03-4c46a88c17d3 05:45:32.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=04a836d0-00e5-40c0-b073-8f0c04314a3e 05:45:32.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=125beb2a-8591-4055-bef5-c2ad6712416f 05:45:32.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 05:45:32.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7d1e1cb5-7cc0-48e0-9ada-e33af0a9cd1e 05:45:32.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=68239cd7-f8a9-4ca8-b4cc-2f6bdf559655 05:45:32.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=09851955-22e6-45be-830c-da07b7adf49e 05:45:32.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0aa227fe-d7d9-474f-b790-b1bf3981cf48 05:45:32.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fc95ba1c-f105-4a6d-8821-e198d85ee4a0 05:45:32.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b1b391ae-9d77-45e9-a242-da965156742d 05:45:32.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=eaaa7a0d-ce95-4c26-a017-af9f1cc2f8e2 05:45:32.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=39d7a2c2-ce37-4c42-89a7-1ef3bb54668e 05:45:32.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=77f8c70d-cb37-4b63-a408-1f0605310b16 05:45:32.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 05:45:32.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=73c166d5-5a83-4101-b99c-245adb5f012e 05:45:32.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=493dc322-7c73-4ecd-b715-14a0fafba535 05:45:32.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=eeaa1d8f-6118-42be-9254-67fe8d8289c3 05:45:32.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=54add0a2-8185-411f-bd91-ae24ea9d2173 05:45:32.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=62e52096-3684-47a9-96c8-e3dd352f745c 05:45:32.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=03bf4868-d7f0-4504-887b-b21cacae6079 05:45:32.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dd69a628-c863-41fd-a924-bbb6e252b086 05:45:32.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3ac3d66a-c940-4e45-9fa3-30c96cd29ba3 05:45:32.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3422eea7-d1d3-4ce1-a442-651fa3dc0554 05:45:32.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e5613bd8-4758-47e9-b798-fab2c958bfac 05:45:32.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c13fff7c-2148-4378-952f-673f61a83eb2 05:45:32.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=206a06c7-6539-49f0-9ddd-cc598b2e13ca 05:45:32.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 05:45:32.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cc9365e0-1614-455d-a6e1-b125bc07eab8 05:45:32.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=31435629-b166-48a0-a3ea-51bb5cede742 05:45:32.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7b426c0e-6a89-4583-b689-8fd7950b64c2 05:45:32.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b0434b3c-46a0-4eb2-8565-a4d817f9f7d0 05:45:32.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=591c804c-a2e7-439f-822c-e8a5d4d65091 05:45:32.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bddecd61-f6d5-4530-a37b-dd53431c6fce 05:45:32.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6fed346c-1c15-4a41-84b7-a4a2e38358e5 05:45:32.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c6036308-d204-4fb1-a83f-5760572f31ad 05:45:32.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7d5cf48a-8741-4799-b7ac-44c71950baea 05:45:32.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3b96851c-2bf9-402f-a71b-682bf99e2276 05:45:32.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0087bdf8-0868-4ed0-9b58-97e4d68deb74 05:45:32.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=faf0f5e1-afd7-450f-b955-a6674cd4d1a7 05:45:32.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 05:45:32.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1079ba2f-d046-4403-8279-0538b23a1023 05:45:32.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c64b99fe-b081-4c87-b103-3d5bbac4ca66 05:45:32.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8db63aff-b91e-403c-b4de-ae1166218f7c 05:45:32.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7c127c88-63e0-4ea5-a383-c0ca84de6def 05:45:32.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=53079306-3f15-4337-9f8c-7ebdfcba1027 05:45:32.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d3844df7-d7cc-43dd-bc27-3dab25eb3ef4 05:45:32.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5b040806-0676-4ae4-adef-1512a0ebe4cb 05:45:32.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4c7c21b7-7f09-4dbc-81e1-cb51bcdd46af 05:45:32.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=07423022-ab3e-4cca-900d-6bc1304a8b8c 05:45:32.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 05:45:32.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=94453458-efb2-4261-8fdb-ea6a2b63a39c 05:45:32.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9f439016-7b8c-47b1-a368-a04af699b75c 05:45:32.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=079412de-871e-45b2-b83c-ea2c74bfd0b0 05:45:32.338 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=95ebfb29-b899-4ace-b7a6-9ec734a94b00 05:45:32.338 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0eaa2f1c-aa2f-4668-8510-135090b7e313 05:45:32.338 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1637a3c5-2f8e-4309-b201-18b92b075893 05:45:32.339 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3eeb74b5-9b07-4e2a-b0be-301a2f18e317 05:45:32.339 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c467a2cf-113d-44b7-98c4-cbed7acb88e5 05:45:32.339 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=30aa4349-8b43-4264-8be1-481c6fe5e14a 05:45:32.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5bee7026-ff7d-4d9a-a7e4-87e1b49e141c 05:45:32.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a8810c2f-9a6e-4380-87ff-dd5b021e4362 05:45:32.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6e69097e-2be9-4e22-9851-1617ad8901b2 05:45:32.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 05:45:32.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d2419e4f-72fc-4563-814b-bdbcf33c633f 05:45:32.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=52f56adb-926b-4c38-9c96-ede0d23d40e0 05:45:32.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3747ad3a-75ae-46c4-90d3-92ca695ea3cf 05:45:32.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=65db0d75-ba48-4552-a872-f4886cce93a2 05:45:32.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e229bc18-a209-4ad2-a59a-3a5fe1dcb2dc 05:45:32.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c703212a-662e-4b8a-94a3-6230e567bca3 05:45:32.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=eb0a22aa-64d1-440a-b633-d642a82b6c12 05:45:32.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dbe8523e-9b82-45af-9165-03bf6bd635e9 05:45:32.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e48edfa8-9c16-42d5-9d69-1db2ae66a37a 05:45:32.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=479edf16-e902-4c3f-986a-9c3d695a2db1 05:45:32.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=565a3ea4-8cbe-4807-9f2d-65764c19069f 05:45:32.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5bbeb19e-3ec3-406a-816c-307630605c11 05:45:32.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 05:45:32.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b6b66ac5-376d-488c-89fc-a3d8d690847b 05:45:32.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3f70062f-a2d5-4d6a-a265-02740400464e 05:45:32.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2aca9013-77d3-40e0-88d4-c085029c9dc5 05:45:32.346 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=350e6e61-bd2e-461c-a073-974923e6a2fa 05:45:32.346 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c9ccea4c-d0cc-4d74-b7a3-55750e4fbf87 05:45:32.346 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c88bb642-9ad9-44fe-b516-1092cb159dd3 05:45:32.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 05:45:32.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=052072e1-11b2-41af-a873-86964b08613b 05:45:32.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7ca634ec-f038-41a4-ae6c-f27ad555f288 05:45:32.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7fe45027-3871-4ebf-b4cd-9000080e67e8 05:45:32.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f3deceff-645f-4427-b14f-66b24e5fbbc4 05:45:32.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bf3caa40-dcf2-40fa-bb15-0e74ba3f843f 05:45:32.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6937bcff-fcc2-4765-8d4c-e2a7272db2af 05:45:32.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fbd049ce-1851-4f5e-83d5-ccb30f4f45ed 05:45:32.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6b2e2398-4b27-4282-a622-d32a31e9ace1 05:45:32.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=72aa63e6-815c-4f27-84b4-e3b12c84675e 05:45:32.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 05:45:32.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dbfcfd55-1ab2-4e4b-98e9-6d6b26c2c77f 05:45:32.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ca92e93c-d9c9-45f2-94b9-db2ba971fbff 05:45:32.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c857cb3b-84da-4290-99ef-9c53c128052d 05:45:32.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c7c97b1d-2294-4491-89a3-e18e85aba69f 05:45:32.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c8a41586-ee0b-4aae-85fb-f6fae0f4e41c 05:45:32.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2d89d417-8617-4702-a546-e9656fc159fc 05:45:32.352 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3d2dc951-bc84-4fb9-91ef-18e288596bdf 05:45:32.352 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fe63c2b6-0d55-4fec-ad3e-015562ffeba4 05:45:32.352 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=877a110f-7d45-46dc-a562-b93f8e94e860 05:45:32.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=43f22dd9-60f7-44fa-be35-31020135d7c6 05:45:32.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=693b677a-d65b-4521-857c-60b5d1d3cfda 05:45:32.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=76369f60-f38a-4555-85f2-15c0e92fce98 05:45:32.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 05:45:32.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b953e4c7-6080-43f5-93eb-ae2e852b9baf 05:45:32.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9fa9f578-a178-4405-8c6d-e762cf456557 05:45:32.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=05939839-60d7-4166-85e0-f751c86c8f08 05:45:32.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=66b275e9-39cf-4727-9781-1863f2d86558 05:45:32.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=056c9cf3-efab-49bd-ad3b-159bd7840826 05:45:32.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4f7b78ee-9ef1-4fd3-9cd6-abf905ddef7a 05:45:32.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=255cea11-92de-460b-bd2a-fead9d748724 05:45:32.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e3c58641-28ba-4838-86ef-6cb4a66ed05a 05:45:32.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ffdf1844-9a72-4039-9e6e-0846f6e762ac 05:45:32.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a7a01315-e8e4-496e-b869-a2901296b733 05:45:32.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ed595ad9-1164-4851-a99c-bad7bfb16d27 05:45:32.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ccc285b6-e892-42fe-a334-e2506ba88cad 05:45:32.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 05:45:32.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=06173133-f359-4939-8876-690ee77485fc 05:45:32.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=63ca81f9-818e-4911-8152-b169cbf521b2 05:45:32.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2c0cbf07-c0cb-48bc-a843-9a3381fbe845 05:45:32.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=778e048c-666e-4819-b917-0665ce96c912 05:45:32.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=76a8a016-f9fd-4c4b-85a3-680e32fe0840 05:45:32.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a618a076-3e69-4981-8040-3958ad424ef2 05:45:32.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5d4ed357-f27e-45ea-940c-28796f6a5901 05:45:32.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=de1ee40b-9356-4e49-b392-c74ee2820828 05:45:32.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9703fd90-3b14-479b-a701-ae2aa40d0625 05:45:32.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 05:45:32.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d1692543-4a09-4942-8a1d-40e2f95c220c 05:45:32.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=eb3bb00f-7aa7-41a2-8cce-b77f07ed45ee 05:45:32.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8c76859a-21bf-49bf-b938-07903a72a87c 05:45:32.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a1a02dc4-d6a6-43b2-be01-44731f6707af 05:45:32.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cb27e3e8-649a-441a-be95-c948bd0add76 05:45:32.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1f57577c-6037-45e4-8923-ff3be279f7c4 05:45:32.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=644a32a5-7598-43e6-b43c-70dcde1309c7 05:45:32.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bdd9a696-820e-413a-b1e6-e6d530013335 05:45:32.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=85f78a81-707e-40b6-95bd-05794d05625d 05:45:32.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ec54ca8b-304b-4f19-91ea-8c627bc04bb4 05:45:32.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cf8010f7-4d5f-4dae-8831-0bb847794743 05:45:32.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8f584aec-370a-4541-8b59-55521047fff2 05:45:32.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 05:45:32.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=254978e9-faee-4e22-b8e6-283bbd66447d 05:45:32.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6901a025-5987-4281-a59e-46f1e7429d5f 05:45:32.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d3d7ce1f-9277-448b-b07b-0909ea0901b9 05:45:32.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e27f35d5-ff54-4427-8034-e32530aef713 05:45:32.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5748d322-b6f2-45ab-8daa-068e1ff683bb 05:45:32.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9cf405fe-d137-4300-a2ab-df81d06d4155 05:45:32.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dd08dc0f-3b1c-4061-9e63-04051595e3d6 05:45:32.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3b6d20d6-d408-4bbd-92f5-f5a8b9717cf3 05:45:32.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1daecc09-3066-42f1-b486-496aa034899c 05:45:32.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e48f838c-3787-45e2-8abc-3a663b877f07 05:45:32.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=eb6f8e22-670e-498f-9d59-8cfed2387ffa 05:45:32.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2c1a81f8-3f52-48e9-877f-3b02d282a8cc 05:45:32.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testStartConsumptionCombinations() 05:45:32.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#concurrentStartConsumptionFails() 05:45:32.371 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=744351a2-236a-4b34-af67-d731ec16334f 05:45:32.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=644ab22c-144b-41cb-8f37-aa9abedb6ed5 05:45:32.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7ce3fec4-403b-4302-98e3-a3b815027366 05:45:32.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#concurrentStartConsumptionFails() 05:45:32.381 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 05:45:32.382 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"b68e9356-255c-408f-9301-1e3e7f1df0f3"},"path":"/","value":{}} 05:45:32.387 [pool-450-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"1cec2059-4223-4c78-9fcf-98fa62fca865","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-0","demand":2}} 05:45:32.391 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 05:45:32.391 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 05:45:32.392 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.439 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"5fd5b414-a1e4-4d9d-a75c-62db5ea352e1"},"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"} 05:45:32.441 [pool-452-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"a3700500-d9d1-4f57-adb5-0ce262360758","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-1","demand":2}} 05:45:32.443 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 05:45:32.443 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 05:45:32.444 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"db2ec279-42a1-452c-8e24-daa776b957d4"},"path":"/","value":{}} 05:45:32.446 [pool-454-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"b7d96695-cc40-43a3-9ef8-b196b986065f","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2","demand":2}} 05:45:32.447 [pool-454-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"}} 05:45:32.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 05:45:32.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 05:45:32.448 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"3844dbcf-fd2d-4ae3-8146-a3e802479f00"},"path":"/","value":{}} 05:45:32.450 [pool-456-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"5b7da4ae-d426-4fed-b1d8-f983eaf52bb6","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-3","demand":2}} 05:45:32.454 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 05:45:32.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=STREAM]() 05:45:32.455 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.456 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"4ad5cf63-d9a0-4b5a-aa9c-23b801bf30de"},"path":"/","value":{}} 05:45:32.457 [pool-458-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"a91316e2-d7b6-40c8-a3be-42770b41e19a","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-4","demand":2}} 05:45:32.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=STREAM]() 05:45:32.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 05:45:32.461 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.462 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"dbf31f1c-cd04-4696-8143-6c573e927c62"},"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"} 05:45:32.463 [pool-460-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"2408cdf1-9a04-406f-95e6-5958316cbea2","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-5","demand":55}} 05:45:32.466 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 05:45:32.466 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 05:45:32.467 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.468 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"e6fc608c-c29b-4cd6-8937-dd3baa52c450"},"path":"/","value":{}} 05:45:32.469 [pool-462-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"96993457-eebc-4cd5-8b15-aec952b51fcd","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6","demand":2}} 05:45:32.470 [pool-462-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"}} 05:45:32.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 05:45:32.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 05:45:32.472 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.473 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"748d3335-296e-4602-84be-d9647956871a"},"path":"/","value":{}} 05:45:32.474 [pool-464-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"0490213e-4b61-4832-8465-564b36283de2","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-7","demand":2}} 05:45:32.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 05:45:32.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchPublisherTest#cancellation() 05:45:32.478 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"d9d055f7-8f46-4af5-a9cf-c06ba7c2b686"},"path":"/","value":{}} 05:45:32.481 [pool-466-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"a99477cf-f8a0-4368-824d-1e40af532fde","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription","demand":99}} 05:45:32.481 [pool-466-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"}} 05:45:32.482 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchPublisherTest#cancellation() 05:45:32.489 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 05:45:32.490 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.491 [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":"06e705bc-73c1-4812-95d1-e160a45d72ed","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"} 05:45:32.539 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 05:45:32.540 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 05:45:32.540 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.541 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"aae27005-8aa6-4fce-a61f-8cee85fc6a03","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 05:45:32.544 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 05:45:32.544 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 05:45:32.545 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.546 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"788db699-f8d2-47eb-a765-617ad35d5bb0","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 05:45:32.549 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 05:45:32.549 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 05:45:32.549 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.550 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"1f39917b-5bd5-4c01-a9fe-4b44177d41e0","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 05:45:32.552 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 05:45:32.553 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 05:45:32.553 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"8b9c0391-ffb7-4d5f-be62-fb856a47dc06","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42} 05:45:32.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 05:45:32.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]() 05:45:32.557 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.558 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"e0defc5b-ca3c-497f-b697-2e345d2eb579","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]() 05:45:32.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]() 05:45:32.561 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.561 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"c350d834-c152-4a9f-842a-e6bfa3efd3be","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features"} 05:45:32.563 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]() 05:45:32.563 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 05:45:32.563 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"887683e0-194b-483e-95b1-5102a1db9e41","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}} 05:45:32.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 05:45:32.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 05:45:32.567 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.567 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"c2e2986c-4db9-4690-9b6d-5a44a7a761d5","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density"} 05:45:32.569 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 05:45:32.569 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 05:45:32.570 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.570 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"ac809cf4-2746-4efb-ad2a-c38ed42b4ba7","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 05:45:32.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 05:45:32.573 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.574 [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":"129e9a0c-3a37-44d9-afb9-9b0426f15d39","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 05:45:32.576 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 05:45:32.577 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]() 05:45:32.577 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"b735400f-d68a-4731-9336-c36a63095048","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:45:32.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]() 05:45:32.581 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 05:45:32.581 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"d5d67969-8476-46e2-b7da-acdf5677e743","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 05:45:32.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 05:45:32.584 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"909fff03-34f2-4939-a1d1-a0e0df0a8e2b","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 05:45:32.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 05:45:32.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 05:45:32.588 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"459022ca-4a4e-414d-8077-1a1d4ef5d242","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:45:32.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 05:45:32.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]() 05:45:32.591 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"cdc50bd2-db91-4ce2-baa5-80e644ca83d2","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"} 05:45:32.638 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]() 05:45:32.638 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 05:45:32.639 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.640 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"939601ab-f046-400e-ba69-7d8e73638b22","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.642 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 05:45:32.642 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 05:45:32.643 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.644 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"e285485e-2286-4f94-bbb8-303730ad2b00","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 05:45:32.646 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 05:45:32.646 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 05:45:32.647 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"85b08fcc-0dfe-4800-ad4e-234c07b60db4","version":2,"response-required":true,"content-type":"application/json"},"path":"/features"} 05:45:32.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 05:45:32.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 05:45:32.650 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.651 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"9870fcaf-3f18-4752-a542-055adad3ff74","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 05:45:32.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 05:45:32.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]() 05:45:32.653 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"e8048cc7-14f5-4c8d-bd03-f0a78319df1e","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]() 05:45:32.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 05:45:32.656 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"2452a45f-8fd4-49a7-9992-bb6be4cc8995","version":2,"response-required":true,"content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:45:32.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 05:45:32.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]() 05:45:32.659 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"89629f9a-5682-4c74-8a62-09e794e26a4f","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"} 05:45:32.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]() 05:45:32.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 05:45:32.662 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"2d6b745d-4996-431e-8ee0-75b163a1026c","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition"} 05:45:32.665 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 05:45:32.665 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 05:45:32.665 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"efd75649-8f76-4e8d-869c-c55c1e919991","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"} 05:45:32.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 05:45:32.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 05:45:32.668 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"3a1ca080-7750-4e4f-95dc-10e21c065f0a","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 05:45:32.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 05:45:32.671 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.677 [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":"e542623f-245d-4dc0-836b-8667bf32cfac","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"} 05:45:32.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 05:45:32.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 05:45:32.680 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.681 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"a9934636-524d-46b0-85c7-4c5bae6162c7","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 05:45:32.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 05:45:32.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 05:45:32.683 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"ff50b488-6e09-4825-bbad-520852dac80d","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 05:45:32.685 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 05:45:32.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 05:45:32.686 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"64d12ea0-39b7-4e56-8d5a-e12ccf4346f9","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 05:45:32.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 05:45:32.689 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 05:45:32.689 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"11083305-95e7-42b8-9aff-e61324a17933","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42} 05:45:32.739 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 05:45:32.739 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]() 05:45:32.740 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.740 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"8a13c54f-7e89-4f8a-9741-3e06b3dbd38e","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.742 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]() 05:45:32.743 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]() 05:45:32.743 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.744 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"7e240cf3-9494-459c-a9ae-b41638039d4a","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features"} 05:45:32.746 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]() 05:45:32.746 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 05:45:32.747 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.747 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"cbf2e148-2963-4e7e-b084-8b1e61afc28d","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}} 05:45:32.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 05:45:32.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 05:45:32.750 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.750 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"b0b79e11-fbba-48b4-bdf5-7bdc7c0b3ac6","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density"} 05:45:32.752 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 05:45:32.752 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 05:45:32.753 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"fbd489c2-c143-442e-8bd8-202a12c4987e","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.755 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 05:45:32.755 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 05:45:32.756 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.757 [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":"6a17e286-6c3d-43b2-97cd-12503f952bc8","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 05:45:32.758 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 05:45:32.758 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]() 05:45:32.759 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.760 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"d7dad34b-e54a-4a25-b821-1a35d3cc842a","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:45:32.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]() 05:45:32.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 05:45:32.762 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"eabee57a-97c4-48c9-acdf-8344e96026ca","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 05:45:32.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 05:45:32.765 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.766 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"50babed9-88a3-46c8-a984-f33ae2571c72","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 05:45:32.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 05:45:32.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 05:45:32.768 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"770922b0-a5c3-41c4-b0cc-211ba4ae405f","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:45:32.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 05:45:32.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]() 05:45:32.771 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.771 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"ac0f5eba-0a6f-4744-be9d-20bf2d2959e9","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 05:45:32.773 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]() 05:45:32.773 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 05:45:32.774 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.774 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"9d87e28c-4aeb-4341-ad69-1604f6d77427","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 05:45:32.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 05:45:32.776 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"541a2160-64a7-4c8a-8e2f-7e9a4b146c1e","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 05:45:32.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 05:45:32.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 05:45:32.779 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.780 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"61975b65-9936-4981-ab55-aa2f8ebaa6a5","version":2,"channel":"live","content-type":"application/json"},"path":"/features"} 05:45:32.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 05:45:32.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 05:45:32.782 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"5781847b-97bc-4fe0-89d4-4fc6619a4fc9","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 05:45:32.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 05:45:32.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]() 05:45:32.785 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"4c7bbb44-51eb-4bbf-8a94-07b04c13aba6","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.787 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]() 05:45:32.787 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=live]() 05:45:32.788 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.838 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"4ba50d4c-b659-46ae-967f-1982696debe7","version":2,"channel":"live","content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:45:32.840 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=live]() 05:45:32.841 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]() 05:45:32.841 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.842 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"df7c7394-fff4-4716-a5d4-2aa1c41abab7","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 05:45:32.843 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]() 05:45:32.844 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 05:45:32.844 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.845 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"e8c377ee-0733-40f1-8139-7f0cd1e93835","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition"} 05:45:32.846 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 05:45:32.847 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 05:45:32.847 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.848 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"11f0815a-c1fa-4a68-8e0a-661b12ada62d","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"} 05:45:32.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 05:45:32.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 05:45:32.850 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.851 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"7b790fcd-1c00-45f3-9c88-43e74ef446c6","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:45:32.852 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 05:45:32.854 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions() 05:45:32.855 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.860 [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"} 05:45:32.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions() 05:45:32.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector() 05:45:32.864 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"7de547b7-45c7-4685-8b8d-e6ff802b6756","version":2,"response-required":true,"content-type":"application/json"},"path":"/","fields":"/_revision"} 05:45:32.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector() 05:45:32.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyFails() 05:45:32.867 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"bf4d2842-e5c2-42fb-8579-7b662ab3a463","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 05:45:32.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyFails() 05:45:32.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicy() 05:45:32.872 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"a1444a69-535b-48e8-9147-06f4a6755439","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}} 05:45:32.881 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicy() 05:45:32.881 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions() 05:45:32.882 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.883 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions() 05:45:32.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 05:45:32.884 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 05:45:32.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption() 05:45:32.886 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption() 05:45:32.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption() 05:45:32.888 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption() 05:45:32.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 05:45:32.889 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 05:45:32.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 05:45:32.891 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.892 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 05:45:32.892 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicy() 05:45:32.893 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.942 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"7cb0b809-4935-49fa-8915-98ab7df59858","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}} 05:45:32.945 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicy() 05:45:32.946 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicy() 05:45:32.946 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.948 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"912273db-6bf8-4425-88a2-883104fb020e","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}} 05:45:32.949 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"6badd7e1-b454-47d3-866d-8860a84d0859","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}} 05:45:32.949 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"97db00db-91d7-4af9-95ec-1b6fad8f54d7","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}} 05:45:32.955 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicy() 05:45:32.955 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicy() 05:45:32.956 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.963 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/delete","headers":{"correlation-id":"fd9cd550-966d-496f-8556-8ac6bd9ecd13","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 05:45:32.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicy() 05:45:32.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicy() 05:45:32.967 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"659c0f27-19e7-44f3-bf8f-0d575f4055a8","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 05:45:32.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicy() 05:45:32.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 05:45:32.970 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 05:45:32.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithOptions() 05:45:32.972 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.972 [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":"/"} 05:45:32.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithOptions() 05:45:32.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyJsonObject() 05:45:32.974 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"e4e97cf3-3ed3-4469-a3b3-9097684b0e00","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}} 05:45:32.978 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyJsonObject() 05:45:32.978 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions() 05:45:32.978 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions() 05:45:32.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 05:45:32.980 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 05:45:32.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption() 05:45:32.982 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.982 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption() 05:45:32.982 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyJsonObject() 05:45:32.983 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.985 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"55bc715e-6cb5-43b7-b972-e0805cabeac2","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}} 05:45:32.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"25c02ddd-5c87-464a-9ff7-9daae6af6cf9","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}} 05:45:32.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"2864c2d1-1b78-4b61-832c-7de1c3a4a7b0","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}}}}}} 05:45:32.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyJsonObject() 05:45:32.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption() 05:45:32.993 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-09-08] initialized successfully 05:45:32.994 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption() [ERROR] Tests run: 1041, Failures: 1, Errors: 0, Skipped: 28, Time elapsed: 58.785 s <<< FAILURE! - in TestSuite [ERROR] org.eclipse.ditto.client.messaging.internal.AccessTokenAuthenticationProviderTest.tokenRefreshIsCalledBeforeExpiry on tokenRefreshIsCalledBeforeExpiry(org.eclipse.ditto.client.messaging.internal.AccessTokenAuthenticationProviderTest) Time elapsed: 10.02 s <<< FAILURE! org.mockito.exceptions.verification.WantedButNotInvoked: Wanted but not invoked: webSocket.sendText( startsWith("JWT-TOKEN?jwtToken=") ); -> at org.eclipse.ditto.client.messaging.internal.AccessTokenAuthenticationProviderTest.tokenRefreshIsCalledBeforeExpiry(AccessTokenAuthenticationProviderTest.java:48) However, there were exactly 2 interactions with this mock: webSocket.addHeader( "Authorization", "Bearer eyJoZWFkZXIiOiJ2YWx1ZSJ9.eyJleHAiOjE2NjI2MTU5MTV9.eyJzaWduYXR1cmUiOiJmb28ifQ==" ); -> at org.eclipse.ditto.client.messaging.internal.AbstractTokenAuthenticationProvider.prepareAuthentication(AbstractTokenAuthenticationProvider.java:68) webSocket.addHeader( "correlation-id", "3670be66-8dfd-430c-8229-1b85153e1f5a" ); -> at java.base/java.util.HashMap.forEach(HashMap.java:1336) at org.eclipse.ditto.client.messaging.internal.AccessTokenAuthenticationProviderTest.tokenRefreshIsCalledBeforeExpiry(AccessTokenAuthenticationProviderTest.java:48) [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] AccessTokenAuthenticationProviderTest.tokenRefreshIsCalledBeforeExpiry:48 Wanted but not invoked: webSocket.sendText( startsWith("JWT-TOKEN?jwtToken=") ); -> at org.eclipse.ditto.client.messaging.internal.AccessTokenAuthenticationProviderTest.tokenRefreshIsCalledBeforeExpiry(AccessTokenAuthenticationProviderTest.java:48) However, there were exactly 2 interactions with this mock: webSocket.addHeader( "Authorization", "Bearer eyJoZWFkZXIiOiJ2YWx1ZSJ9.eyJleHAiOjE2NjI2MTU5MTV9.eyJzaWduYXR1cmUiOiJmb28ifQ==" ); -> at org.eclipse.ditto.client.messaging.internal.AbstractTokenAuthenticationProvider.prepareAuthentication(AbstractTokenAuthenticationProvider.java:68) webSocket.addHeader( "correlation-id", "3670be66-8dfd-430c-8229-1b85153e1f5a" ); -> at java.base/java.util.HashMap.forEach(HashMap.java:1336) [INFO] [ERROR] Tests run: 1041, Failures: 1, Errors: 0, Skipped: 28 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:57 min [INFO] Finished at: 2022-09-08T05:45:34Z [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-ci/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-ci/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.doExecute (MojoExecutor.java:306) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) 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:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures. Please refer to /home/jenkins/agent/workspace/ditto-client-java-ci/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:137) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:301) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:211) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:165) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:157) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:121) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:127) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) 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:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347) [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 Eclipse) Stage "Deploy to Eclipse" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE