Started by an SCM change [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-psr61 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-psr61" 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-psr61" - 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-psr61" - 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" 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-psr61 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 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 Avoid second fetch Checking out Revision 2e9bb2a5319d98269abde20424491d18db0d6256 (refs/remotes/origin/master) > 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 2e9bb2a5319d98269abde20424491d18db0d6256 # timeout=10 Commit message: "Merge pull request #191 from bosch-io/bugfix/search-thread-leak" > git rev-list --no-walk 35d06f1ce2c241a2b7504822c94e424dcec46543 # 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 true 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/live/commands/query/RetrieveThingsLiveCommand.java: /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/main/java/org/eclipse/ditto/client/live/commands/query/RetrieveThingsLiveCommand.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/main/java/org/eclipse/ditto/client/live/commands/query/RetrieveThingsLiveCommand.java: Recompile with -Xlint:deprecation for details. [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:14:51.076 [Thread-1] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 05:14:51.082 [Thread-1] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> 05:14:51.177 [Thread-2] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 05:14:51.188 [main] WARN o.e.d.c.s.SpliteratorSubscriber - onSubscribe() called a second time; cancelling subscription . 05:14:51.291 [Thread-6] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 05:14:51.611 [Thread-14] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 05:14:51.611 [Thread-14] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> Configuring TestNG with: TestNG60Configurator 05:15:18.357 [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:15:18.363 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'class java.util.Date' and subject '*' 05:15:18.363 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'interface org.eclipse.ditto.json.JsonValue' and subject '*' 05:15:20.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 05:15:20.877 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:20.883 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d5493ae8-e007-4fff-9f7e-5763f76eba45 05:15:20.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=31bb2610-ca71-46cb-b98d-a7d64ed3eb31 05:15:20.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fef0b8c4-f12a-4e5a-b9ab-81a2c65165a4 05:15:20.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c94d5185-caaf-4842-9604-ac31fb9f5f55 05:15:20.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 05:15:20.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 05:15:20.965 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:20.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=29f7dfb1-13a0-49ce-9e0b-26b9e264db8f 05:15:20.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f423cfa4-5282-4717-91e8-26473ce78061 05:15:20.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=197e9266-566d-417e-92fc-a188830c5e28 05:15:20.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d0be3161-d278-46d0-8ecb-a0878b110db9 05:15:20.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 05:15:20.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 05:15:20.971 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:20.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d4098025-4418-442c-95d4-27c1b556a57b 05:15:20.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c9ca32d7-ac51-4a85-84aa-1cc9c0c058dc 05:15:20.972 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f42a8e2a-dddb-4877-8c7c-118cc28cc9d6 05:15:20.972 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9d7be147-b2d7-4d1a-b755-5db5ac5d27ce 05:15:20.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 05:15:21.878 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:21.879 [main] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 05:15:25.011 [test-1] ERROR o.e.d.c.messaging.internal.Retry - Client <08172d40-6c53-4293-8b2f-c78f95fd547a>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 05:15:25.012 [test-1] INFO o.e.d.c.messaging.internal.Retry - Client <08172d40-6c53-4293-8b2f-c78f95fd547a>: Waiting for <1> second(s) before retrying to . 05:15:26.013 [Thread-16] ERROR o.e.d.c.messaging.internal.Retry - Client <08172d40-6c53-4293-8b2f-c78f95fd547a>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 05:15:26.013 [Thread-16] INFO o.e.d.c.messaging.internal.Retry - Client <08172d40-6c53-4293-8b2f-c78f95fd547a>: Waiting for <1> second(s) before retrying to . 05:15:27.017 [Thread-18] ERROR o.e.d.c.messaging.internal.Retry - Client <9189fc92-7ad9-4950-8dfc-d0c6bbd6f774>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 05:15:27.017 [Thread-18] INFO o.e.d.c.messaging.internal.Retry - Client <9189fc92-7ad9-4950-8dfc-d0c6bbd6f774>: Waiting for <1> second(s) before retrying to . 05:15:28.049 [ditto-client-reconnect-dummy:6209b44b-e411-4064-8d84-b310aba93591-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 05:15:28.217 [ditto-client-reconnect-dummy:6209b44b-e411-4064-8d84-b310aba93591-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:15:28.217 [ditto-client-reconnect-dummy:6209b44b-e411-4064-8d84-b310aba93591-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Permanently failed to initialize WebSocket: org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 05:15:28.218 [pool-94-thread-1] INFO o.e.d.c.i.bus.DefaultAdaptableBus - Waiting for executors termination was interrupted. 05:15:28.218 [pool-94-thread-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 05:15:30.732 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 05:15:30.752 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-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:15:30.752 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 05:15:30.752 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-1] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <1> second(s) before retrying to . 05:15:31.753 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 05:15:31.756 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-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:15:31.756 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 05:15:31.756 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-1] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <1> second(s) before retrying to . 05:15:32.756 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 05:15:32.760 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-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:15:32.760 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 05:15:32.760 [ditto-client-reconnect-dummy:01e7ae5e-ac27-4ce8-9e59-32b1c287adfb-1] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <2> second(s) before retrying to . 05:15:32.761 [Time-limited test] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 05:15:32.771 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]() 05:15:32.772 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"ea956746-e042-4903-b384-c8d73483718f","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes"} 05:15:32.796 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]() 05:15:32.797 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 05:15:32.798 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.800 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 05:15:32.800 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 05:15:32.801 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.840 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"8df9ff14-4db8-4587-b9b0-be0d9a2e2fc4","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 05:15:32.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 05:15:32.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]() 05:15:32.850 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.851 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"4bc2ec02-4423-4feb-8ca5-889210dd24d5","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}} 05:15:32.856 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]() 05:15:32.856 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]() 05:15:32.857 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.859 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"04f04318-34f9-43e4-afde-fa4e0b88566b","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new"} 05:15:32.862 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]() 05:15:32.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 05:15:32.863 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"c37b806c-05c2-4e08-b802-b786973891cd","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true} 05:15:32.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 05:15:32.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 05:15:32.868 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=aa3fa866-307e-40b0-983b-4c0f83506eb8 05:15:32.951 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 05:15:32.952 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 05:15:32.953 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.954 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"7c914300-4ce8-4ea5-8e46-a1282e958cb4","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:15:32.957 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 05:15:32.957 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]() 05:15:32.958 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.959 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"1b45fa2e-7819-484a-987b-7ff55b1718c9","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:15:32.962 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]() 05:15:32.962 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 05:15:32.963 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"34aff7a7-370f-496d-b98c-fa0d95691e4b","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:15:32.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 05:15:32.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 05:15:32.967 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"62ecd1b3-5b3c-4055-a0f3-d836c1643d98","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/old"} 05:15:32.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 05:15:32.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 05:15:32.972 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.972 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"cdac1864-2acb-4c24-9c85-fc88c51315d5","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 05:15:32.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 05:15:32.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 05:15:32.976 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.977 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ec558e7f-ac0c-4e44-aab9-a0c349658dfe 05:15:32.982 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 05:15:32.982 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 05:15:32.983 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.984 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"dafc2b67-f052-436a-bc67-308603a1a38d","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:15:32.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 05:15:32.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]() 05:15:32.987 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:32.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"2e998845-f982-47a0-86ba-c140dfd9ee22","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:15:32.990 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]() 05:15:32.991 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 05:15:32.992 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.040 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"6ae9e4f3-c897-46db-84aa-3cb5a07fb908","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes","value":null} 05:15:33.044 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 05:15:33.044 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 05:15:33.045 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.046 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 05:15:33.047 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 05:15:33.048 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.048 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"7d2a8028-076e-417a-8d46-aa368630f718","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:15:33.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 05:15:33.052 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 05:15:33.053 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.054 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"463387cb-cc84-4f34-8840-591a40dfc6bb","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"} 05:15:33.056 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 05:15:33.057 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 05:15:33.058 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.058 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"c87a1e54-b3fd-40a0-af73-2f62f3a72ecc","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true} 05:15:33.061 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 05:15:33.061 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 05:15:33.062 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.063 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"4ad8b223-47d2-43fb-a574-7a0f77b504a5","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 05:15:33.066 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 05:15:33.066 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 05:15:33.067 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 05:15:33.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 05:15:33.069 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"bd4382de-cb50-44e7-b52e-84d03dc8a50e","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"} 05:15:33.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 05:15:33.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]() 05:15:33.074 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"26b3e19c-9d96-496e-be4a-11ecc294210d","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes"} 05:15:33.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]() 05:15:33.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 05:15:33.082 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.083 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 05:15:33.084 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 05:15:33.085 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"29c0567d-8562-445f-b360-c28f412bdff1","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 05:15:33.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 05:15:33.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]() 05:15:33.089 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.140 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"b0620aec-f81e-4dbd-91c7-5aa942541f95","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}} 05:15:33.143 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]() 05:15:33.143 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]() 05:15:33.144 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.145 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"a2a30e26-1236-49be-aa25-760839f9c261","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new"} 05:15:33.147 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]() 05:15:33.148 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 05:15:33.149 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.149 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"a61b4fb5-0817-4b33-a93b-75e62fc84ed1","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true} 05:15:33.152 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 05:15:33.152 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 05:15:33.153 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.154 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f29005dc-4780-4184-bc33-cea9e7c0cedd 05:15:33.154 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=884f7774-72ab-43b3-91e3-84d00219c898 05:15:33.154 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5217ab87-786f-44a4-b82a-d6b7235b701a 05:15:33.158 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 05:15:33.158 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 05:15:33.159 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.160 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"c0b322e6-98c3-42de-af75-cc8a84ad4211","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:15:33.162 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 05:15:33.162 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]() 05:15:33.163 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"3cc9b931-9298-4489-bf0d-83a8973030fa","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:15:33.166 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]() 05:15:33.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 05:15:33.167 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.168 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"5d9a4662-edb8-4d4d-83f8-63c4cd7a12e5","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:15:33.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 05:15:33.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 05:15:33.171 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.172 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"b9dfa5d5-ed39-460c-b01d-c8b788f8834a","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/old"} 05:15:33.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 05:15:33.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=live]() 05:15:33.175 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"43d4ce4d-3d22-43bb-b24d-e85557fc5d39","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 05:15:33.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=live]() 05:15:33.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 05:15:33.179 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=735ec4a5-4951-42e2-be13-00e4cc6e6cf0 05:15:33.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=39ac801f-005a-4479-8635-51b977ac81b2 05:15:33.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=98d9585c-0f9f-4fa5-8935-7f68562913b0 05:15:33.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 05:15:33.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 05:15:33.185 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"c62e32b4-0268-488f-a161-bac4487583eb","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:15:33.188 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 05:15:33.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]() 05:15:33.189 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"dfeec46a-b78f-4bac-9097-714d9dffa467","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 05:15:33.240 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]() 05:15:33.241 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 05:15:33.241 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.242 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"5261b735-a86a-4a96-a870-aeba94858fb1","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes","value":null} 05:15:33.245 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 05:15:33.246 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 05:15:33.247 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.248 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 05:15:33.248 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 05:15:33.248 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.250 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"357b973d-c8dd-4fb8-888f-870539861a5b","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 05:15:33.252 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 05:15:33.252 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 05:15:33.253 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"d57d69c6-8fe2-4269-873e-b08cbba5bb8c","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"} 05:15:33.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 05:15:33.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 05:15:33.257 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.258 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"260c69a5-09e8-440b-b402-85e9faa2ea3a","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true} 05:15:33.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 05:15:33.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 05:15:33.261 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"6776d090-117a-4985-8d99-e5c775dfff8d","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 05:15:33.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 05:15:33.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 05:15:33.265 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 05:15:33.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 05:15:33.267 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"0c2d14b3-988e-4412-8c09-e59d2ba587f8","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"} 05:15:33.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 05:15:33.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 05:15:33.592 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.641 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"9de6af97-6ce2-4daf-93d7-0bbc887a8b72","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:15:33.656 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 05:15:33.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 05:15:33.657 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.658 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"af5af7ea-c8ae-4286-b44c-330f4209578a","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:15:33.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 05:15:33.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 05:15:33.663 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=87955646-ec2a-469f-98a8-50b365b9ac89 05:15:33.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 05:15:33.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=twin]() 05:15:33.670 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"803b0755-9189-4815-95af-63a40e4786bf","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:15:33.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=twin]() 05:15:33.675 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=twin]() 05:15:33.675 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"02025c61-2333-4698-9f76-435dd5699687","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 05:15:33.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=twin]() 05:15:33.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 05:15:33.680 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.683 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"9f14acd1-1464-45bb-b729-e374b67d7efd","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 05:15:33.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 05:15:33.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 05:15:33.689 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"59808e97-8492-4dcd-9161-de1ea97e5891","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:15:33.742 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 05:15:33.742 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 05:15:33.743 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.746 [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":"2dd3a7c8-4045-4072-bbe5-528a4c637adb","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 05:15:33.774 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 05:15:33.774 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=twin]() 05:15:33.775 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"39268872-3513-46ed-a30a-2ba36914c37d","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:15:33.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=twin]() 05:15:33.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 05:15:33.780 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.781 [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":"c8ad0e82-6130-4e53-b788-dd962a8a04bc","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:15:33.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 05:15:33.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=twin]() 05:15:33.785 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.786 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"d44cec98-09c3-4b74-ab8d-cdcf6f77691b","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 05:15:33.788 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=twin]() 05:15:33.788 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 05:15:33.789 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 05:15:33.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 05:15:33.791 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:33.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9e4e6405-a3db-404c-b627-f917932cef06 05:15:34.797 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 05:15:34.797 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 05:15:34.798 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.800 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 05:15:34.800 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]() 05:15:34.801 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.802 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"5eec02d7-45a4-4cbd-94d4-68baa47638fa","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"} 05:15:34.805 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]() 05:15:34.806 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 05:15:34.807 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.808 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 05:15:34.809 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 05:15:34.810 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.811 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 05:15:34.812 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 05:15:34.813 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.814 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 05:15:34.814 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 05:15:34.815 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.816 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"9c8d2cbb-e0c7-48e0-80da-1111fd47f5c5","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:15:34.841 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 05:15:34.841 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 05:15:34.842 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.843 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/twin/commands/create","headers":{"correlation-id":"efbefb94-7474-4578-8c65-af4aefd5b0c7","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}} 05:15:34.846 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 05:15:34.846 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]() 05:15:34.847 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"8f491002-8477-49a8-8b82-b5f5fe523488","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"} 05:15:34.853 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]() 05:15:34.854 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 05:15:34.854 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.856 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 05:15:34.856 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 05:15:34.857 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.858 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 05:15:34.858 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 05:15:34.859 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.860 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"01579692-fc1f-4028-857c-02943e15c5a8","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:15:34.862 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 05:15:34.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 05:15:34.864 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c4198059-b845-4774-9469-2f546690181b 05:15:34.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 05:15:34.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 05:15:34.871 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 05:15:34.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]() 05:15:34.873 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]() 05:15:34.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 05:15:34.876 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 05:15:34.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 05:15:34.879 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"7dd899bb-5387-43bf-a123-2aa2d9c1ae11","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:15:34.883 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 05:15:34.883 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 05:15:34.884 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 05:15:34.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 05:15:34.886 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"0f6030a0-8143-4a95-b443-e7fd1af07d64","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:15:34.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 05:15:34.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 05:15:34.890 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.891 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"eb5997b3-0c01-4c66-ab4a-d692ea4db945","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:15:34.941 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 05:15:34.941 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 05:15:34.942 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.943 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"49de8a92-19ef-422b-9d77-2c76044ab886","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:15:34.946 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 05:15:34.946 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]() 05:15:34.947 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.948 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"32cba5f0-b1af-4905-bd69-7c51429d8637","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"} 05:15:34.950 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]() 05:15:34.950 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 05:15:34.951 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.952 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"69e29521-0f84-4ca8-9448-e5dfd260d6fa","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:15:34.955 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 05:15:34.955 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]() 05:15:34.956 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.957 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"5d294e79-c9ec-466d-ad2d-857175dd9ce9","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:15:34.959 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]() 05:15:34.959 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]() 05:15:34.960 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.961 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"bdc102e6-26b1-4f9d-a971-70223346b5b0","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:15:34.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]() 05:15:34.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 05:15:34.965 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 05:15:34.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 05:15:34.968 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 05:15:34.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=twin]() 05:15:34.971 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.972 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"d866476c-c2af-4b57-b9ef-6ec5203d8af6","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 05:15:34.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=twin]() 05:15:34.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 05:15:34.976 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.977 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 05:15:34.977 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 05:15:34.978 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 05:15:34.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=twin]() 05:15:34.980 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"776b90a0-aa1a-431c-9ce0-758f1c6e0ae5","version":2,"response-required":true,"content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"} 05:15:34.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=twin]() 05:15:34.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 05:15:34.989 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:34.990 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"4ee9175d-f3b4-4cd0-ab22-ea8d164c7f9d","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:15:34.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 05:15:34.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 05:15:35.040 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.041 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"6a19b5fb-cda1-4290-a6dd-e9d87a727afe","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:15:35.043 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 05:15:35.043 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]() 05:15:35.044 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.045 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"b01869d8-071b-4511-acc9-7b03e32e0b7f","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:15:35.048 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]() 05:15:35.048 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 05:15:35.049 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 05:15:35.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 05:15:35.052 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.053 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5e31f75e-1001-41b0-a09c-46d75bbb05b1 05:15:35.058 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 05:15:35.058 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 05:15:35.059 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.060 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d9da338a-6433-44c4-b31c-9ad2a01c4070","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:15:35.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 05:15:35.071 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 05:15:35.071 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.072 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"e3bc4943-3fbd-44c2-8a74-f16e17f17033","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:15:35.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 05:15:35.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 05:15:35.077 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=193f60a3-ae05-4f25-8238-3b45bdd5fb17 05:15:35.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ed6d3dd0-4365-4bf4-bebd-bc52b2443e24 05:15:35.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fe9e4341-833e-46b4-a267-81f2ab408a0e 05:15:35.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 05:15:35.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=live]() 05:15:35.082 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.083 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"97a5ba8f-e069-4e2b-9c68-58f6a60836d6","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:15:35.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=live]() 05:15:35.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=live]() 05:15:35.087 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"b8280218-964a-4339-b05e-02c68e732928","version":2,"channel":"live","content-type":"application/json"},"path":"/"} 05:15:35.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=live]() 05:15:35.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 05:15:35.091 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.092 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"645782a3-4a87-4d0f-a5e3-08972160f39e","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 05:15:35.140 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 05:15:35.141 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 05:15:35.142 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.143 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"2f917fa3-6b00-4629-bf68-10aca9b4aca0","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:15:35.145 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 05:15:35.145 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 05:15:35.146 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.148 [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":"73dc793c-bcac-434b-b86a-f2d19401153f","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 05:15:35.154 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 05:15:35.155 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=live]() 05:15:35.156 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.157 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"61ee71c6-1435-49f8-b001-bbb49cef1592","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:15:35.159 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=live]() 05:15:35.160 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 05:15:35.161 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.162 [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":"25951072-1e6c-469d-8564-135054f1935c","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:15:35.165 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 05:15:35.165 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=live]() 05:15:35.166 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"53a6c52e-0ada-47cc-9504-4a8f58451caf","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 05:15:35.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=live]() 05:15:35.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 05:15:35.170 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 05:15:35.172 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 05:15:35.173 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:35.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2d1b4f4f-5702-4a60-836a-20e2544a47bb 05:15:35.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=19f5f676-9704-4b58-b999-74030d086ae1 05:15:35.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=238be5f1-1e3f-4746-96f2-80c0ee5fff01 05:15:36.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 05:15:36.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 05:15:36.179 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 05:15:36.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]() 05:15:36.181 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"d373da13-e932-4795-addc-f8a1dca1abf3","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"} 05:15:36.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]() 05:15:36.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 05:15:36.186 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 05:15:36.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 05:15:36.188 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 05:15:36.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 05:15:36.190 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 05:15:36.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 05:15:36.192 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"ce44f367-d669-4309-94c4-abeef4c6234d","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:15:36.196 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 05:15:36.196 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 05:15:36.197 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.198 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/live/commands/create","headers":{"correlation-id":"1d7aa36e-1ea3-4379-be65-a22033b8b7ae","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}} 05:15:36.200 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 05:15:36.201 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]() 05:15:36.201 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"b4c108ed-5d92-4850-a60a-134d223e7780","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"} 05:15:36.205 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]() 05:15:36.205 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 05:15:36.206 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.207 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 05:15:36.207 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 05:15:36.207 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.208 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 05:15:36.208 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 05:15:36.208 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.240 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"49b61ced-e6b0-468a-b1cd-9ce1371ac04d","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:15:36.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 05:15:36.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 05:15:36.244 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.245 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a387d203-adaa-474b-931e-5adc43d1bd5b 05:15:36.245 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9dae26dc-24db-42be-993f-0f4bdb41f5d2 05:15:36.245 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0c10dcaf-8521-40e9-8c6a-ecd55b9b8703 05:15:36.249 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 05:15:36.249 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 05:15:36.250 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.251 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 05:15:36.251 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]() 05:15:36.252 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]() 05:15:36.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 05:15:36.254 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.255 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 05:15:36.255 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 05:15:36.256 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.257 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"ca57a2c9-f0d5-4f6a-b641-20daeb777bc6","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:15:36.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 05:15:36.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 05:15:36.261 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 05:15:36.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 05:15:36.263 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"ec6e78db-468e-4374-a3ad-7cec2d5d1a4e","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:15:36.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 05:15:36.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 05:15:36.268 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"7ab161bf-b959-4e3c-ad04-f29082139bd5","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:15:36.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 05:15:36.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 05:15:36.272 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"0cee92bc-9f84-4363-b80a-0e9529d1686d","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:15:36.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 05:15:36.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]() 05:15:36.276 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"d1609791-bc99-4363-aba1-3879fc8ef3d1","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"} 05:15:36.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]() 05:15:36.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 05:15:36.287 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.288 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"49fc0e44-3247-41df-b5bc-a73d2534057e","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:15:36.291 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 05:15:36.291 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=live]() 05:15:36.292 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"09e4fe97-8d5d-4740-b5d7-68877a85f384","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:15:36.295 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=live]() 05:15:36.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]() 05:15:36.296 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"6f10fa70-2871-49ef-b146-69ed8b183da2","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:15:36.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]() 05:15:36.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 05:15:36.344 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 05:15:36.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 05:15:36.346 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 05:15:36.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=live]() 05:15:36.348 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"17f0f6da-41bb-440d-b264-bca8e2012d04","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 05:15:36.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=live]() 05:15:36.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 05:15:36.352 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 05:15:36.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 05:15:36.353 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 05:15:36.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=live]() 05:15:36.355 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"774d7bc4-2d72-4b03-a03d-d38e605b1c5e","version":2,"channel":"live","content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"} 05:15:36.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=live]() 05:15:36.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 05:15:36.359 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d427e01f-3003-4d1b-b0ca-7944db751577","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:15:36.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 05:15:36.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 05:15:36.362 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"48cf2783-960c-4357-a661-2289c447ad18","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:15:36.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 05:15:36.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]() 05:15:36.366 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"84f2883a-86f0-4da9-855d-add571d8ce5b","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:15:36.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]() 05:15:36.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 05:15:36.370 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 05:15:36.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 05:15:36.372 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9a4d8681-68a9-4100-aaed-ebaaea90d86a 05:15:36.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6909846b-ab57-4559-a1c8-04b27b9c9f04 05:15:36.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d90c72cc-afd5-4b16-b9ef-db0e0b122603 05:15:36.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 05:15:36.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 05:15:36.380 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.381 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a35a3bff-2de5-43aa-af2d-f2255b531b6f 05:15:36.385 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:a3ba9fae-12d0-491e-8f3e-6f4255ee4d56, 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:a3ba9fae-12d0-491e-8f3e-6f4255ee4d56}]], 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:15:36.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 05:15:36.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 05:15:36.388 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.389 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d7da5c40-75cb-42a5-9392-b47505b6c4bf 05:15:36.392 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:dd58c15b-3e80-4ddd-8523-ea1242322f59, action=DELETED, path=/features/feature_id_1, value=null, revision=1, timestamp=2022-08-08T05:15:36.389893Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:dd58c15b-3e80-4ddd-8523-ea1242322f59}]], feature=null], thing=null] 05:15:36.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 05:15:36.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 05:15:36.394 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.441 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a72ca7a7-fd9b-4c37-93f9-ebbdec93803a 05:15:36.449 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:169d3bd7-7772-4757-8f36-5819d85d7db6, action=UPDATED, path=/, value="lux", revision=1, timestamp=2022-08-08T05:15:36.444738Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:169d3bd7-7772-4757-8f36-5819d85d7db6}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"lux"}}, desiredProperties=null]] 05:15:36.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 05:15:36.452 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 05:15:36.452 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.452 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=70ca1899-e1cc-4bb9-947a-35acccd26ce4 05:15:36.456 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:16becf57-07f8-4a73-816a-47bb9b8a0882, action=UPDATED, path=/properties/complex/bum, value={"properties":{"complex":{"bum":"bar"}}}, revision=1, timestamp=2022-08-08T05:15:36.453954Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:16becf57-07f8-4a73-816a-47bb9b8a0882}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"bar"}}, desiredProperties=null]] 05:15:36.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 05:15:36.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 05:15:36.459 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eee0bc7b-58aa-46f2-94ca-bb6dbaf32bbf 05:15:36.462 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:c08de617-5ca6-4df2-8d2d-a0e58bf21359, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:c08de617-5ca6-4df2-8d2d-a0e58bf21359"}, 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:c08de617-5ca6-4df2-8d2d-a0e58bf21359}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:c08de617-5ca6-4df2-8d2d-a0e58bf21359, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:15:36.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 05:15:36.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 05:15:36.465 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c8762bdb-3fbf-4098-8739-8894272197eb 05:15:36.469 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:58b8bc36-6937-454b-9da1-ee8c2c64d0ef, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2022-08-08T05:15:36.467450Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:58b8bc36-6937-454b-9da1-ee8c2c64d0ef}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 05:15:36.469 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:58b8bc36-6937-454b-9da1-ee8c2c64d0ef, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2022-08-08T05:15:36.467450Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:58b8bc36-6937-454b-9da1-ee8c2c64d0ef}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 05:15:36.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 05:15:36.472 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 05:15:36.472 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.473 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=286b5535-8011-4f4a-be6c-490d02cba589 05:15:36.475 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:fb15b050-aba0-4816-bb06-59ca1452451e, action=DELETED, path=/, value=null, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:fb15b050-aba0-4816-bb06-59ca1452451e}]], thing=null] 05:15:36.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 05:15:36.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 05:15:36.477 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=06905b79-93c4-4921-9895-75509e84edbc 05:15:36.482 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableChange [entityId=org.eclipse.ditto.test:d63fbb3d-6c93-415d-b19e-c29cb6fe39c8, action=UPDATED, path=/, value="bumlux", revision=1, timestamp=2022-08-08T05:15:36.479526Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:d63fbb3d-6c93-415d-b19e-c29cb6fe39c8}]] 05:15:36.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 05:15:36.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 05:15:36.487 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.487 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=097f153f-ca0a-4a49-be03-da483580a38e 05:15:36.490 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:5ce76fea-20e2-4495-9433-3026aa314d1c, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:5ce76fea-20e2-4495-9433-3026aa314d1c"}, 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:5ce76fea-20e2-4495-9433-3026aa314d1c}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:5ce76fea-20e2-4495-9433-3026aa314d1c, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:15:36.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 05:15:36.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 05:15:36.491 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.541 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f61b0c84-1374-465c-ac7a-33d542234827 05:15:36.543 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf"}, 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:0916b61e-594b-4609-9233-a18c59829abf}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:15:36.543 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf"}, 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:0916b61e-594b-4609-9233-a18c59829abf}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:15:36.543 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf"}, 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:0916b61e-594b-4609-9233-a18c59829abf}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:15:36.543 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf"}, 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:0916b61e-594b-4609-9233-a18c59829abf}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:15:36.543 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf"}, 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:0916b61e-594b-4609-9233-a18c59829abf}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:15:36.543 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf"}, 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:0916b61e-594b-4609-9233-a18c59829abf}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:15:36.544 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf"}, 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:0916b61e-594b-4609-9233-a18c59829abf}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:0916b61e-594b-4609-9233-a18c59829abf, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:15:36.544 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 05:15:36.545 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 05:15:36.545 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.546 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0028dda8-d83a-4dbf-9b1e-3561c0107146 05:15:36.549 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:08960141-d022-49d4-910d-0f82a266cb83, 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:08960141-d022-49d4-910d-0f82a266cb83}]], 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:15:36.550 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 05:15:36.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 05:15:36.551 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.552 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2f6865b7-81cb-4012-aa23-2c5d87969b3a 05:15:36.555 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:84522dfc-ea98-422f-a194-6f1460a96728, 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:84522dfc-ea98-422f-a194-6f1460a96728}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:84522dfc-ea98-422f-a194-6f1460a96728, policyId=null, definition=null, attributes={"abc":"def","foo":false}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 05:15:36.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 05:15:36.558 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ThingSearchPublisherTest#run() 05:15:36.559 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"4474459e-9687-4de8-959e-3990aca7b03f"},"path":"/","value":{}} 05:15:36.561 [pool-252-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"ec0ff14e-fa03-4ad0-bc43-9b04ccaba7e6","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":2}} 05:15:36.562 [pool-252-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"d33dd543-d1de-4801-8409-5e2f0e44de09","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 05:15:36.562 [pool-252-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"3cb29c1c-6bf4-4038-b6ae-9daea861ed11","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 05:15:36.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ThingSearchPublisherTest#run() 05:15:36.569 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testFeatureEventAcknowledgement() 05:15:36.569 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.570 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4aa1adff-60ff-4e3c-87e6-c541d002da5f 05:15:36.576 [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:15:36.576 [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:15:36.576 [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:15:36.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testFeatureEventAcknowledgement() 05:15:36.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testThingEventAcknowledgement() 05:15:36.581 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.581 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b9c63778-337c-4c57-b9b4-de1b6828624e 05:15:36.584 [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:15:36.585 [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:15:36.585 [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:15:36.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testThingEventAcknowledgement() 05:15:36.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testAttributeEventAcknowledgement() 05:15:36.587 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cc52f1c2-0d77-4e97-a547-a8fe725a6894 05:15:36.591 [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:15:36.591 [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:15:36.591 [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:15:36.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testAttributeEventAcknowledgement() 05:15:36.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testStartConsumptionCombinations() 05:15:36.593 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 05:15:36.640 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=06c5aca4-9abf-46b1-818d-b89c7d7e96d2 05:15:36.641 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 05:15:36.641 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=02599147-e644-48b0-bba9-904fd33dd608 05:15:36.642 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c464624c-e51e-4aec-957d-49dd23796bbb 05:15:36.642 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 05:15:36.642 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=440f0ec0-8d4e-42f8-9d8a-871af8a711d6 05:15:36.642 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8ea87f2e-7dd1-4dbf-9225-f5a3ed59283e 05:15:36.642 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9fb20af4-baa0-43d5-a9f4-e06dd1a67d8e 05:15:36.642 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 05:15:36.643 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fb7dfe3d-3b54-49b9-b031-60a1e8f9ab74 05:15:36.643 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7a67ece6-fef9-471d-b8d6-3cf7735cb418 05:15:36.644 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b33feeca-f8a7-4850-9ccc-6e4cbfa190f6 05:15:36.644 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=26cb5d4e-a600-4514-9791-a6b1f281aa8f 05:15:36.645 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 05:15:36.645 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7ab7bcdb-b696-464d-89f9-cac455e2c912 05:15:36.645 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6aefb87c-65b1-476c-b5f5-57db27fc78f9 05:15:36.645 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2b1db73d-9bce-4369-a562-870467b41066 05:15:36.645 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=57aa1a3a-d012-4b6d-b80f-c7fc641814aa 05:15:36.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 05:15:36.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5da81df9-9229-4113-8020-6aabc7f398d3 05:15:36.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=26211ae1-7951-4cbc-bf6d-6ad96a1961d9 05:15:36.648 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7d3427c1-d38d-415f-8aad-a3b007e4eeda 05:15:36.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 05:15:36.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bf33a360-bf1f-4fb4-9334-7155dc65341d 05:15:36.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=59c6b6ce-ea5e-4c53-9dcc-8485f9e42725 05:15:36.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1c5610d0-3f47-4092-912f-12f7ee9ec005 05:15:36.650 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=39d3f214-0558-4618-9753-4c379934e733 05:15:36.651 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 05:15:36.651 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1982f346-fd6c-4f14-92a3-7056adb630ab 05:15:36.651 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3cdffc73-4faf-4cc6-aa73-7fe4129a3044 05:15:36.651 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4e5a6b98-bc4b-4f37-bd6c-af65c26cb87f 05:15:36.653 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=507974d1-b822-4faa-a58c-f852de8a2173 05:15:36.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 05:15:36.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8cb6fe68-34bd-457b-8c12-f0dbea152c76 05:15:36.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=16d5479f-db35-4d8f-8c73-bab06eacd904 05:15:36.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 05:15:36.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8b0f3c3a-3ff6-413f-ac79-8a40d8dff67b 05:15:36.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=13548942-8fc5-46b9-8dae-d98a6e38af4c 05:15:36.665 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d1cb601d-bfd1-42dd-9c19-307435672148 05:15:36.665 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 05:15:36.665 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=26f1f364-450e-49ee-9080-86eca132216e 05:15:36.665 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4d866d3d-47ae-421b-83c0-58843197109c 05:15:36.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3330454c-57fb-41af-aec4-206c7a613951 05:15:36.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d0b56885-0565-4e9c-92e2-3cce348a16b3 05:15:36.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 05:15:36.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3272c34b-f903-423a-8c8d-f3b7cef42caf 05:15:36.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=daff9f31-8b83-4c29-9b5c-1060c1b17330 05:15:36.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=23522ada-485a-4d90-bdb8-8d5037423c98 05:15:36.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=37afa3d2-6008-471f-982a-e821fef19d63 05:15:36.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 05:15:36.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2ae2ad7f-d71e-41a0-8033-5f287f574ae2 05:15:36.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fcc4e629-faab-47c0-abc9-bae1c290a91f 05:15:36.673 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f5ff95e5-80d0-4233-9261-feb2dc1ee107 05:15:36.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 05:15:36.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=84ba4826-d410-4ff4-ae01-23b619d3df70 05:15:36.675 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=92b86496-a15e-4c34-b2de-b06c5950ce67 05:15:36.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=00d1d9be-73e3-4d87-a80d-168be8361393 05:15:36.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ce4b73e1-dcfe-42be-8cf6-a2ba5f3355c9 05:15:36.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 05:15:36.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=32bbaf9c-5e93-4fcf-8d8e-c39d4f46e875 05:15:36.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f676be34-744c-4b0d-b8b6-08f33ab0d5ec 05:15:36.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b19481c5-743f-46ec-a0ba-fb7bd6fa10cf 05:15:36.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=07ebdf2c-3344-4bff-908a-a6c2b3690db5 05:15:36.681 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 05:15:36.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1c58301c-56aa-4ff4-a18d-17f17f913b9b 05:15:36.683 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 05:15:36.683 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=402d72d8-3600-4c9b-8453-8776d8560312 05:15:36.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f21261cc-3519-4b15-8b2e-b6d3fa070106 05:15:36.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 05:15:36.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b85f674b-47c8-401b-a6dc-b937bf0dd0bf 05:15:36.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=186fa00a-d990-49bb-82e5-06148827fd72 05:15:36.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5758e481-49d5-41f0-8a2c-14a63d2d9317 05:15:36.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 05:15:36.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d99d6170-2530-4136-970a-53ad9f5caad5 05:15:36.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7a5b9b31-2105-4cb5-b900-025a3fb4da67 05:15:36.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=434a9fe2-f4b5-4aca-a391-aeef25e8cd1b 05:15:36.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=18ef39ec-d9b9-42ae-98c7-605b5e7baa72 05:15:36.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 05:15:36.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7dbe2357-fd82-4678-8fda-e7d6ac8f8a41 05:15:36.689 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=061ab0e1-0c01-4f06-a5e6-6f8b5d3209d7 05:15:36.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=663008ad-2cfd-47b8-9c3c-00851955e32d 05:15:36.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b3fe0d62-cae7-48eb-aa90-07e6e9d07161 05:15:36.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 05:15:36.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7466de17-e500-41e1-9bfa-81284533224b 05:15:36.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2cb81241-4987-4a15-99e4-4cdbf4a5065a 05:15:36.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4c6dec4f-abe7-4e8a-9c83-cc6f9e3e94c1 05:15:36.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 05:15:36.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b890a25f-ab9c-4034-9308-5e00f2056edc 05:15:36.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=222f6903-4031-4d8e-b13b-549982bfe843 05:15:36.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=debfa331-2aa7-4eb7-b44c-a94daa99caa5 05:15:36.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1db4b0a3-4111-4edd-896a-d59398c8ba76 05:15:36.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 05:15:36.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f4c65a2e-9bab-41c1-b622-8617f525ed19 05:15:36.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ecf30cfd-7a20-492c-a551-d01d34e12d99 05:15:36.739 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fdc30d12-ac95-486a-b100-36240c6e8bc8 05:15:36.741 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0a92e918-93d8-4dff-8997-f14516dc1d26 05:15:36.746 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 05:15:36.747 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7057e9ab-15f1-4a48-a32b-6283cde87249 05:15:36.748 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4e26f1c6-29e5-43d9-8323-368ba79bee99 05:15:36.748 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 05:15:36.748 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=53e92965-81f0-46f6-bb0f-5b208d9fbdc7 05:15:36.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fc07d5a3-02bd-45a6-b2ea-85d04e46d5a9 05:15:36.750 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c0988683-b56c-47fc-9c2b-4c5d93b781c5 05:15:36.750 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 05:15:36.750 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=dba37480-8f3a-4456-af89-230e492ea8c5 05:15:36.750 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0b573249-d232-401f-b78a-994d099a323a 05:15:36.751 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4956f2e3-4761-4f98-bddd-09d574907e85 05:15:36.751 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9ea29553-7f3d-45c1-bdf1-80c9c7c30542 05:15:36.751 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 05:15:36.751 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cc8e757c-b3f8-4ba7-bafe-6e5c3856f305 05:15:36.752 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=54a02e48-5324-47ed-96dd-840647a7ccf1 05:15:36.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=94e56641-1d14-4907-941e-2e88d59f7f85 05:15:36.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2eaff16f-ad5d-4316-a370-9a1c718e7f22 05:15:36.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 05:15:36.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3c636f18-b6a2-4f2e-a7b4-95b00f37c233 05:15:36.754 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5848aa96-6fe0-417f-a6d8-b6207d806438 05:15:36.754 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9c27504a-be7d-41c1-b043-e924bb5952f2 05:15:36.755 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 05:15:36.755 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1688959a-0c7b-48a0-9fce-207e3dcbfa2f 05:15:36.756 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f9704379-af64-4281-bda6-21db687980c7 05:15:36.756 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1df74a81-7f07-423e-94b9-22dd272c3472 05:15:36.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ed8bf0cb-ef16-487a-929b-2a7f8aeacc4c 05:15:36.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 05:15:36.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c2da9f30-5812-4df4-9303-f748e9cdc26f 05:15:36.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6d892bfc-fdc3-4dd2-9db4-42b421d29f8c 05:15:36.758 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bff35d86-c9de-4103-903a-5fa2403b58f5 05:15:36.758 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=31bc7723-bf7b-4ad4-abe2-1fe8c0da38fe 05:15:36.760 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testStartConsumptionCombinations() 05:15:36.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#concurrentStartConsumptionFails() 05:15:36.761 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2a69ff05-51fe-4b17-8d68-383b3674ee9f 05:15:36.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#concurrentStartConsumptionFails() 05:15:36.902 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThing() 05:15:36.902 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.940 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b10030f4-2e4b-4ea8-ab97-f01dfe051b74 05:15:36.940 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0772f36a-f89b-4317-9407-9aa0278ebfde 05:15:36.940 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b7ed49f4-62d6-46b7-90c8-d25667628d47 05:15:36.948 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"9365720d-f349-4764-98a1-9edac52cf2af","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:15:36.948 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"9365720d-f349-4764-98a1-9edac52cf2af","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-08-08T05:15:36.947793Z"} 05:15:36.950 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThing() 05:15:36.950 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendMessageAndGetErrorResponse() 05:15:36.951 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.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","correlation-id":"b8519864-3210-4fc3-b5ab-853a3b4aa2e9","content-type":"text/plain"},"path":"/inbox/messages/request","value":"payload"} 05:15:36.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendMessageAndGetErrorResponse() 05:15:36.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingCommandAcknowledgement() 05:15:36.982 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:36.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=08606a03-3859-459f-b7ea-fbe1eff4db7d 05:15:36.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dd41bd19-f65f-45d5-a8d2-018d2cbf7a67 05:15:36.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=64735bc3-1a22-4842-af89-681d8be66e31 05:15:36.986 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/100","headers":{"correlation-id":"2d9ae08c-fb19-406b-8260-46adf049b416","channel":"live","response-required":false},"path":"/","status":100} 05:15:36.986 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/301","headers":{"correlation-id":"2d9ae08c-fb19-406b-8260-46adf049b416","channel":"live","response-required":false},"path":"/","status":301} 05:15:36.987 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/403","headers":{"correlation-id":"2d9ae08c-fb19-406b-8260-46adf049b416","channel":"live","response-required":false},"path":"/","status":403} 05:15:36.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingCommandAcknowledgement() 05:15:36.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendFeatureMessage() 05:15:36.988 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.051 [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":"669c3a74-f324-4b8a-a271-a94ba53f1505","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 05:15:37.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":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","ditto-message-feature-id":"someFeature","correlation-id":"7e99c500-4af5-4510-9c68-b5e7c395e5d3","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 05:15:37.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendFeatureMessage() 05:15:37.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 05:15:37.066 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.067 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0af74c27-15cb-47b5-b94c-ff935d54f386 05:15:37.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8181effa-676a-4877-a6db-5731b2726ad3 05:15:37.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3c044840-a26c-48da-8a20-d35399c23abf 05:15:37.073 [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":"50ee23b3-33f7-4fa4-aaa9-63625cf17ea7","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 05:15:37.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 05:15:37.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessage() 05:15:37.076 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a9839258-6b07-41b0-b89e-501ea8bac1e7 05:15:37.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e8765d1d-3320-42db-a59c-a722c024664c 05:15:37.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5951164f-104d-4304-8d13-5359ea651940 05:15:37.082 [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":"d19af990-8ebf-4364-8840-57309098939c","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 05:15:37.084 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessage() 05:15:37.084 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitThingEvent() 05:15:37.085 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"9a5ea293-a9e7-4538-8d75-3bfa57d470a4","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-08-08T05:15:37.085748Z"} 05:15:37.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitThingEvent() 05:15:37.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 05:15:37.088 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.090 [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":"d777502d-d370-4abd-9212-bb85a42051c8"},"path":"/outbox/messages/request","value":"payload"} 05:15:37.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 05:15:37.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThingAsThing() 05:15:37.095 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f9e590bf-d053-44b7-8641-7ce1380db211 05:15:37.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f1313632-4681-4819-a9ef-1b7b099b71aa 05:15:37.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=54bb09e5-e009-4f36-a0cc-a5608a50749c 05:15:37.097 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"74fed575-8fda-421f-8183-4efc70707713","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:15:37.139 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"74fed575-8fda-421f-8183-4efc70707713","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-08-08T05:15:37.097693Z"} 05:15:37.141 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThingAsThing() 05:15:37.141 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 05:15:37.142 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.143 [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":"d990789a-18b3-4bd9-8bff-48e1d444d3ec"},"path":"/outbox/messages/request","value":"payload"} 05:15:37.146 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 05:15:37.146 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessageAsThing() 05:15:37.147 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.148 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=398c19e8-4a85-422b-b4fc-ad785ef07ceb 05:15:37.148 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=60a339fb-522b-4667-b701-e82d4671f319 05:15:37.148 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a69b5940-745b-4151-a00f-3e8c8e0bc07d 05:15:37.151 [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":"6c886230-bf81-4f44-b476-e47b72b54895","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 05:15:37.154 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessageAsThing() 05:15:37.154 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessage() 05:15:37.155 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.156 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6dc8f842-7805-4536-9127-8899e9dfeac4 05:15:37.156 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=64b8f5fb-7113-4da5-8783-2503100166f2 05:15:37.156 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=24737088-e0be-4619-8f84-1740d32aafaf 05:15:37.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":"056ddfb9-236e-40b3-ad3a-b9e0ca2adbc5","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 05:15:37.162 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessage() 05:15:37.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeature() 05:15:37.163 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=da2dd917-cfc2-40c6-b9ae-a000d9df6ff6 05:15:37.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=536ee172-6048-45e3-9a81-17511379e301 05:15:37.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a7cdb617-dbb4-4544-a404-89d0910b3ab9 05:15:37.167 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"7ee1e7b8-8fee-4162-94f3-e38664b16535","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 05:15:37.167 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"7ee1e7b8-8fee-4162-94f3-e38664b16535","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-08-08T05:15:37.166901Z"} 05:15:37.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeature() 05:15:37.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 05:15:37.170 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cd5c53fa-0396-47a0-9a07-5071a3a1b599 05:15:37.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c0305e2a-65b9-4d6e-9269-d6c3a6024929 05:15:37.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=66743080-3b38-46e5-b6fb-4ab977dea039 05:15:37.172 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"4b1f92c9-883d-496d-8a0d-fb8e83ade939","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 05:15:37.172 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"4b1f92c9-883d-496d-8a0d-fb8e83ade939","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-08-08T05:15:37.172165Z"} 05:15:37.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 05:15:37.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendClaimMessage() 05:15:37.174 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.175 [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":"33ef63f8-458f-48ea-ac5b-a1066b2496e8","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 05:15:37.178 [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":"10e0407c-f4b8-4cad-b63d-b19a166c2c84","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 05:15:37.241 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendClaimMessage() 05:15:37.242 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageAcknowledgement() 05:15:37.242 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c2735d35-f4ff-4522-8604-39f167746238 05:15:37.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ebd3eb5e-af1f-4114-9f4d-51019ae2dc30 05:15:37.243 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0f2f010b-3adb-4add-a4f3-67859eaeb3a7 05:15:37.247 [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:15:37.248 [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:15:37.248 [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:15:37.249 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageAcknowledgement() 05:15:37.250 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitEvent() 05:15:37.250 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.251 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"304811d2-89b3-46e2-bff4-5e14c3769300","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-08-08T05:15:37.251319Z"} 05:15:37.252 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitEvent() 05:15:37.253 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitFeatureEvent() 05:15:37.253 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"6b86375c-25b4-4db2-9e39-bc4d0e24b2f4","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-08-08T05:15:37.254455Z"} 05:15:37.255 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitFeatureEvent() 05:15:37.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingMessageAcknowledgement() 05:15:37.256 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.257 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c9e1b165-6bb4-497b-adff-1a4a267df2e5 05:15:37.257 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6a6a0d39-00ad-4c10-b98e-06a453a4737e 05:15:37.257 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=12ed7f89-b529-4d7d-8517-855915c5ec96 05:15:37.260 [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:15:37.260 [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:15:37.260 [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:15:37.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingMessageAcknowledgement() 05:15:37.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessage() 05:15:37.263 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.264 [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":"5d8a8e43-d6e1-45ac-a9af-f196dc34525c","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 05:15:37.266 [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":"ef1b60d3-f7b9-4484-bf77-12386ba5b79f","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 05:15:37.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessage() 05:15:37.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessageAsThing() 05:15:37.269 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ca74b6d1-d9e1-4a9e-87de-406af676bc82 05:15:37.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4fad30be-d93e-48cf-8db1-dcd838fc7099 05:15:37.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=91c1e25e-a833-4544-9b0b-bc31c81f73b9 05:15:37.273 [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":"5b890563-dac0-415f-86eb-fd3bcf98787f","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 05:15:37.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessageAsThing() 05:15:37.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessage() 05:15:37.275 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c59ce2d7-0337-4510-93cb-ecf1fc81e338 05:15:37.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f00eeae9-c8a5-4498-9584-2172a153f1c1 05:15:37.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7a997823-40ff-49cc-8e2c-ed57adefbc88 05:15:37.279 [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":"4885b9e4-f763-4a90-b71a-e265e39b3c7d","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 05:15:37.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessage() 05:15:37.281 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 05:15:37.281 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.282 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 05:15:37.282 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 05:15:37.283 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=27a9d0df-8cfa-49ca-a128-f3c2c41cdfd1 05:15:37.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=974f11ba-17ea-47d4-9dd0-ac4ce9be07ec 05:15:37.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b8b2232d-a143-4500-be3f-504774f6b91b 05:15:37.286 [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:15:37.287 [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:15:37.287 [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:15:37.288 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 05:15:37.288 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 05:15:37.289 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ad9f7ac8-9a0a-45ee-990d-c09621230088 05:15:37.290 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8c8dd134-1c15-4cb5-a25d-7e9d0a1671e8 05:15:37.290 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8d62517b-f925-4971-8a77-1d67efed8a9a 05:15:37.291 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"74d2771f-ebb1-48da-aeb4-71cdf479cf59","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 05:15:37.291 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"74d2771f-ebb1-48da-aeb4-71cdf479cf59","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2022-08-08T05:15:37.291241Z"} 05:15:37.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 05:15:37.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testStartConsumptionCombinations() 05:15:37.340 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 05:15:37.341 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b78f9850-c65f-4f07-9126-3b465206f5ca 05:15:37.341 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7b307e30-db41-43ff-86a6-1ec3d958df54 05:15:37.341 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=448944a0-1a9b-4f65-90ca-51b759ea46f7 05:15:37.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 05:15:37.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1997c877-9aa3-4648-a362-5107562eecd6 05:15:37.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=790a6b02-0e1c-4e27-b81d-b851c64eb237 05:15:37.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=14e18217-8145-441d-a062-f84c5a9f0bf0 05:15:37.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3fb49167-b326-4a6b-8553-76e2ab200539 05:15:37.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bbe069aa-20f9-4668-a26e-7aa52e16707b 05:15:37.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e1c19a9b-3a65-4320-b6b4-c84d31a73c1e 05:15:37.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 05:15:37.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2b8bac8a-18fe-4ea2-ba47-e8d5f8df7e4e 05:15:37.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c13c7143-f018-4d88-899c-4aaf804d3cd9 05:15:37.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=377818c2-430d-403d-b55f-a5c3b2023ade 05:15:37.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ca7c5602-0165-49dc-b647-870f37631b99 05:15:37.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=84a41f96-cf66-46bf-a77e-74c85a173958 05:15:37.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=689f70d0-9f08-41da-9cc4-104d71d800fb 05:15:37.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=63505b58-46b2-4c19-8091-7ae6436c9e06 05:15:37.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=404b8d4e-607a-485b-b827-c73d33254e8c 05:15:37.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=84e63c95-e149-4e01-aff4-73d564cc392e 05:15:37.343 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d6fdc39a-5f8c-46d8-b1d1-5277c7001125 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=30c590c8-0828-4773-8f82-15724e1d2153 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7b49f0bf-a2b9-40c7-9a08-6d8d053f4d4b 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ce5019a1-dfa6-43f8-a2ad-989436e1245e 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ad3161ce-8f4b-4e70-8c08-27d6ebbd1232 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=399185b5-ee3c-446c-a2cd-065981d4189c 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9fd02c02-4d17-446b-a594-b000c4bd5cd5 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0886e7cb-51c2-4a76-9699-bf18133ed581 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=52c382cf-e593-4528-8689-3f19a73239d5 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e7e6f19e-0e82-4483-8010-b7c373d755f3 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=29ae2bf1-3322-43ee-a9f0-91fb407cebf6 05:15:37.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=337120a4-2fd8-42ee-9d25-ef6d34d082d8 05:15:37.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 05:15:37.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=94b61ad7-ef6b-47e8-9b09-d996f5a6f1ff 05:15:37.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=17b7a742-17fe-4582-bf73-9cd096625085 05:15:37.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c94c6467-7e1f-4bf5-8791-9454819bfaee 05:15:37.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2d5a8e09-0681-4108-abb1-c13088db2c95 05:15:37.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a2ecc434-41c4-4cca-9c87-a01d8226ea80 05:15:37.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5b0e0385-64ab-413e-8782-25f5833b94fc 05:15:37.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=28a8684a-dd2b-460f-95df-a1ceba57934d 05:15:37.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bf6e8404-3b27-4146-8b35-e08985cdafbb 05:15:37.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=88e12c05-f712-4893-bf46-1470bc2adf04 05:15:37.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=83c77c73-6018-4b11-8235-ce0b5ea58dc2 05:15:37.346 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a74c56ed-48e6-4df4-bacc-e81ee157bae7 05:15:37.346 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=93391cbb-4dd7-4ff9-8ab4-9e1de1ee35bb 05:15:37.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 05:15:37.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6708ec88-27d0-4563-9d88-6673a1d4f6ce 05:15:37.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bc560460-c5c1-4b62-a9e8-2b7c65013491 05:15:37.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=074a8664-2659-4003-abce-630ff69f6128 05:15:37.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d929c9c7-1334-499a-aef8-b1314ea60bde 05:15:37.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ad8bd6a1-d4ed-4135-ad24-d7a8de36e355 05:15:37.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7d3de8b0-1926-481a-a37a-76bf81137a58 05:15:37.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ada5d1a6-2010-46c9-ad63-03308a7ca369 05:15:37.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=720726fd-c083-451c-9fa3-f8577f6b5e26 05:15:37.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=804da9b5-57d0-4003-b2ec-7a9f9adf5718 05:15:37.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 05:15:37.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7120981d-6fe4-4fea-99fd-c3e9d3c287ff 05:15:37.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=72161625-58db-489c-9bf2-6ca20dda9048 05:15:37.349 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=739a9181-6963-43b7-a8af-8dc69e5ab19c 05:15:37.349 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=908066a6-37cd-4c53-ac25-36299e2bc17d 05:15:37.349 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=aa3a3a6e-db91-4e53-b9ea-36df34113478 05:15:37.349 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4ff7e48f-33e7-42ac-8971-84ee866b6719 05:15:37.349 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f32deab1-9c84-4204-8abb-75982df14d5c 05:15:37.349 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=83dcfc72-8a29-4daf-a5cb-7327ee4c7336 05:15:37.349 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a10633c4-e5d2-42c1-8854-1c7f7adeb336 05:15:37.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e1e311e7-d973-4c81-9f95-f10e578ae0ec 05:15:37.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ce8ca389-19ff-431f-b3bc-a71e4cabfd8f 05:15:37.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e4b49a12-0cd2-4006-bc2c-b7dd9eb3e69b 05:15:37.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 05:15:37.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1a44e337-52d4-46b1-9a4a-732df2c65566 05:15:37.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=692ad738-56bc-4344-9abf-755b98109665 05:15:37.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f25fa938-73e7-493a-86c2-c95e3960d2bc 05:15:37.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e758a45d-caca-4479-aa59-47296fd6b2de 05:15:37.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=029f2020-3bae-478d-bbf8-ff6771f100ad 05:15:37.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b0f20691-716f-4e12-8571-f76b7833c32e 05:15:37.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c01be3d0-991e-42ac-8d24-dd810e4f75a9 05:15:37.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cce4928e-9936-4eb9-a780-30cdce75fde4 05:15:37.352 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=98edb943-41df-4b1c-8153-86a98171eeb4 05:15:37.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bc425ae7-a17f-4057-a1d7-e9fdd8d40203 05:15:37.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b6193093-28dd-4cfb-b75b-a94edfa44778 05:15:37.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=df74ef79-e97f-4334-9f43-8073b16152e4 05:15:37.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 05:15:37.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9b7f9583-9e9a-4bc2-9f0e-05d98c5c2034 05:15:37.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3871c4c4-b8f0-4070-976b-803890dac851 05:15:37.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6b399d04-aa75-4f05-a280-5e3d5d625f13 05:15:37.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c498d054-fb12-4996-991b-4c59a94aa076 05:15:37.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=86fcc41a-595d-4d57-87d9-2602bf153dfd 05:15:37.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=06f3fb28-a4fb-47c0-834e-2b7934a4009b 05:15:37.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 05:15:37.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=104328eb-dfb2-47f7-9e58-f18b171cbe4c 05:15:37.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f320736a-9e31-42db-9aa7-00dc4a2182f9 05:15:37.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7da500b1-30f9-4c92-a4fe-cd823a455e59 05:15:37.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=84808403-fa28-4849-aae0-be275a06d4c5 05:15:37.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=409cc2f2-badc-4db0-9a71-c4a04ee892c0 05:15:37.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=809c3489-0c5a-4e1b-bb5c-3dff08522377 05:15:37.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=29c5f390-c7ee-42f9-92f6-ae8343f0c41b 05:15:37.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5189e1ac-dc26-48e9-b701-e5eabeb87e4c 05:15:37.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=067a4a23-834d-44f3-9441-1d2802d97c47 05:15:37.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 05:15:37.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=15da095e-807a-4058-a152-0feba1341c2e 05:15:37.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a5488401-d2fb-4568-b714-605b58763606 05:15:37.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=547d0574-29d9-418a-824e-476fc66e13c9 05:15:37.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c6b7ea49-8f27-480c-b621-e5704db87980 05:15:37.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f8b63000-797a-4320-a89a-a1e752a43ea5 05:15:37.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dcf420cf-1290-4432-8c03-5814c14e5b0a 05:15:37.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=48d3fec3-4f71-4469-9409-38dc246c887d 05:15:37.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8b634de2-b698-4ebb-af2f-f1f8f7ecbdb7 05:15:37.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=41bf0ba5-1e81-4e29-b828-1c6f6004070f 05:15:37.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=699be314-3079-4b32-b709-65c88abf7d12 05:15:37.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dd8e95d5-ea8e-411a-8503-89be31f849cd 05:15:37.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bdd2bab5-546d-4b6b-90ff-b1868a907ee6 05:15:37.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 05:15:37.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3fc4a792-9038-4619-9fb3-2a13ef4acd6a 05:15:37.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cb2bd790-df87-41f4-8e07-eaf9eeb42452 05:15:37.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3dc100d5-cf3b-4f62-8b31-3f217d3bc3d7 05:15:37.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1c3e0d3b-fb23-4823-aae3-d8371a24078f 05:15:37.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=04e25a60-597d-4fda-89c1-f3da9de50aad 05:15:37.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6e2cf8f3-3024-4c5d-8f40-f0db6fc47a45 05:15:37.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cb4e22cd-0a73-4c6b-bf08-21cb1f4835c2 05:15:37.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=54921d90-378c-4731-b028-de71eeec308b 05:15:37.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=20c41414-8d51-48b0-b09e-01207a8878d1 05:15:37.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=45937691-e222-42d7-80fb-c5360cffcf46 05:15:37.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d86355f7-4ab2-44a4-ae00-f5acf30b228c 05:15:37.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e95f7f52-9146-4fc2-a4dd-40902a2c8904 05:15:37.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 05:15:37.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9d06a020-96ae-4c51-9fe8-b272b408c262 05:15:37.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f0ddaee4-6f16-4f8b-b61c-fdc31be3c6d3 05:15:37.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3443629c-74ff-4bb7-a5fd-f06407b55256 05:15:37.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9a49ca10-3a0b-4dc2-bec7-e8d742ef5706 05:15:37.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e368f90c-0f3e-4f03-850b-8fc091141b8e 05:15:37.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a585cc21-7247-4281-93eb-dd2fcb609c73 05:15:37.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e0c6a0d5-9013-4bc7-872c-2e63bffa0d04 05:15:37.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a2a3428e-25b1-40b2-9a55-e693b84417ae 05:15:37.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=85ecc0e0-d0e5-4b3d-8b46-64033fe668f8 05:15:37.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 05:15:37.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5ba5a782-56a4-4e00-ab4c-ad1e4408be2b 05:15:37.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=28c7856c-0cb4-4acc-b185-6df869810b71 05:15:37.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=326637ce-2d2e-4318-bcbc-02c143345fcf 05:15:37.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3864f0f0-1850-44fe-ba7e-79aa7b5f90ff 05:15:37.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=aa1af2a1-a47e-4c4b-8ad7-8d656ce51c17 05:15:37.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8eca0f78-fc67-46fa-8c0f-7dff6e2401ff 05:15:37.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d05994fd-e777-4ada-9f01-af832124d249 05:15:37.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1d770e23-6726-4b32-bb78-daf089561938 05:15:37.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=375e7849-57cb-4f30-8b3d-1db978cb4954 05:15:37.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=77de435e-4fa4-47a7-a9c2-e79e9e141444 05:15:37.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3c8c9b64-03ab-4a61-bdab-0b16a5628617 05:15:37.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ce6430fb-b6a0-4e05-9b48-2dddd7ef50a0 05:15:37.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 05:15:37.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c2e26241-3b82-4e54-bbdf-892d1fe056bc 05:15:37.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7933cc4f-022b-4590-8a3e-547c7687c593 05:15:37.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=eff97af7-e7d5-4729-980c-ad19f52f9e80 05:15:37.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a21243f2-e6ed-450b-9767-a7b2311f5571 05:15:37.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2c8e219e-04e9-4d45-8a4a-f0af416fe53d 05:15:37.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=db333a44-a3d8-4bdd-a6c9-8a7a27c21c28 05:15:37.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=91c3f620-d4f1-4a1f-8d2d-45ee5df0a453 05:15:37.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2f2ccd96-44e0-42e0-8a2c-6cc98c88b333 05:15:37.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0171bed1-c019-445e-a295-88b164fe27fc 05:15:37.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=65c3689f-4ef4-43df-b627-df6d9f64a7c7 05:15:37.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c46180b1-f1cf-4906-bae0-c4f10f65f9f0 05:15:37.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8cade7d9-ca0e-4753-9eeb-cb69036b4d3f 05:15:37.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 05:15:37.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=db410753-b257-4d6b-bcd7-57106748fd82 05:15:37.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6a1dbe50-41b8-48bb-a740-3e20ddd431de 05:15:37.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=82e9880f-fe62-4039-9bb6-c04fa8bb8150 05:15:37.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 05:15:37.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c7bae590-81ca-42b2-bd6e-079f9a4a5d3a 05:15:37.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2641a83e-5c9b-40e5-992e-f84a36a7132f 05:15:37.374 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a88b3b25-1868-44e0-9262-f81cfd4ecb3c 05:15:37.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=af4e4909-f05f-4e94-b3a7-3074c8dab68d 05:15:37.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a36ce675-7534-498b-986f-3e7fbe74978b 05:15:37.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1aaf9277-c861-4e5c-af36-fcd19e735407 05:15:37.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 05:15:37.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3441f25d-cbbc-4a31-bfc7-9ee2d8d8091a 05:15:37.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=680a6a71-9b4c-4ddc-a58c-dfec07e75d00 05:15:37.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f5c20fbf-d8ec-40f5-adc7-ec9811c4f032 05:15:37.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=344b6b0e-d888-4bc3-ac93-d86a7248867a 05:15:37.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ffd1c01c-710a-4185-8562-9e542e93f9e2 05:15:37.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=41ddfa1b-bea0-4408-93c5-b7f52e6fee25 05:15:37.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fc71c1d4-d6c8-4c4f-a04a-97349b13455d 05:15:37.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8b6a5d39-e727-4599-b290-da9e47d97b6b 05:15:37.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=431c8977-abcf-457d-a855-fb7721ac0bfa 05:15:37.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 05:15:37.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=440557c7-1b43-427f-aa24-359e86ea4bb4 05:15:37.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=47ae39fb-cc63-45f9-9fc9-d140855cc53e 05:15:37.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6b214210-6966-47ab-a59c-cf48b61036d9 05:15:37.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0167390d-50c3-4953-b61e-a4a6beb4e19e 05:15:37.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3ebc76da-e346-49f8-909a-50f3eb5832d7 05:15:37.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1716331f-415d-49f6-9c2b-8e31d2e8782f 05:15:37.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2c8aae03-3138-4c8a-810b-ab2ce32a11bc 05:15:37.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=25e9718f-15fa-4dc5-895e-0c840e255ec2 05:15:37.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=727de538-1bde-4bf1-af84-1bbe225d6d13 05:15:37.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1f268452-367f-44d4-b422-fbea0096a4cb 05:15:37.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=43d5242f-cb0b-4e74-91c7-c2b19ed13064 05:15:37.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=804e0690-3e72-4e2a-996b-949713fd53e8 05:15:37.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 05:15:37.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cd778a3e-ccde-4085-a847-20e91a99fd66 05:15:37.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=52fb0bbf-2ecd-426d-b2b8-5e0bcaae03ac 05:15:37.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6fce63b5-4776-4759-bcef-ef086995366c 05:15:37.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7fee3b6f-98b5-4213-a037-6ef9502ccf3a 05:15:37.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2e389547-6b66-4340-97e4-0c1a92a1a2a1 05:15:37.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dc1197e4-48d3-4c0d-82d9-65da7e1a4594 05:15:37.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b894683b-3614-436d-8936-af828b332410 05:15:37.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3c251405-15c3-4f1c-9bec-a4576eade3d3 05:15:37.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=aeb21a73-392c-4300-bd1e-66c194a25b95 05:15:37.381 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=338b10aa-a11c-48c5-9171-4bb883151a7d 05:15:37.381 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d03a8c45-f2a9-40ba-95a9-a6c57108cf3a 05:15:37.381 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7b229eea-ad58-4af7-8c63-6094ff6239e6 05:15:37.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 05:15:37.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=52d97f21-c0d8-45d3-bbbe-1c4529517e56 05:15:37.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=83dd3a8c-76fb-4480-8acd-20f81c927d29 05:15:37.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2ff975dd-b734-4b48-bd5e-090893906db1 05:15:37.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5ff4cb61-8188-4915-b58d-9aca743b7be1 05:15:37.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=109aef19-bbd9-4fd1-ad1a-23aaf0f76e97 05:15:37.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0b2cf3b7-a13c-4854-a2cf-12e33b36bf88 05:15:37.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=491a367f-0118-42c7-b946-d876ea29654b 05:15:37.444 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ac609d9a-de87-4539-bf4e-a34bae92b358 05:15:37.444 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1a6351a5-f17d-4a86-bd46-fde050402658 05:15:37.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 05:15:37.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=288e0e5f-bc07-43ea-9001-c654fc646f7b 05:15:37.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b092b089-99d2-4ca4-93a8-e758fcc4b5c5 05:15:37.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ab6c8fa7-9b70-4b7f-b043-8dcad2c78d51 05:15:37.446 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cb84bb3c-9447-4d07-a1e0-4ac4a5880ffe 05:15:37.446 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fcfd6efe-7e15-42cb-ad22-c0831d19d74d 05:15:37.446 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=415b23de-4076-4f87-ba92-f914483e6984 05:15:37.446 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ee717902-d992-4afe-813f-9bed37853d86 05:15:37.446 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=736a828e-d9eb-4032-a883-5b605731adf0 05:15:37.446 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f4a7b011-89cc-42fe-9aec-8e33a77a23c1 05:15:37.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3df76d0b-c2e6-4cdb-aa42-67a138e93244 05:15:37.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8d3e623b-1fb7-4ef5-a935-ed13279c7750 05:15:37.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=845d4407-60d2-457b-b664-6079820fb036 05:15:37.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 05:15:37.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8dbd80e1-8ee8-48e5-8c67-6e7bfdb09993 05:15:37.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=50e3a7ca-0a79-497a-b337-db2472638696 05:15:37.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=22374eec-ba44-4631-9fea-6314048c74b1 05:15:37.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=56f9e770-5fd3-48f9-8bae-dac448db0b39 05:15:37.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a287c4a4-1954-4a3d-834a-c4eb8515ab9a 05:15:37.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=83c9c051-e8bf-4918-bc20-0190a535861f 05:15:37.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dfc6da7b-bbcf-4a08-a5b5-7dd29454ee75 05:15:37.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bd5cf555-6100-46ff-ab09-d6b77d98ea9e 05:15:37.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fc0dfa63-ab82-4bed-97cc-1abcc2df9bef 05:15:37.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=df6485b3-f077-4236-8554-acaed627a037 05:15:37.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6030f748-2410-4467-9715-d50b5dd9f71d 05:15:37.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=08c2842a-3198-48dc-af46-3dd280bb36b8 05:15:37.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 05:15:37.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f9d35a4a-598c-430f-a8f8-2fc5e8557538 05:15:37.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2203c451-77e0-45cf-be9d-abf0ca2dbc6c 05:15:37.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=10240e19-4350-4c44-b6ca-07efb114bd7e 05:15:37.452 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=133aa44e-3e75-47ea-b4b5-dadfedeb0a3f 05:15:37.452 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5b3e4367-70e7-46c2-8b6f-59dc7d12705c 05:15:37.452 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=46edd292-df33-47b0-aed3-b5f1bcc8f9b3 05:15:37.452 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 05:15:37.453 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=53f8b74f-135a-4998-bf49-6cd03419cece 05:15:37.453 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9884879f-0e5b-482a-8939-50c6d4d16503 05:15:37.453 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=40c132b3-d1f4-4ad8-bced-025066d23fb5 05:15:37.454 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2c053a64-2d8d-416c-ba6c-385545c579f8 05:15:37.454 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=69ec6947-598d-4fd2-a2da-08d07eae121b 05:15:37.454 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ff12eda6-5750-494a-87d8-cbfde39ec9e1 05:15:37.454 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a38454e3-073b-4050-a267-8cf8059b60ed 05:15:37.454 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3fc17e73-a844-4370-8e29-171e139e1075 05:15:37.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=982863c9-104c-45c4-9b76-76605bdc71d8 05:15:37.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 05:15:37.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=53048ff5-1b4b-4832-83c7-65098f21a131 05:15:37.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=47abf09f-cabf-4eab-af6d-6f37442c28c5 05:15:37.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6312c393-a5f5-4e38-9ff7-0e687e49c526 05:15:37.456 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=272cbb12-d0bd-44db-9e8c-3036c05cad5f 05:15:37.456 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0e4c3502-b805-4515-984c-2ecd144765ca 05:15:37.456 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0f61e590-7e16-4517-97b3-2f9a27621af0 05:15:37.457 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a25769cd-7840-4f4d-bbc3-7f314cc8b077 05:15:37.457 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=27518b96-b252-4f84-a6d8-979c5258a288 05:15:37.457 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=45bf8246-12e4-4439-b28b-fba79da781df 05:15:37.457 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=400edc72-dcac-4b7d-8116-8b6fb90f7fd8 05:15:37.457 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7ae209e4-7eb2-49f0-b2e8-84afc5d494b4 05:15:37.457 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7dbf4361-7fee-40b7-8320-eee96d8ae470 05:15:37.457 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 05:15:37.457 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2aa572ba-d2e0-47b3-aa21-5a8d8952d4f2 05:15:37.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a2582edf-a45c-4826-a7ac-58e69f5f1978 05:15:37.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ac0354f0-883b-48cb-8302-dd5cc0f8a0ce 05:15:37.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=27200dc3-32ec-4149-be1e-990619fa9bd8 05:15:37.459 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6ceb42f0-9933-4366-95c7-0f92d7224ddf 05:15:37.459 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6a3c3e63-c520-447f-8b72-0dc49d35c4e7 05:15:37.459 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=de47743c-9319-45c4-a3fe-ab42eabbb98f 05:15:37.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b4dc61b4-3ebe-4494-aad5-4edb5ef3c7f0 05:15:37.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e647fa8e-8705-475a-957c-61c0f42e9bd6 05:15:37.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e5b4cf23-e94a-4762-868c-d5568f74593c 05:15:37.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b2011ac4-4c0c-4119-901a-478e2875ffcb 05:15:37.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d9534bab-138a-42f0-b763-3c00277940ee 05:15:37.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 05:15:37.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=759e4713-ebfa-4cbd-927c-34ec791453a2 05:15:37.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d437e30c-8c81-4208-b83f-ac8fd084782c 05:15:37.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=725769be-348d-4501-86a9-1a6f50cb928a 05:15:37.462 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3f7cf1ed-d8d8-4fc8-a335-cafdcf1f647b 05:15:37.462 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ab452d9e-0782-4f1f-8e31-1bfda683953b 05:15:37.462 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=890ed946-819b-47df-a063-c8489df0ce74 05:15:37.463 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c9046c02-02dd-49a3-823e-1dde2e3b06e4 05:15:37.463 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=94f8dd8f-b931-43ed-8e97-e5a1dc6c74da 05:15:37.463 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a4062b56-4668-4eaa-8f58-39be9597d3c5 05:15:37.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 05:15:37.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=517b6668-01c9-46e4-8f80-6b146f47e355 05:15:37.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=253b825f-f0d4-45b9-bfb9-190e23df5d4c 05:15:37.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=547fc9d8-0caa-4666-ad48-0c9b9b940233 05:15:37.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c36278cb-6847-4898-b37f-5eefe1718d0d 05:15:37.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ee5df38b-ef85-42ba-b2a8-9ce296b7d9a7 05:15:37.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c1ef0f62-20d7-4726-b77a-2c7eccaf4244 05:15:37.466 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7ee0ddb2-1e18-4610-9eac-1812f16b76c1 05:15:37.466 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=de39e542-c97f-42a3-8569-e17ab3156b52 05:15:37.466 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2976be64-4e4b-476f-aa81-975eeb4a8dec 05:15:37.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c9e787c7-bd49-4ffb-ae82-8a14115edf11 05:15:37.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=70a43d7d-e637-4c5c-9d37-aa9ce3cd3144 05:15:37.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7e8faa42-2a72-49b0-b1bd-e855fa144d3e 05:15:37.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 05:15:37.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ebb10e51-bf0f-47fa-a092-e8ced8df3f6a 05:15:37.468 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=93cfb301-626f-4022-926d-2502b75c5552 05:15:37.468 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b7064dd2-d060-4ae4-865f-204b8d8db6d1 05:15:37.468 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=594ebf0b-d505-4e04-a610-e7ab2335a780 05:15:37.469 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=501eb85a-53e4-4d93-bc56-3a115fc0b886 05:15:37.469 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d922cbf2-5e72-4c9b-9a89-320c4604d276 05:15:37.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a258f87e-e115-44d0-93f8-39278306987c 05:15:37.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=32265e29-8fd2-42be-a0d9-d7486f9ee898 05:15:37.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5d62fa9f-ab68-447c-b81b-1f1f8cbfe407 05:15:37.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c93b45c6-346d-4cb0-910c-723fbf8929e1 05:15:37.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3f0466b7-2cbd-4f3f-a0fa-9d3a3714b0bc 05:15:37.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a1c0f4f6-2f1e-4a3a-814d-d368f500ec09 05:15:37.473 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testStartConsumptionCombinations() 05:15:37.473 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#concurrentStartConsumptionFails() 05:15:37.473 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0ffc4184-eda6-4474-92b9-b109c5cf4258 05:15:37.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dd92b4c8-6aa5-4ed4-90fa-f5e534fb4094 05:15:37.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b7b61493-6ea8-40e0-82b1-e09a94d6343c 05:15:37.475 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#concurrentStartConsumptionFails() 05:15:37.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 05:15:37.478 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"007d32dd-a51e-4c0e-9bae-ddf07d18d7f6"},"path":"/","value":{}} 05:15:37.484 [pool-286-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"59c4a3ae-8f23-4378-b0fe-472538c79f65","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-0","demand":2}} 05:15:37.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 05:15:37.489 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 05:15:37.489 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"40b6d19c-9763-4ef4-bdc5-090841f1a8e0"},"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:15:37.541 [pool-288-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"5b78de1b-e027-453b-8da9-97c022f41b77","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-1","demand":2}} 05:15:37.543 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 05:15:37.544 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 05:15:37.544 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.545 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"95f94f3d-f963-4760-b2ba-127923bab4a4"},"path":"/","value":{}} 05:15:37.547 [pool-290-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"37a044df-1b58-4c37-9375-431d60d55382","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2","demand":2}} 05:15:37.548 [pool-290-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:15:37.549 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 05:15:37.549 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 05:15:37.550 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"c1c643af-766d-4f79-8719-b82fa4a0a755"},"path":"/","value":{}} 05:15:37.552 [pool-292-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"75ab7bda-88ca-4ad4-83b0-450facd2f29c","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-3","demand":2}} 05:15:37.561 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 05:15:37.561 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=STREAM]() 05:15:37.562 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"ad12c58c-c28e-40c9-987d-af94425c3795"},"path":"/","value":{}} 05:15:37.564 [pool-294-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"59cfbbe7-9165-42da-b7ca-2d62a8976784","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-4","demand":2}} 05:15:37.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=STREAM]() 05:15:37.567 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 05:15:37.567 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"018cac54-783e-4788-8fd2-094fd3a3bddd"},"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:15:37.569 [pool-296-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"090c514a-505a-43ab-b7c3-04e67954d466","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-5","demand":55}} 05:15:37.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 05:15:37.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 05:15:37.572 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"9747c9bb-5644-4dff-aaeb-3b6d500f1de3"},"path":"/","value":{}} 05:15:37.573 [pool-298-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"f9e50468-4037-4c4a-b56c-87fc95d1aed6","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6","demand":2}} 05:15:37.574 [pool-298-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:15:37.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 05:15:37.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 05:15:37.576 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.576 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"4bae2c17-2581-49a2-ae5f-a0dfbd2f5689"},"path":"/","value":{}} 05:15:37.578 [pool-300-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"aa93b018-ffe7-41e2-9a11-3e12be75756c","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-7","demand":2}} 05:15:37.579 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 05:15:37.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchPublisherTest#cancellation() 05:15:37.581 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"0cc4c963-ed6d-4931-9fd9-e7387dd3b258"},"path":"/","value":{}} 05:15:37.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"ab466b59-670d-4658-a941-74ca018cf0ab","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription","demand":99}} 05:15:37.584 [main] 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:15:37.639 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchPublisherTest#cancellation() 05:15:37.645 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 05:15:37.646 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.647 [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":"9fbe6b51-5abd-4638-965d-91294aacabd2","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"} 05:15:37.650 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 05:15:37.650 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 05:15:37.651 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"6364956f-f9dc-4d85-bbc7-98f77a79d3bb","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 05:15:37.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 05:15:37.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 05:15:37.658 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"81f1bf03-9584-4119-9b8e-0ae75cbdf269","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 05:15:37.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 05:15:37.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 05:15:37.664 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"332827cf-d15b-462e-9d56-e0f644183344","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 05:15:37.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 05:15:37.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 05:15:37.669 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"cf0eb465-a70c-4609-86c7-38cbd22110df","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42} 05:15:37.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 05:15:37.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]() 05:15:37.675 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"2ab876df-028c-45dc-b351-25913f8d9920","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]() 05:15:37.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]() 05:15:37.679 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"11127877-af9d-41c7-a829-2525a5cac03d","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features"} 05:15:37.681 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]() 05:15:37.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 05:15:37.682 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.683 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"b9b61a40-0679-4471-ad56-a5f8b4ebd554","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}} 05:15:37.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 05:15:37.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 05:15:37.687 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"40781d4f-a653-4b05-80a1-c7c69b6f025d","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density"} 05:15:37.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 05:15:37.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 05:15:37.691 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"2ae78ff2-e171-496d-87e6-a9741f6ae379","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 05:15:37.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 05:15:37.694 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.695 [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":"6d71ac79-d9c4-4d82-b04f-537f4418e24d","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 05:15:37.741 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 05:15:37.741 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]() 05:15:37.742 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.743 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"277d36f4-7456-47d1-9bf2-0baf42daa50b","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:15:37.746 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]() 05:15:37.746 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 05:15:37.746 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.747 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"addc1a24-671e-4448-9d76-b62a61cc86c1","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 05:15:37.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 05:15:37.750 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.751 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"feb6a12f-5d1f-4e12-8299-7c3a613887f8","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 05:15:37.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 05:15:37.754 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 05:15:37.754 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.755 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"5b228b80-9629-4a62-8b15-d2af36916a65","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:15:37.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 05:15:37.758 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]() 05:15:37.758 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.759 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"01454d53-611d-4949-b15e-1659bc792982","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"} 05:15:37.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]() 05:15:37.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 05:15:37.762 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"22efd5d1-7526-4b8e-8664-8a5c06aab5aa","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 05:15:37.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 05:15:37.766 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"ffc06876-50e7-45d6-a5fe-8436f877f2b9","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 05:15:37.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 05:15:37.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 05:15:37.770 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.771 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"ec0073db-4557-4a83-80d1-104bc28c4cf4","version":2,"response-required":true,"content-type":"application/json"},"path":"/features"} 05:15:37.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 05:15:37.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 05:15:37.781 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"f2a6ab50-c310-426f-a11d-6b2b6ad28488","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 05:15:37.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 05:15:37.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]() 05:15:37.785 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"8e3b848f-15b7-43ab-ae3c-bbafd94e7956","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.787 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]() 05:15:37.787 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 05:15:37.788 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.789 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"cb6d0589-a299-404e-bff8-37b9922abd93","version":2,"response-required":true,"content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:15:37.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 05:15:37.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]() 05:15:37.792 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.793 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"c449804b-7780-4b0d-ba59-1471da168a7a","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"} 05:15:37.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]() 05:15:37.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 05:15:37.796 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.796 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"75603543-6d1c-4af1-be20-2080b9428a67","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition"} 05:15:37.841 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 05:15:37.841 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 05:15:37.842 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.842 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"e1edd197-e829-404c-9583-bd5191e1e2d2","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"} 05:15:37.844 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 05:15:37.844 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 05:15:37.845 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.845 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"36aefb45-89e7-4acf-bb3e-73fa61cec3a1","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.847 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 05:15:37.848 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 05:15:37.848 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.849 [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":"08cc7346-f045-411e-8051-6e2a6bbb434b","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"} 05:15:37.851 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 05:15:37.851 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 05:15:37.852 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.852 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"6d8af966-7a15-416d-9049-3b9986f150eb","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 05:15:37.854 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 05:15:37.854 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 05:15:37.854 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.855 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"3e018b16-cb54-4154-80a6-730c09cb6bac","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 05:15:37.857 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 05:15:37.857 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 05:15:37.858 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.858 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"6e5cc253-1a19-4c35-940f-4f2de9aa6fb0","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 05:15:37.860 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 05:15:37.860 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 05:15:37.861 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"7e8f7aa5-6068-4bff-90c7-319ac5dbb5e9","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42} 05:15:37.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 05:15:37.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]() 05:15:37.864 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"9377d710-71f2-42cf-98a3-3d231ab74a1a","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]() 05:15:37.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]() 05:15:37.867 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"7e6c3190-7df0-40e9-ab26-775dc63082f2","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features"} 05:15:37.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]() 05:15:37.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 05:15:37.870 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"ebf0e5ce-ad4c-403c-aa7b-bcd93be5cf0f","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}} 05:15:37.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 05:15:37.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 05:15:37.874 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"0b47ea61-3e0f-4278-8a92-2ba6f2fc1fe2","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density"} 05:15:37.876 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 05:15:37.876 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 05:15:37.877 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"c6a09640-0490-4ca8-8a76-68ce54535105","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 05:15:37.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 05:15:37.880 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.881 [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":"5649ef78-2633-45ef-a989-6b581a406f79","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 05:15:37.883 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 05:15:37.883 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]() 05:15:37.884 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"fc5824cc-be21-432d-9435-520034ed541b","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:15:37.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]() 05:15:37.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 05:15:37.887 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.888 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"478981de-f360-4d28-b126-4ddd82b5610c","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.941 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 05:15:37.941 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 05:15:37.942 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.943 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"f3590478-358b-44e5-8d9a-c47214588191","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 05:15:37.947 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 05:15:37.947 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 05:15:37.947 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.948 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"cc67df49-51a0-4f59-8c09-1851c8e80a29","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:15:37.950 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 05:15:37.951 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]() 05:15:37.951 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.952 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"4c4d195e-e4e4-4db4-8d4b-cfd1751dabbb","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 05:15:37.953 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]() 05:15:37.953 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 05:15:37.954 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.954 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"77147575-5edc-4a02-a7fc-833a5c2b94ad","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.956 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 05:15:37.956 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 05:15:37.957 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.957 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"e6eb1f4a-2488-4127-8034-fbf87759056d","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 05:15:37.960 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 05:15:37.960 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 05:15:37.960 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.961 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"1e466935-597a-417b-b434-429ce3a861a7","version":2,"channel":"live","content-type":"application/json"},"path":"/features"} 05:15:37.962 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 05:15:37.963 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 05:15:37.963 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"74fbfc3c-16c1-4da6-83a1-5581edca53b5","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 05:15:37.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 05:15:37.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]() 05:15:37.966 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"9ec7ae99-3426-470e-9366-5087a7caa4bd","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]() 05:15:37.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=live]() 05:15:37.969 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"713a895b-e47b-4963-a4ab-084839ba573c","version":2,"channel":"live","content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 05:15:37.972 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=live]() 05:15:37.972 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]() 05:15:37.973 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"a75b1565-cfc6-4cdc-85db-f449ac820166","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 05:15:37.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]() 05:15:37.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 05:15:37.976 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.976 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"aa2434d5-7503-41fd-90e2-914baa9cad04","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition"} 05:15:37.978 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 05:15:37.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 05:15:37.979 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.980 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"3929cbd5-81e8-45d0-b4e8-920bf8d392e5","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"} 05:15:37.982 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 05:15:37.982 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 05:15:37.983 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:37.984 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"4e32797c-7cf3-4ede-90ab-593aae769fd6","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 05:15:37.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 05:15:37.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions() 05:15:37.989 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.042 [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:15:38.047 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions() 05:15:38.047 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector() 05:15:38.048 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.049 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"296190bb-75b2-4a7a-92ab-3e9ede89e9f8","version":2,"response-required":true,"content-type":"application/json"},"path":"/","fields":"/_revision"} 05:15:38.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector() 05:15:38.051 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyFails() 05:15:38.052 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.053 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"b310272e-986b-413b-abb0-1b16c3093438","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 05:15:38.058 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyFails() 05:15:38.058 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicy() 05:15:38.059 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"43878539-f299-4690-94c6-07f4da6acbea","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:15:38.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicy() 05:15:38.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions() 05:15:38.071 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions() 05:15:38.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 05:15:38.073 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.074 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 05:15:38.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption() 05:15:38.075 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption() 05:15:38.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption() 05:15:38.077 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption() 05:15:38.079 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 05:15:38.079 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 05:15:38.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 05:15:38.088 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 05:15:38.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicy() 05:15:38.090 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"9d601a77-8e9e-4804-ac7f-aadad7f85a1a","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:15:38.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicy() 05:15:38.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicy() 05:15:38.098 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.142 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"4dea54fd-e6d6-4139-a90d-5f2003a782be","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:15:38.143 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"4ebd4a29-b3fc-457c-95af-ddd6fb5d05d0","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:15:38.144 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"4215536d-6f52-45f5-89d3-52e9ad28a6d3","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:15:38.150 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicy() 05:15:38.150 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicy() 05:15:38.151 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.155 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/delete","headers":{"correlation-id":"19084528-6ff2-45d7-8432-57a87a196fc7","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 05:15:38.158 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicy() 05:15:38.158 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicy() 05:15:38.159 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.159 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"17657ef9-1876-4a6f-8526-571fe330364e","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 05:15:38.161 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicy() 05:15:38.161 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 05:15:38.162 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 05:15:38.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithOptions() 05:15:38.165 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.165 [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:15:38.166 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithOptions() 05:15:38.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyJsonObject() 05:15:38.167 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"00d9576b-5bec-4101-8b0b-653963339847","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:15:38.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyJsonObject() 05:15:38.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions() 05:15:38.172 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions() 05:15:38.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 05:15:38.174 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.175 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 05:15:38.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption() 05:15:38.176 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption() 05:15:38.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyJsonObject() 05:15:38.178 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"0b4b2617-f519-4d15-a4f8-6aa4708f63ee","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:15:38.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"01f8c2ba-b96c-470a-a8e2-1a753ab6c2ee","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:15:38.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"e643e790-3614-4f3b-a2ef-a19998a33b3e","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:15:38.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyJsonObject() 05:15:38.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption() 05:15:38.188 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2022-08-08] initialized successfully 05:15:38.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption() [ERROR] Tests run: 1041, Failures: 1, Errors: 0, Skipped: 28, Time elapsed: 49.295 s <<< FAILURE! - in TestSuite [ERROR] org.eclipse.ditto.client.streaming.ThingSearchPublisherVerificationTest.stochastic_spec103_mustSignalOnMethodsSequentially Time elapsed: 0.701 s <<< FAILURE! java.lang.AssertionError: Illegal concurrent access detected (entering critical section)! Thread[pool-88-thread-1,5,main] emited onNext(SubscriptionHasNextPage [type=thing-search.subscription.events:next, subscriptionId=4ceb25dc-0151-45ed-b271-40f36d1537a5, dittoHeaders=ImmutableDittoHeaders [{correlation-id=efa917cd-dbcf-47cc-a3cc-a24b3768be37, content-type=application/json}], items=[{"thingId":"x:0"}]]) signal, before Thread[mock-provider-1,5,main] finished its onSubscribe() signal. at org.eclipse.ditto.client.streaming.ThingSearchPublisherVerificationTest.reply(ThingSearchPublisherVerificationTest.java:154) at org.eclipse.ditto.client.streaming.ThingSearchPublisherVerificationTest.lambda$mockSearchBackEnd$0(ThingSearchPublisherVerificationTest.java:100) [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] ThingSearchPublisherVerificationTest.lambda$mockSearchBackEnd$0:100->reply:154 Illegal concurrent access detected (entering critical section)! Thread[pool-88-thread-1,5,main] emited onNext(SubscriptionHasNextPage [type=thing-search.subscription.events:next, subscriptionId=4ceb25dc-0151-45ed-b271-40f36d1537a5, dittoHeaders=ImmutableDittoHeaders [{correlation-id=efa917cd-dbcf-47cc-a3cc-a24b3768be37, content-type=application/json}], items=[{"thingId":"x:0"}]]) signal, before Thread[mock-provider-1,5,main] finished its onSubscribe() signal. [INFO] [ERROR] Tests run: 1041, Failures: 1, Errors: 0, Skipped: 28 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:55 min [INFO] Finished at: 2022-08-08T05:15:39Z [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