Started by an SCM change Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-g7ndk is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-g7ndk" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-g7ndk" - 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-g7ndk" - 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.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false 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 - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} 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-g7ndk 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 Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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.26.2' > 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 b90041aa05a204d7afd0c252d2201e06d8a22285 (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 b90041aa05a204d7afd0c252d2201e06d8a22285 # timeout=10 Commit message: "Merge pull request #129 from bosch-io/js-client-license-declaration" > git rev-list --no-walk d124e21e49219a2039a0637c5eab1d2f4004dd0a # 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.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_252, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_252-b09/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.9.16-200.fc33.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:1.17: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.0.2: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.7.0:compile (default-compile) @ ditto-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 194 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/changes/AcknowledgementRequestHandle.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/main/java/org/eclipse/ditto/client/changes/AcknowledgementRequestHandle.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.0.2:testResources (default-testResources) @ ditto-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ ditto-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 81 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/TestConstants.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/TestConstants.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/DittoClientThingTest.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/DittoClientThingTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5: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 16:46:22.471 [Thread-2] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 16:46:22.489 [Thread-2] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> 16:46:22.567 [Thread-3] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 16:46:22.588 [main] WARN o.e.d.c.s.SpliteratorSubscriber - onSubscribe() called a second time; cancelling subscription . 16:46:22.692 [Thread-7] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 16:46:23.012 [Thread-15] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 16:46:23.012 [Thread-15] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> Configuring TestNG with: TestNG60Configurator 16:46:31.680 [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=application/json, javaType=class java.lang.String, subject=*], ImmutableMessageSerializerKey [contentType=text/plain, javaType=class java.lang.String, subject=*]] 16:46:31.769 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'class java.util.Date' and subject '*' 16:46:31.769 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'interface org.eclipse.ditto.json.JsonValue' and subject '*' 16:46:34.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 16:46:34.966 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:35.013 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ac50655c-00e0-486c-b093-b8e009c7d90c 16:46:35.016 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e5c5a82d-ba59-445d-aee1-828b9126356d 16:46:35.060 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e0dde1e7-f3db-4493-9a92-a528849f71bc 16:46:35.062 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=28a82772-468d-4d3c-8a15-d55182187239 16:46:35.297 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 16:46:35.298 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 16:46:35.364 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:35.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ce223368-2fd9-45ab-a38d-a7a5f23cb8b8 16:46:35.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e2392f68-2e0a-42ed-9b93-570ab97012cf 16:46:35.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4c551905-d02a-42b6-9a77-5140126020e3 16:46:35.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=03bc561f-1ff6-43a4-9f63-0672f1de2cb1 16:46:35.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 16:46:35.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 16:46:35.394 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:35.395 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=927fcdf9-2a88-44ae-85ab-af9bfd97e9fc 16:46:35.396 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0ff9e3b4-4cd3-47ef-8d77-f37a3da5185c 16:46:35.397 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9d5d0233-f5b0-4e2e-968e-57d62a36c562 16:46:35.397 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8b4c6cf7-6cc6-4727-a59a-17e0793200a0 16:46:35.472 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 16:46:36.761 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:36.768 [main] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 16:46:36.769 [main] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 16:46:36.769 [main] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 16:46:41.107 [test-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : java.lang.RuntimeException: Expected exception in first iteration. 16:46:41.108 [test-1] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <1> second(s) before retrying to . 16:46:42.110 [Thread-18] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : java.lang.RuntimeException: Expected exception in first iteration. 16:46:42.110 [Thread-18] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <1> second(s) before retrying to . 16:46:43.116 [Thread-20] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : java.lang.RuntimeException: Expected exception in first iteration. 16:46:43.116 [Thread-20] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <1> second(s) before retrying to . 16:46:44.292 [ditto-client-reconnect-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 16:46:44.383 [ditto-client-reconnect-1] ERROR o.e.d.c.m.i.WebSocketMessagingProvider - Got exception: Failed to resolve hostname unknown.host.invalid:80: unknown.host.invalid: System error 16:46:44.384 [ditto-client-reconnect-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Permanently failed to initialize WebSocket connection: org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 16:46:44.385 [pool-388-thread-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 16:46:46.905 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ThingSearchPublisherTest#run() 16:46:46.963 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:46.965 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/vnd.eclipse.ditto+json","correlation-id":"69462696-62ed-4fb0-a5ae-efe71f8328e3"},"path":"/","value":{}} 16:46:46.971 [pool-393-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"63fa90db-0cf0-406a-966d-de9763602f6f","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":2}} 16:46:46.974 [pool-393-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"f7b53a7f-b924-46ef-a348-c0b884934101","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 16:46:46.975 [pool-393-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"21ae4942-75c5-4a3b-af44-7eedf40b422d","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 16:46:47.997 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ThingSearchPublisherTest#run() 16:46:48.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 16:46:48.067 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.079 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 16:46:48.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 16:46:48.087 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"f64704cf-f73f-41bb-bfa0-6e730d8a13aa","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 16:46:48.219 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 16:46:48.220 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 16:46:48.265 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"f3f0aeb6-aead-495a-bc3c-db9f9542884b","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":true} 16:46:48.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 16:46:48.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 16:46:48.291 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4242378a-c778-43c4-8a9f-167c08946f79 16:46:48.398 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 16:46:48.399 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 16:46:48.405 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"dc6e9920-72ef-4b71-b0be-9c15f6500095","version":2,"response-required":true,"if-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":"value"} 16:46:48.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 16:46:48.567 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 16:46:48.573 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"5ab2d17e-a362-4b9f-8e32-b0bdb742a510","version":2,"response-required":true,"if-none-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":"value"} 16:46:48.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 16:46:48.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 16:46:48.588 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.595 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"4d6c1136-247f-4386-8cee-5c68eec646cc","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/old"} 16:46:48.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 16:46:48.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 16:46:48.677 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"b3669827-195f-43d3-87df-f596cbeec04e","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 16:46:48.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 16:46:48.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 16:46:48.693 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b65e59c8-d0fe-4913-87c2-689678ec43c6 16:46:48.705 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 16:46:48.706 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 16:46:48.765 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.766 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"24967c1d-4528-4c65-b1b0-a986a216aec7","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 16:46:48.773 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 16:46:48.773 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 16:46:48.779 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.789 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"f8149d39-e7a9-43de-abc5-a3a7e5f06352","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes","value":null} 16:46:48.862 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 16:46:48.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 16:46:48.869 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 16:46:48.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 16:46:48.879 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"2296fa0c-9f55-4b74-8b09-9e20952bd03b","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 16:46:48.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 16:46:48.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 16:46:48.892 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.897 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"5f5c1e04-0d1c-4f37-b5c5-235cbe523c52","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes"} 16:46:48.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 16:46:48.965 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 16:46:48.970 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.972 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"c86b6b3c-0330-4451-a12d-3a7089ed6297","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":true} 16:46:48.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 16:46:48.980 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 16:46:48.985 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:48.987 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"482aea54-3702-4a94-a24d-fa4c3b74d81b","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 16:46:48.994 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 16:46:48.995 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 16:46:49.000 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.062 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 16:46:49.063 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 16:46:49.069 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"651e13fc-5d62-4360-8791-30473cfa14b4","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes"} 16:46:49.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 16:46:49.082 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 16:46:49.087 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 16:46:49.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 16:46:49.100 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"b3f31042-df46-468f-9dda-022a8d393db6","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 16:46:49.168 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 16:46:49.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 16:46:49.174 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"8dea1001-8a30-4e65-96ae-e4101dbf6fa3","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":true} 16:46:49.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 16:46:49.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 16:46:49.191 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.192 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=affd55ce-f47b-444e-960f-c90fb283682d 16:46:49.192 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0c7779c1-8190-4772-b636-56ddfe22fa6b 16:46:49.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f3f570c4-02b3-4c19-a9ac-dc68fbb34746 16:46:49.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 16:46:49.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 16:46:49.268 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"88b60e0a-5b38-467b-87d7-4418f074c0b9","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":"value"} 16:46:49.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 16:46:49.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 16:46:49.283 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"91fe380f-db05-4af2-be73-6a1e30581fa0","version":2,"if-none-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":"value"} 16:46:49.291 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 16:46:49.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 16:46:49.297 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.298 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"2a1acb38-aea2-4e1a-881b-61a79372fbea","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/old"} 16:46:49.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 16:46:49.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=live]() 16:46:49.368 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"94e347a5-ffd2-4106-a187-43652e7a91ee","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 16:46:49.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=live]() 16:46:49.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 16:46:49.383 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f9fd8973-fbea-4718-9146-7b0cae043b8d 16:46:49.408 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=011ea833-a892-4615-b272-68bc54549522 16:46:49.409 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6b45e254-3112-4c8a-bc3d-bb0e9763f4e1 16:46:49.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 16:46:49.472 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 16:46:49.477 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"b463fd97-0eae-4b65-a608-827f23722cb1","version":2,"if-none-match":"*","ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 16:46:49.487 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 16:46:49.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 16:46:49.492 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"096ed0cc-ee5b-46c8-86ff-c11f9cb7d70f","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes","value":null} 16:46:49.500 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 16:46:49.501 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 16:46:49.506 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 16:46:49.563 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 16:46:49.568 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.570 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"3d835a98-6ec4-4897-af55-adb9fea7aa24","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 16:46:49.576 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 16:46:49.577 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 16:46:49.581 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"ef2747a7-9ffa-498f-a8eb-fd45a938a830","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes"} 16:46:49.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 16:46:49.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 16:46:49.595 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"7a670693-8826-4c52-a5df-ab92d7d02432","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":true} 16:46:49.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 16:46:49.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 16:46:49.669 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"1bfe0ae2-c43e-4f01-b5e7-1d5949c103dd","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 16:46:49.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 16:46:49.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 16:46:49.684 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 16:46:49.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 16:46:49.692 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:49.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"499dc5bb-a06b-4f1e-a3a2-9a6f642e9b2d","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes"} 16:46:49.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 16:46:52.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 16:46:52.673 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:52.683 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"99eec298-bf6f-4191-8269-a07e8998fa14","version":2,"response-required":true,"if-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:52.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 16:46:52.786 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 16:46:52.791 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:52.794 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"1ef72140-7b05-45c4-a1e2-71930e9ca83b","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:52.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 16:46:52.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 16:46:52.878 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:52.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6dd84681-931a-46df-a731-ac58ae5165f1 16:46:52.893 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 16:46:52.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=twin]() 16:46:52.899 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:52.903 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"6ad5b1b2-df84-45f4-92b7-81bf9c4fe462","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"}}}}} 16:46:52.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=twin]() 16:46:52.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=twin]() 16:46:52.972 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:52.977 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"7a354dad-a9be-477f-8ee7-9d7a7c3b578c","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/"} 16:46:52.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=twin]() 16:46:52.989 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 16:46:52.994 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:53.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"41c126a6-bd13-48e7-913a-c1b0a72082c2","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 16:46:53.069 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 16:46:53.069 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 16:46:53.074 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:53.083 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"f9af7c0c-0ac1-4999-8ce1-7493b9a29681","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:53.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 16:46:53.097 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 16:46:53.102 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:53.166 [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":"63aac6a1-554a-40ce-bf4c-246e130505d5","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing"}} 16:46:53.203 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 16:46:53.204 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=twin]() 16:46:53.265 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:53.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"244fb79b-1ce4-45d9-8463-c8b0c948a061","version":2,"response-required":true,"if-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:53.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=twin]() 16:46:53.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 16:46:53.284 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:53.286 [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":"f237dcb8-77b5-43e0-a8d3-4374a0d9e041","version":2,"response-required":true,"if-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:53.298 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 16:46:53.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=twin]() 16:46:53.304 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:53.305 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"ec3c0dbe-8e32-48f0-acd0-4fc498ec2c04","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing"}} 16:46:53.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=twin]() 16:46:53.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 16:46:53.377 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:53.389 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 16:46:53.390 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 16:46:53.395 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:53.397 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1db18f03-a28e-4407-abc5-ce7484090fd1 16:46:54.409 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 16:46:54.409 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 16:46:54.414 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.419 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 16:46:54.419 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 16:46:54.466 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 16:46:54.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 16:46:54.476 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 16:46:54.481 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 16:46:54.486 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 16:46:54.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 16:46:54.495 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.497 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"f64aae6d-b619-4970-87d2-e838078ef91d","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_copyPolicyFrom":"policy.namespace:policyName"}} 16:46:54.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 16:46:54.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 16:46:54.572 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.573 [main] WARN o.e.d.c.i.OutgoingMessageFactory - Creating/modifying a Thing with a defined 'acl' when client was configured to use Ditto Protocol in 'schemaVersion' 2 (which is policy based). That will most likely result in unexpected behavior. 16:46:54.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/twin/commands/create","headers":{"correlation-id":"d8a98126-e01d-47ab-8550-432478834bd5","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"demo","thingId":"demo:mything1"}} 16:46:54.581 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 16:46:54.581 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 16:46:54.587 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 16:46:54.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 16:46:54.596 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 16:46:54.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 16:46:54.605 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"164e7891-427f-4bb4-87a4-abbc331e8bd0","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:54.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 16:46:54.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 16:46:54.676 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3d0f4718-569b-4235-b166-ccd28adadbf7 16:46:54.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 16:46:54.689 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 16:46:54.694 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 16:46:54.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 16:46:54.702 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 16:46:54.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 16:46:54.770 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"b6de857d-798a-467a-92f9-6a52f841bca2","version":2,"response-required":true,"if-none-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:54.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 16:46:54.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 16:46:54.784 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 16:46:54.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 16:46:54.869 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"64e64710-752d-4f0e-b7ef-30781470aa38","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:54.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 16:46:54.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 16:46:54.886 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.888 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"c652afdb-a56b-4a28-bc17-3daa3bc146cd","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:54.897 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 16:46:54.898 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 16:46:54.903 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.905 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"05972fc6-7e4f-4586-859c-912bed4fb82a","version":2,"response-required":true,"if-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:54.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 16:46:54.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 16:46:54.969 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"af50290c-8889-4bfb-a528-9a9237a8c2df","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"{{ ref:things/example.com:testThing/policyId }}"}} 16:46:54.978 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 16:46:54.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 16:46:54.984 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 16:46:54.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 16:46:54.993 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:54.997 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 16:46:54.997 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=twin]() 16:46:55.002 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.062 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"f81db317-b718-4e95-ba7a-bfdbc9e3e705","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 16:46:55.069 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=twin]() 16:46:55.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 16:46:55.075 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.079 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 16:46:55.079 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 16:46:55.084 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 16:46:55.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=twin]() 16:46:55.094 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.097 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"0e9df1be-d4ba-4a05-aa70-9a75e18eab87","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/policyId","value":"policy.namespace:policyName"} 16:46:55.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=twin]() 16:46:55.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 16:46:55.169 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"d911725e-7c1c-4736-acd5-484eb68ee2fd","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:55.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 16:46:55.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 16:46:55.182 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"836e4cab-acee-4a9d-a2a4-7349e2aa2327","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:55.188 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 16:46:55.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 16:46:55.194 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.198 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 16:46:55.199 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 16:46:55.264 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=664bb448-eb8d-4bf4-8608-dda767923dc7 16:46:55.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 16:46:55.281 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 16:46:55.288 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.290 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"663f804b-743b-41d5-a775-91b13f9479db","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:55.298 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 16:46:55.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 16:46:55.362 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"5cd8d896-8765-496a-9a6f-3fe0d13d4e73","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:55.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 16:46:55.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 16:46:55.378 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d3afccc3-4d60-4a5b-9993-ecd61221f514 16:46:55.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9f57e37a-8778-4cc4-87e6-2905b2504afd 16:46:55.381 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0724a6b7-854f-427e-b56b-6075cca9266e 16:46:55.389 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 16:46:55.390 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=live]() 16:46:55.399 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.401 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"a450a371-0eb0-433c-aff1-4e23593aeedf","version":2,"if-match":"*","ditto-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"}}}}} 16:46:55.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=live]() 16:46:55.468 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=live]() 16:46:55.477 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"179b3e6b-2387-4327-acc4-b92bef41a7b0","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/"} 16:46:55.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=live]() 16:46:55.487 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 16:46:55.492 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"36d026c8-522a-4a7d-975a-b237b50f2802","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 16:46:55.503 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 16:46:55.504 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 16:46:55.569 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"a46e9489-8011-47e1-8c1b-12a954b81105","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:55.579 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 16:46:55.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 16:46:55.586 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.589 [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":"c786d07a-d4b1-4e38-aa9b-f4f3d0aa1924","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing"}} 16:46:55.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 16:46:55.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=live]() 16:46:55.603 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"49752a87-6fc8-49f8-b9c6-b64dc8d4b74a","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:55.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=live]() 16:46:55.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 16:46:55.701 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.704 [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":"7c83ead1-699c-4ee6-b603-78144fe86327","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:55.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 16:46:55.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=live]() 16:46:55.770 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"337ec4ff-ef04-4742-b568-89f4d2001273","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing"}} 16:46:55.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=live]() 16:46:55.780 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 16:46:55.786 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 16:46:55.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 16:46:55.797 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:55.798 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=22e9ae3c-0ce3-4e2b-9c68-a3bd651253ad 16:46:55.799 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fbb28537-dc4c-486a-a31e-aebb499027b1 16:46:55.800 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c6267d3b-db19-45e6-b3d7-d223d49367ae 16:46:56.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 16:46:56.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 16:46:56.880 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:56.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 16:46:56.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 16:46:56.890 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:56.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 16:46:56.895 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 16:46:56.902 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:56.906 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 16:46:56.907 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 16:46:56.965 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:56.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 16:46:56.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 16:46:56.974 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:56.977 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"9e0ff8a5-d547-4258-aac4-d5a5b66a65ea","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_copyPolicyFrom":"policy.namespace:policyName"}} 16:46:56.984 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 16:46:56.985 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 16:46:56.990 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:56.990 [main] WARN o.e.d.c.i.OutgoingMessageFactory - Creating/modifying a Thing with a defined 'acl' when client was configured to use Ditto Protocol in 'schemaVersion' 2 (which is policy based). That will most likely result in unexpected behavior. 16:46:56.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/live/commands/create","headers":{"correlation-id":"d5473308-dace-45f2-b856-2463abf82972","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"demo","thingId":"demo:mything1"}} 16:46:56.997 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 16:46:56.998 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 16:46:57.064 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 16:46:57.069 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 16:46:57.074 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 16:46:57.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 16:46:57.081 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.083 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"60b95d9c-4ffc-44fb-b3ef-965b479c86b4","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:57.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 16:46:57.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 16:46:57.094 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=68d98df2-b99e-4f1f-8f1c-0216c1596a51 16:46:57.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=83f6dc28-3c99-4fe5-b0e5-4b44456700ff 16:46:57.097 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7d9f8a2a-9828-4ec1-bb61-25e510918b10 16:46:57.107 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 16:46:57.108 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 16:46:57.166 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 16:46:57.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 16:46:57.174 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 16:46:57.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 16:46:57.182 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"0511e4c7-899c-42bd-8c5c-8b328ee78354","version":2,"if-none-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:57.192 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 16:46:57.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 16:46:57.281 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 16:46:57.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 16:46:57.291 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"26a628d7-2c4c-48ac-8b0a-2e771b509e4a","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:57.298 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 16:46:57.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 16:46:57.362 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"baed89b1-e020-4f8e-92f1-8b76c394e31e","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:57.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 16:46:57.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 16:46:57.377 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"f461c9a8-bc7d-4bb9-91dd-ff9cd7fb058c","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 16:46:57.386 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 16:46:57.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 16:46:57.391 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.393 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"4289de7b-babc-4be5-8cda-8a4f12d87761","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"{{ ref:things/example.com:testThing/policyId }}"}} 16:46:57.400 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 16:46:57.400 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 16:46:57.405 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 16:46:57.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 16:46:57.473 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 16:46:57.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=live]() 16:46:57.486 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"ed1c338d-47e0-44e7-84c4-681ef9aacadc","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 16:46:57.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=live]() 16:46:57.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 16:46:57.500 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.503 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 16:46:57.503 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 16:46:57.567 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 16:46:57.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=live]() 16:46:57.580 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"b8a15e80-ecb4-47d1-92c6-1789f3aded8c","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/policyId","value":"policy.namespace:policyName"} 16:46:57.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=live]() 16:46:57.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 16:46:57.662 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"39ccd87b-d3d2-4392-822b-a52b12ff3049","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:57.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 16:46:57.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 16:46:57.676 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"d8b24a19-9758-47f3-a28b-1feb199e4d04","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}}} 16:46:57.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 16:46:57.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 16:46:57.688 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 16:46:57.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 16:46:57.766 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ccab64a7-540d-4d9a-97e9-50e81ce2041c 16:46:57.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d8235212-d836-49ac-b70c-c08e28cfab79 16:46:57.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=803f1b28-f146-462b-aeeb-884719729133 16:46:57.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 16:46:57.787 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 16:46:57.793 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=14ae6c3a-f978-466d-b637-7d4ff692e80f 16:46:57.873 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:a4ce9817-d6d1-44b6-9dc8-a1b092918ccc, 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/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:a4ce9817-d6d1-44b6-9dc8-a1b092918ccc}]], thing=ImmutableThing [thingId=null, acl=null, policyId=null, definition=null, attributes={"newAttribute":{"complex":{"simple":42}}}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:57.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 16:46:57.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 16:46:57.884 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=19d636c1-b729-42ef-9dad-4e73cf7d4622 16:46:57.963 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:1b36cf8d-d9c6-4516-af44-02ecfb81bfda, action=DELETED, path=/features/feature_id_1, value=null, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:1b36cf8d-d9c6-4516-af44-02ecfb81bfda}]], feature=null], thing=null] 16:46:57.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 16:46:57.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 16:46:57.977 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:57.980 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4baba7fa-90b3-4d48-bc34-993326c38f54 16:46:58.061 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:4ae6201e-d657-427b-ac6f-1320fc12c793, action=UPDATED, path=/, value="lux", revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:4ae6201e-d657-427b-ac6f-1320fc12c793}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"lux"}}, desiredProperties=null]] 16:46:58.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 16:46:58.066 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 16:46:58.072 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:58.074 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7d619067-e427-496b-b3d5-c3fde02fe26a 16:46:58.083 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:7ed4cdcd-0042-4283-b59e-23f0070c297c, action=UPDATED, path=/properties/complex/bum, value={"properties":{"complex":{"bum":"bar"}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:7ed4cdcd-0042-4283-b59e-23f0070c297c}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"bar"}}, desiredProperties=null]] 16:46:58.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 16:46:58.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 16:46:58.165 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:58.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c92a0c22-d07b-4cde-991c-29ffc2810519 16:46:58.179 [ditto-client--adaptable-bus-5a2f7454-ff59-44f0-a964-74575d41f912-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:309c9434-1468-4212-90bb-827c3641cdcf, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:309c9434-1468-4212-90bb-827c3641cdcf","acl":{"fooTestUser":{"READ":true,"WRITE":true,"ADMINISTRATE":false},"theClient":{"READ":true,"WRITE":true,"ADMINISTRATE":true}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=1, response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:309c9434-1468-4212-90bb-827c3641cdcf}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:309c9434-1468-4212-90bb-827c3641cdcf, acl=ImmutableAccessControlList [entries={fooTestUser=ImmutableAclEntry [authSubject=fooTestUser, permissions=[READ, WRITE]], theClient=ImmutableAclEntry [authSubject=theClient, permissions=[READ, WRITE, ADMINISTRATE]]}], policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:58.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 16:46:58.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 16:46:58.193 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:58.196 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5828d44c-1e14-4a70-868d-6a2a45702783 16:46:58.269 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:3604b3ac-38b4-4f8a-9dd9-d001fb6e4ade, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:3604b3ac-38b4-4f8a-9dd9-d001fb6e4ade}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 16:46:58.269 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:3604b3ac-38b4-4f8a-9dd9-d001fb6e4ade, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:3604b3ac-38b4-4f8a-9dd9-d001fb6e4ade}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 16:46:58.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 16:46:58.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 16:46:58.280 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:58.282 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4a63d117-4140-4885-a997-5b097c14af41 16:46:58.288 [ditto-client--adaptable-bus-5755ae67-5c8b-434b-a0fd-1acbedb2fc06-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:77dfabf3-25d8-4c07-889c-49351616a216, action=DELETED, path=/, value=null, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:77dfabf3-25d8-4c07-889c-49351616a216}]], thing=null] 16:46:58.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 16:46:58.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 16:46:58.396 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:58.398 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eb4e3e15-5b49-4a1b-805c-e362cca04d06 16:46:58.469 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableChange [entityId=org.eclipse.ditto.test:dc2c3e40-0486-472c-b412-bb9ecd7de87e, action=UPDATED, path=/, value="bumlux", revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:dc2c3e40-0486-472c-b412-bb9ecd7de87e}]] 16:46:58.475 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 16:46:58.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 16:46:58.482 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:58.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f1d440d1-8137-45b5-b404-cbf1b1c90266 16:46:58.495 [ditto-client--adaptable-bus-540f8272-20dc-4902-a863-b26b0775470b-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:9763de01-79ff-4ae4-aecb-790fbb8364b4, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:9763de01-79ff-4ae4-aecb-790fbb8364b4","acl":{"fooTestUser":{"READ":true,"WRITE":true,"ADMINISTRATE":false},"theClient":{"READ":true,"WRITE":true,"ADMINISTRATE":true}}}, revision=1, timestamp=null, extra={"attributes/extra":"extraValue"}, dittoHeaders=ImmutableDittoHeaders [{version=1, response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:9763de01-79ff-4ae4-aecb-790fbb8364b4}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:9763de01-79ff-4ae4-aecb-790fbb8364b4, acl=ImmutableAccessControlList [entries={fooTestUser=ImmutableAclEntry [authSubject=fooTestUser, permissions=[READ, WRITE]], theClient=ImmutableAclEntry [authSubject=theClient, permissions=[READ, WRITE, ADMINISTRATE]]}], policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:58.499 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 16:46:58.500 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 16:46:58.563 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:58.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=47a78b66-c306-4445-91f1-8647995ff901 16:46:58.573 [ditto-client--adaptable-bus-4cf4e724-7f2d-49cc-89be-86313bdd027c-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126","acl":{"fooTestUser":{"READ":true,"WRITE":true,"ADMINISTRATE":false},"theClient":{"READ":true,"WRITE":true,"ADMINISTRATE":true}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=1, response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, acl=ImmutableAccessControlList [entries={fooTestUser=ImmutableAclEntry [authSubject=fooTestUser, permissions=[READ, WRITE]], theClient=ImmutableAclEntry [authSubject=theClient, permissions=[READ, WRITE, ADMINISTRATE]]}], policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:58.574 [ditto-client--adaptable-bus-4cf4e724-7f2d-49cc-89be-86313bdd027c-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126","acl":{"fooTestUser":{"READ":true,"WRITE":true,"ADMINISTRATE":false},"theClient":{"READ":true,"WRITE":true,"ADMINISTRATE":true}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=1, response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, acl=ImmutableAccessControlList [entries={fooTestUser=ImmutableAclEntry [authSubject=fooTestUser, permissions=[READ, WRITE]], theClient=ImmutableAclEntry [authSubject=theClient, permissions=[READ, WRITE, ADMINISTRATE]]}], policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:58.574 [ditto-client--adaptable-bus-4cf4e724-7f2d-49cc-89be-86313bdd027c-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126","acl":{"fooTestUser":{"READ":true,"WRITE":true,"ADMINISTRATE":false},"theClient":{"READ":true,"WRITE":true,"ADMINISTRATE":true}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=1, response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, acl=ImmutableAccessControlList [entries={fooTestUser=ImmutableAclEntry [authSubject=fooTestUser, permissions=[READ, WRITE]], theClient=ImmutableAclEntry [authSubject=theClient, permissions=[READ, WRITE, ADMINISTRATE]]}], policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:58.575 [ditto-client--adaptable-bus-4cf4e724-7f2d-49cc-89be-86313bdd027c-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126","acl":{"fooTestUser":{"READ":true,"WRITE":true,"ADMINISTRATE":false},"theClient":{"READ":true,"WRITE":true,"ADMINISTRATE":true}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=1, response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, acl=ImmutableAccessControlList [entries={fooTestUser=ImmutableAclEntry [authSubject=fooTestUser, permissions=[READ, WRITE]], theClient=ImmutableAclEntry [authSubject=theClient, permissions=[READ, WRITE, ADMINISTRATE]]}], policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:58.575 [ditto-client--adaptable-bus-4cf4e724-7f2d-49cc-89be-86313bdd027c-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126","acl":{"fooTestUser":{"READ":true,"WRITE":true,"ADMINISTRATE":false},"theClient":{"READ":true,"WRITE":true,"ADMINISTRATE":true}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=1, response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, acl=ImmutableAccessControlList [entries={fooTestUser=ImmutableAclEntry [authSubject=fooTestUser, permissions=[READ, WRITE]], theClient=ImmutableAclEntry [authSubject=theClient, permissions=[READ, WRITE, ADMINISTRATE]]}], policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:58.576 [ditto-client--adaptable-bus-4cf4e724-7f2d-49cc-89be-86313bdd027c-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126","acl":{"fooTestUser":{"READ":true,"WRITE":true,"ADMINISTRATE":false},"theClient":{"READ":true,"WRITE":true,"ADMINISTRATE":true}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=1, response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, acl=ImmutableAccessControlList [entries={fooTestUser=ImmutableAclEntry [authSubject=fooTestUser, permissions=[READ, WRITE]], theClient=ImmutableAclEntry [authSubject=theClient, permissions=[READ, WRITE, ADMINISTRATE]]}], policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:58.576 [ditto-client--adaptable-bus-4cf4e724-7f2d-49cc-89be-86313bdd027c-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126","acl":{"fooTestUser":{"READ":true,"WRITE":true,"ADMINISTRATE":false},"theClient":{"READ":true,"WRITE":true,"ADMINISTRATE":true}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=1, response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:60943ce1-af8f-40c7-9596-960cd4d4a126, acl=ImmutableAccessControlList [entries={fooTestUser=ImmutableAclEntry [authSubject=fooTestUser, permissions=[READ, WRITE]], theClient=ImmutableAclEntry [authSubject=theClient, permissions=[READ, WRITE, ADMINISTRATE]]}], policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:58.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 16:46:58.581 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 16:46:58.586 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:58.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=63c4fcc6-8d76-4d4c-8eba-c53bd562950c 16:46:58.661 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:42782ceb-cf32-4334-a38e-01172ed4ff59, action=CREATED, path=/attributes, value={"attributes":{"foo":"bar","misc":1}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:42782ceb-cf32-4334-a38e-01172ed4ff59}]], thing=ImmutableThing [thingId=null, acl=null, policyId=null, definition=null, attributes={"foo":"bar","misc":1}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:58.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 16:46:58.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 16:46:58.672 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:58.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=09c916f5-7fdb-4dcc-87e3-0b903b46fdbd 16:46:58.681 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:f33d9a4c-d390-45d8-9bfd-10300cb6dedc, action=CREATED, path=/, value={"abc":"def","foo":false}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/vnd.eclipse.ditto+json, ditto-entity-id=org.eclipse.ditto.test:f33d9a4c-d390-45d8-9bfd-10300cb6dedc}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:f33d9a4c-d390-45d8-9bfd-10300cb6dedc, acl=null, policyId=null, definition=null, attributes={"abc":"def","foo":false}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 16:46:58.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 16:46:58.788 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThing() 16:46:58.794 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:58.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=939507b3-73c2-493a-bdb8-d8e86d416a3a 16:46:58.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7a25c54f-bdc7-4826-81cf-7557787a0cb4 16:46:58.796 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=68eeaf81-a5a2-4613-837b-79eb0a73bd3d 16:46:58.990 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"e0ee4e8f-297b-4d69-862f-a6caa9f2b9f2","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"status":201} 16:46:58.991 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"e0ee4e8f-297b-4d69-862f-a6caa9f2b9f2","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"revision":-1,"timestamp":"2021-02-08T16:46:58.987Z"} 16:46:58.998 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThing() 16:46:58.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendMessageAndGetErrorResponse() 16:46:59.063 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:59.165 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"ditto-channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","correlation-id":"944d3408-a5bd-4e38-aa2f-50b2894d85c4","content-type":"text/plain"},"path":"/inbox/messages/request","value":"payload"} 16:46:59.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendMessageAndGetErrorResponse() 16:46:59.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingCommandAcknowledgement() 16:46:59.187 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:59.188 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b4a38067-64d0-4870-8092-6d6e16cdeccb 16:46:59.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=adc660d7-22b1-440c-b11b-dc652cc06cb9 16:46:59.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=27c07910-4674-4d56-9e96-57322863b3e9 16:46:59.270 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/100","headers":{"correlation-id":"887b2897-9f1a-4240-af6e-d1d86a015a03","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":100} 16:46:59.271 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/301","headers":{"correlation-id":"887b2897-9f1a-4240-af6e-d1d86a015a03","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":301} 16:46:59.271 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/403","headers":{"correlation-id":"887b2897-9f1a-4240-af6e-d1d86a015a03","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":403} 16:46:59.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingCommandAcknowledgement() 16:46:59.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendFeatureMessage() 16:46:59.285 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:59.294 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"ditto-channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","ditto-message-feature-id":"someFeature","correlation-id":"faff301c-2438-4553-8e62-c8b88c28fdf4","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 16:46:59.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"ditto-channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","ditto-message-feature-id":"someFeature","correlation-id":"9f173e8d-4375-4239-b8dd-466a0bf44e62","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 16:46:59.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendFeatureMessage() 16:46:59.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 16:46:59.388 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:59.391 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=aa34624b-a6a5-4537-a6dd-e9603511bfdd 16:46:59.392 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f2796ec0-7f4c-4f9e-8b03-3fc8ab4beb12 16:46:59.393 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8a01490f-d0bc-413b-8887-e74fd52467a2 16:46:59.469 [ditto-client--adaptable-bus-3b2953b4-f10c-4984-998a-d1c58fb7cdd9-2] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"ditto-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":"f88fc0d4-5d6a-4110-bb22-28054b74db84","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 16:46:59.475 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 16:46:59.475 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessage() 16:46:59.482 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:59.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1d871327-2185-462a-8323-de05ce9c3a6f 16:46:59.487 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ee913b65-d28d-480c-a12f-88c01234a8dd 16:46:59.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0e81a4f4-f95f-484d-a6d1-c04f3c15fa9a 16:46:59.591 [ditto-client--adaptable-bus-d3ee9e40-76c3-4643-9a8c-65e106c54aa1-2] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"ditto-channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","status":"402","correlation-id":"a4620179-a217-4a49-9a6f-f8ce4515a71f","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 16:46:59.598 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessage() 16:46:59.598 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitThingEvent() 16:46:59.604 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:59.606 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"04f566f6-1af1-4377-8e06-0fdc8212ff90","version":2,"ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","revision":-1,"timestamp":"2021-02-08T16:46:59.605Z"} 16:46:59.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitThingEvent() 16:46:59.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 16:46:59.673 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:59.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"ditto-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":"145b6c89-23fb-423f-ab88-06efaf112b28"},"path":"/outbox/messages/request","value":"payload"} 16:46:59.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 16:46:59.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThingAsThing() 16:46:59.762 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:59.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5cf64ce5-3f4e-48b5-abd3-29122be149ea 16:46:59.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=735a5b3a-d246-46fd-9eb9-88b59f2bdade 16:46:59.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=64055c03-2e3a-4d0e-9119-2cd8d00738be 16:46:59.771 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"a30d56cf-6a27-44da-a4d8-638892d2ec13","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"status":201} 16:46:59.772 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"a30d56cf-6a27-44da-a4d8-638892d2ec13","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"revision":-1,"timestamp":"2021-02-08T16:46:59.770Z"} 16:46:59.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThingAsThing() 16:46:59.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 16:46:59.791 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:59.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"ditto-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":"f060028b-a0ab-4248-bbd5-add285ab5e66"},"path":"/outbox/messages/request","value":"payload"} 16:46:59.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 16:46:59.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessageAsThing() 16:46:59.880 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:59.883 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=19cc41b3-ee80-4cea-9737-ffc4e814c116 16:46:59.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fcb398e9-c47f-48ad-a6ad-d8b7750a6148 16:46:59.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=adae0fee-190c-400b-b031-e7ff01d23cf9 16:46:59.961 [ditto-client--adaptable-bus-b8e6ba71-28af-4b0f-b843-c183e1c39338-10] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"ditto-channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","status":"402","correlation-id":"05006a8c-5283-4164-afd5-1ea66e126d84","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 16:46:59.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessageAsThing() 16:46:59.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessage() 16:46:59.978 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:46:59.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e4437594-f960-4fdd-92f3-5ff0b6f63210 16:46:59.982 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e800f5e6-b22a-4b74-928d-119693b283ea 16:46:59.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2474b787-ad41-447c-a765-c8d9c1f7deff 16:47:00.065 [ditto-client--adaptable-bus-1931bfa3-a1d0-4a70-b94c-f73d3dbf94a5-3] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"ditto-channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","status":"418","correlation-id":"9fb166e4-4771-45b9-a88b-a8413bf6b785","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 16:47:00.072 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessage() 16:47:00.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeature() 16:47:00.082 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.084 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e0f5c69b-b979-4f34-8b49-dae670759300 16:47:00.084 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ad2427a3-8397-4066-b331-590896700a39 16:47:00.085 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3cf8f647-ac12-4417-a47b-c489b9a59dc7 16:47:00.172 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"7f23faf3-8946-4e07-801b-c97aefcacc5a","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","status":204} 16:47:00.172 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"7f23faf3-8946-4e07-801b-c97aefcacc5a","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","revision":-1,"timestamp":"2021-02-08T16:47:00.171Z"} 16:47:00.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeature() 16:47:00.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 16:47:00.188 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d70ef4e4-1ea3-42a8-a752-ef89ff74e3be 16:47:00.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=da49eec1-e2fc-422d-ad6b-50126e9a7076 16:47:00.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e3a9d362-90c1-4827-a69e-dec072ff4d28 16:47:00.195 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"8acf45b8-6355-44e5-a6d0-955c4c88ad54","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","status":204} 16:47:00.262 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"8acf45b8-6355-44e5-a6d0-955c4c88ad54","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","revision":-1,"timestamp":"2021-02-08T16:47:00.195Z"} 16:47:00.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 16:47:00.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendClaimMessage() 16:47:00.277 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"ditto-channel":"live","ditto-message-direction":"TO","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","correlation-id":"0b1fbbdb-2fb0-457a-ae63-5245b9affa68","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 16:47:00.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"ditto-channel":"live","ditto-message-direction":"TO","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","correlation-id":"cc009821-5048-486a-a90e-1c0be9b71ae8","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 16:47:00.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendClaimMessage() 16:47:00.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageAcknowledgement() 16:47:00.361 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=642ba733-d136-4e2b-a75d-6ce23ac39a4a 16:47:00.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7a533285-4fde-455a-a513-f3d4f5c26317 16:47:00.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=711e3611-bcde-4ed1-8c8b-42c29e33fd6d 16:47:00.374 [ditto-client--adaptable-bus-0c630a57-85df-4eea-809b-3bddb7580f38-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/100","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":100} 16:47:00.375 [ditto-client--adaptable-bus-0c630a57-85df-4eea-809b-3bddb7580f38-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/301","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":301} 16:47:00.375 [ditto-client--adaptable-bus-0c630a57-85df-4eea-809b-3bddb7580f38-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":403} 16:47:00.381 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageAcknowledgement() 16:47:00.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitEvent() 16:47:00.386 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"9393cc48-1e47-417c-ae7a-94d0550174b1","version":2,"ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","revision":-1,"timestamp":"2021-02-08T16:47:00.387Z"} 16:47:00.392 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitEvent() 16:47:00.393 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitFeatureEvent() 16:47:00.397 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.460 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"8855c8c3-79d5-4144-8e02-ebf87b36f8a3","version":2,"ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","revision":-1,"timestamp":"2021-02-08T16:47:00.399Z"} 16:47:00.466 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitFeatureEvent() 16:47:00.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingMessageAcknowledgement() 16:47:00.471 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.473 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a3113b5a-e003-4128-a0b0-28500f74c23f 16:47:00.473 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=84866595-a954-4141-8e59-ea80d1731470 16:47:00.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f262f368-05b1-49c9-9dda-c762017e01a9 16:47:00.481 [ditto-client--adaptable-bus-ce9d3a4f-a072-4184-b393-0362f1d4032c-2] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/100","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":100} 16:47:00.481 [ditto-client--adaptable-bus-ce9d3a4f-a072-4184-b393-0362f1d4032c-2] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/301","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":301} 16:47:00.482 [ditto-client--adaptable-bus-ce9d3a4f-a072-4184-b393-0362f1d4032c-2] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":403} 16:47:00.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingMessageAcknowledgement() 16:47:00.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessage() 16:47:00.493 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"ditto-channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","correlation-id":"d311ade1-b618-47d3-8c25-4c839da6bd83","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 16:47:00.500 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"ditto-channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","correlation-id":"1f8f0e96-76ac-4db2-a675-d5e79aae819c","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 16:47:00.563 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessage() 16:47:00.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessageAsThing() 16:47:00.568 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fbac476a-91e7-49f2-9d31-7b17950822bc 16:47:00.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bc430624-7b9f-42e3-b5bf-92fff076a52a 16:47:00.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=878a5a49-d016-4d32-8326-dfd042d4e171 16:47:00.578 [ditto-client--adaptable-bus-d75db6b9-779a-4cc2-8f06-494b2a1b3a75-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"ditto-channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","status":"418","correlation-id":"81355936-73b1-4011-8922-7345353883e6","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 16:47:00.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessageAsThing() 16:47:00.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessage() 16:47:00.590 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5a0a98d2-2baa-4064-92e7-9c2fa3056c2f 16:47:00.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0d1dc5e5-4011-4e9e-8252-70f7f402c335 16:47:00.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3000e2c0-6e31-4ab9-82bf-bf02ea0b8882 16:47:00.603 [ditto-client--adaptable-bus-010f2e7f-dfd8-4b80-8fcd-8236db6767d4-7] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"ditto-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":"0fa4c60c-66ec-45be-9c26-e9a4c6b5b799","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 16:47:00.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessage() 16:47:00.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 16:47:00.675 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 16:47:00.681 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 16:47:00.685 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=42067aa2-dc3c-48d7-b80f-6fe6ea32bb8e 16:47:00.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=459d9da5-910b-4f87-b945-ad240dbc4513 16:47:00.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=19a310f2-9af5-4cc0-bcb2-9cdaed07b4e2 16:47:00.765 [ditto-client--adaptable-bus-5c9d9de0-7e15-468d-9588-bdb7d4d67ae1-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,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":100} 16:47:00.766 [ditto-client--adaptable-bus-5c9d9de0-7e15-468d-9588-bdb7d4d67ae1-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,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":301} 16:47:00.766 [ditto-client--adaptable-bus-5c9d9de0-7e15-468d-9588-bdb7d4d67ae1-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,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":403} 16:47:00.774 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 16:47:00.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 16:47:00.779 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d47761c8-f287-45aa-bbe0-e67876342378 16:47:00.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8dfeaf1a-ec17-4338-a415-c3837e2d4508 16:47:00.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=98aab7c9-9ed0-4f96-a7af-10b195f21803 16:47:00.786 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"c895f0fc-55fa-45a1-b284-c10f15930457","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","status":204} 16:47:00.787 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"c895f0fc-55fa-45a1-b284-c10f15930457","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","revision":-1,"timestamp":"2021-02-08T16:47:00.786Z"} 16:47:00.793 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 16:47:00.794 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testStartConsumptionCombinations() 16:47:00.798 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:00.799 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 16:47:00.801 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8235ea2e-24ff-4791-a76d-9315e4df6d2e 16:47:00.802 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b02869bf-31e8-48af-ba55-b3ecb8e5fbf9 16:47:00.803 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=206499c5-74c7-4a75-bec5-1712f1ffb615 16:47:00.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 16:47:00.862 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8bd507a4-db79-427b-adf5-a3324890c215 16:47:00.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cc2b3892-3e33-4133-829a-85de9fbf4c07 16:47:00.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1e4aedb1-2d83-46fd-9fe8-dadbfafe9e57 16:47:00.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bd1b1885-16ec-47d0-b4a1-6b80e9fce780 16:47:00.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1e184b76-f2b8-4a3d-9c23-fb4a3e6a0495 16:47:00.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8ba05994-c7cf-4a6b-98fa-0f49d697eccc 16:47:00.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 16:47:00.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dbb8cd56-2644-4a5f-bd9f-8308c115bff7 16:47:00.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e6453026-2677-4bd6-81e8-40838591a25f 16:47:00.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ac18f239-66f6-48ae-99d2-f0aa4aef4255 16:47:00.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f2b912e4-d322-4044-9589-aeeaf339f51b 16:47:00.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2587be6e-5490-4f49-9fc6-78abd1142219 16:47:00.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9b81b23b-cc00-42cc-820a-17ced6c2d5b8 16:47:00.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5477bdba-b5ef-4885-a0b4-084f4bb86697 16:47:00.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=da482724-a869-4ce1-ab73-53f798fbf28a 16:47:00.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=403330ef-a659-48f2-8198-ebf61c4cfd34 16:47:00.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 16:47:00.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6d6e3fba-6cbc-4d63-af0f-791d33289a16 16:47:00.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2dbf8d78-5cb4-4561-a64e-edf396a00e65 16:47:00.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1c7422d1-2b38-4a65-a401-d2f4a488f2b8 16:47:00.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e9d5539b-e751-4b3a-9657-6e77219184ae 16:47:00.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c3e71b97-02a2-4874-9e89-8e6adde63099 16:47:00.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=daf2e544-1787-4cf2-b6c4-95e6132be16a 16:47:00.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=55733431-f6dc-44ae-9694-617f4ae299b2 16:47:00.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=778b3f68-8581-47e7-a0a3-b6670f05fdcb 16:47:00.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=31a6aa1e-c3a5-4834-98b7-bfb0c0ef289c 16:47:00.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=72df0e5e-7f4a-4ef0-b26c-c3ae6dd32cf3 16:47:00.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cdaaf50e-eb65-4bb2-a00d-4756bbbd8de8 16:47:00.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1c808765-0554-45a8-aae3-c321443abeb7 16:47:00.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 16:47:00.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1f81fcbd-0bf9-47cb-98fb-34901c2e2d49 16:47:00.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=70130904-0858-4d92-8a9d-a249f158ddcd 16:47:00.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7a709381-302e-4aed-98dd-6ebbd36ca4e3 16:47:00.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e61efb7a-3ef0-428d-8629-d79158bac202 16:47:00.876 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c71677b1-a204-4dcb-b75f-884652a9b77f 16:47:00.876 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=02bc941a-7e78-41a3-9c92-3af1032917c6 16:47:00.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=24f97a83-8bdf-4d30-bb91-504ae2d16ee5 16:47:00.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9b42f85f-1933-455e-8baf-46a6c8c94573 16:47:00.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f91fc7c8-af2d-4b0d-95b2-36eb84290e00 16:47:00.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1493ab44-dbf4-4c29-8f2a-5c9bde931067 16:47:00.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=020e759e-80a1-4932-9de9-8b291bcfa881 16:47:00.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1678cc9b-66b1-458b-9a54-19935a2214a3 16:47:00.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 16:47:00.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1ebae168-3ac6-4a9b-87b2-ebcba9a22e51 16:47:00.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1bf2dd90-fc0f-4f34-adc3-f83fc9410bec 16:47:00.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6ade753e-5bf9-4952-80b2-20caa627ad7e 16:47:00.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=32456402-13e3-4716-86bd-173c0eb24174 16:47:00.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0b73fe22-d6bf-4711-9ee2-0fd268cab946 16:47:00.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fd225e6c-d321-43a6-a4c3-aed4de3da152 16:47:00.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f7d39c4e-c60f-4e4d-b89b-2072894184a4 16:47:00.888 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fb4d8ab6-4be3-4d4c-801b-b88e80ea6ad5 16:47:00.888 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3fafcf47-6f20-4a4e-b751-539774d44f88 16:47:00.892 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 16:47:00.892 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f5872b24-5f7f-44b6-90da-1b1de0848939 16:47:00.892 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=57fab084-124c-4b5d-aef9-e3ad3c9c4062 16:47:00.892 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c9edad33-8482-4f44-81fb-268fb8dd57b5 16:47:00.893 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c566fb7e-5500-4690-bb19-a3ccc7c48d5d 16:47:00.893 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5c0c22ce-883c-4fe4-b95c-275d34c23190 16:47:00.893 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=499dab8b-2981-4b62-8e2f-c0312550af3e 16:47:00.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cefddcaf-f3f8-4d53-a66e-9a8bf28f913f 16:47:00.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=04caf5d8-6fd8-4757-b79a-f44d9076c076 16:47:00.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=80ecd215-ef29-4d1d-8a00-3dbf02ad7dfd 16:47:00.898 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d70499e4-c7d3-4d18-91e6-962bbebc2f95 16:47:00.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0fee3f77-737f-4798-8ca7-18273ee1f8b5 16:47:00.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fb4d59dc-5b23-4e21-9660-33ef32e9fee7 16:47:00.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 16:47:00.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=74cd6f01-fd12-44e6-8c74-344a78f7dbe8 16:47:00.900 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=22a13a5c-c68e-4276-aeaf-34b5b1b06db2 16:47:00.900 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f679b131-0f76-4ee5-b5cf-e8e23a62f3bd 16:47:00.900 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=79fbdb89-d514-4794-a3de-6c8390023d83 16:47:00.900 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4d03ede8-5da0-46a3-a850-3066981a3af8 16:47:00.901 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2aed4515-cb3a-4444-87a6-506d9e1f69da 16:47:00.901 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0808d158-6a54-44ee-a010-0036a0215076 16:47:00.901 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9ad6e983-dfc0-463e-90c0-e4b9ce5abfa8 16:47:00.901 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3c14a8ba-e7f2-44e1-b310-3969b5a0ddf1 16:47:00.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4f0f39df-418b-4656-a424-4a51fa4ecf31 16:47:00.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d2bf1a91-fd50-4c1a-b533-122993322cc2 16:47:00.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f6539af6-a43d-444a-997d-2fdb385052ba 16:47:00.987 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 16:47:00.987 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b2d3c1d9-a119-45eb-ab29-3e69018661da 16:47:00.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b5424938-baaf-4914-8e27-410ea3bdcfa0 16:47:00.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=522b1348-46cb-410b-bbf4-99e1674d9e5b 16:47:00.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6e499ed1-36f9-4ea4-bdda-32635c847ff8 16:47:00.989 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9ed0abe2-6d07-4d27-bab8-27946230208e 16:47:00.989 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2b517e0f-5b25-409a-80fa-b888bad5ec55 16:47:00.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 16:47:00.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d07a3248-329e-445f-898e-8b15bbe26337 16:47:00.993 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9e323e76-d886-4747-98e5-d5144c0302cc 16:47:00.993 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=da7f84af-c4f7-4985-a0a6-f219c14658a6 16:47:00.993 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=df316af0-be3d-4f06-9773-e69d017b5b9c 16:47:00.993 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9879d7c7-e50e-4341-998b-d15504bb7d4a 16:47:00.994 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7672369c-c6f4-4f54-ba48-9fb7115fa4c6 16:47:00.998 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a4e47731-aa64-4718-8cd4-f97e6c5e96c4 16:47:00.998 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ac1e4857-84a8-4125-8a72-a93e5d3c7f35 16:47:00.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=57750258-c11a-4f67-885b-7e5d7b4be03f 16:47:00.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 16:47:00.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1cf4eef2-f917-4faf-97cc-b652beb8a53a 16:47:00.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4eab0b8e-f9d5-4430-b08f-ab3f1425531a 16:47:01.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=03dbdf75-1c69-4f6d-89fa-b2d1efc7b699 16:47:01.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f34d9615-eaa0-4159-8639-bdcba18bce92 16:47:01.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=178b8022-3ce6-4abe-82ea-adb2d67431fb 16:47:01.001 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0fb1acc7-6aa8-4c1d-9203-96172850a5d5 16:47:01.004 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6227b797-4612-425f-8fd9-e9a5676aa323 16:47:01.005 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2d5c70ed-6af6-4d4f-9466-02adb2de18a2 16:47:01.005 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=510047df-1aa7-4519-ab43-c88892235cc8 16:47:01.006 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b76f9eb1-bf27-4142-9a79-e0cb8794c534 16:47:01.006 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9f606f34-d1da-4230-ab4d-704032da3f07 16:47:01.006 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bfcb3bd3-e4ea-4e91-a57c-798ecf129f3e 16:47:01.006 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 16:47:01.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=de084844-8a89-4c63-9499-0c017c842117 16:47:01.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c4315028-47ee-4038-96c7-512fb449e3d6 16:47:01.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=da694f02-a3b5-494d-abcf-2bb7ea8402a0 16:47:01.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=08de098f-bd03-4c21-9cf5-0c3df194490e 16:47:01.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9966063e-b6b8-473b-a3dd-975d3ca4fd96 16:47:01.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c2d47778-9da3-4d15-905b-6f9f04a69cb4 16:47:01.013 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a1936b74-79f8-475b-9e5f-3a208b1be032 16:47:01.013 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=747ce8d6-5678-4d3a-8937-e6d89c48fdfa 16:47:01.013 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ab75b1f4-6dfd-4327-92b5-795bf14c1708 16:47:01.014 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cc6b4807-023f-4395-b85c-b7d4903071d1 16:47:01.014 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8cb41a21-29be-48b6-8bb0-c7708de2362a 16:47:01.014 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2460c783-414a-4c81-8b8d-69059b4ef893 16:47:01.067 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 16:47:01.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=51034b57-ab98-45cc-a2d7-2643f8a120f2 16:47:01.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2668ca8a-c100-476f-bf1d-964852b39fc2 16:47:01.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ec6531d7-acab-4b7f-a2ee-3919f798058e 16:47:01.069 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a67bc1d9-9601-4be6-9138-1dcbaefb436f 16:47:01.069 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b6b54342-3b23-4e37-835a-d4bbd487df86 16:47:01.069 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b222d5c2-4ae5-4d2f-ad8b-870dea8cef18 16:47:01.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4f3390a9-58fc-4c67-a951-7d7d82d70b3e 16:47:01.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f92cc2f5-6244-4e08-a0a8-e58b5784124f 16:47:01.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=57336706-cb73-4c0d-b9f3-ec123818d4c6 16:47:01.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 16:47:01.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9f2aea73-64ac-4e5a-b0d2-4893c2f7f51a 16:47:01.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=91d83225-da32-432d-883d-96d4fb161177 16:47:01.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1360aebe-b3bd-4d37-a6d0-ba50af06445d 16:47:01.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=277fa172-91e3-47b3-b563-568e9ebfc24e 16:47:01.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fc13c46d-46b2-43e1-a3a4-3cbb53af2f8d 16:47:01.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c6ed3525-9bf9-4db6-9189-6da00f3cefce 16:47:01.083 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ae329cf1-7ccf-4741-8e48-5aee645f77aa 16:47:01.083 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1d45218c-0759-4f8e-be06-538736cb4ccf 16:47:01.083 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b16784c4-19de-4e72-964f-f40b227a446c 16:47:01.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=aa5b683f-d8a0-48b3-88bb-7f036cea11a4 16:47:01.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c4d98e32-1506-419a-be37-a4b60044e211 16:47:01.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f2040f2e-2bfc-45e4-b1e9-81766e05434b 16:47:01.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 16:47:01.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=482b140e-b133-4ca5-8270-d5b3753f971b 16:47:01.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7c8ead1c-e6e5-43fe-9bb2-bfd8ec17664e 16:47:01.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c0fa0158-1ffa-4992-a395-9ce9d6bf69b4 16:47:01.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dc4ecc1b-effa-4c25-b221-844b93ab6530 16:47:01.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=db2c0eb4-5687-4518-b2d2-713ee7ef7314 16:47:01.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d20006bc-198c-442f-8cbf-4c23d02c1ad0 16:47:01.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=702355fc-160b-4a11-9d56-57d7118bc759 16:47:01.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=24e9a543-70e0-4482-9c76-a2a18dc851ef 16:47:01.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=488e8fed-0cad-436b-a019-8d536b0a3f47 16:47:01.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ecda0f69-09d5-4d9e-b703-3f66c83253ad 16:47:01.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fa7930b7-327e-461b-b70f-8ca838531620 16:47:01.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=41dad56b-38dd-447f-a325-2901a966fbf6 16:47:01.104 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 16:47:01.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=44fbd368-063d-4b2d-8ca3-73585446e69c 16:47:01.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=24bcf1c5-22f6-4c14-9785-c855028dfff5 16:47:01.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=99ac613f-a47f-4145-ad6e-99f0ff3a70f7 16:47:01.109 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 16:47:01.109 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ddcc41ea-ca2b-4031-a017-4eb4951bef77 16:47:01.110 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b76d8afc-f6e7-4b96-b55e-093352e06d50 16:47:01.110 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c5afa58f-dbf8-422c-b290-91868f91f9a0 16:47:01.162 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=88e2cc47-8574-402d-9743-195b49001f17 16:47:01.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8ee2fc04-a7c0-45ff-9298-34306a22202e 16:47:01.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=97492004-14bb-473a-a30c-b967b981d29f 16:47:01.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 16:47:01.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fb59ee3a-eeb9-4ceb-b699-21316f168389 16:47:01.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bf5a2cf3-17aa-4ec3-a51b-7fd45a40c233 16:47:01.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=99352585-c366-4f87-8d0d-fc481a8258f0 16:47:01.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=71e4e503-e58f-4cf9-beb8-3e7b70f418e5 16:47:01.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=08e8bb11-17c0-4504-a777-c28750a2a065 16:47:01.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7edc4eb3-7c07-4a44-be7d-6544c8b066a5 16:47:01.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ac3f4e8b-7129-498d-8ed1-9aacdf82e970 16:47:01.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=694ab459-2baf-4f82-b221-c60012c99914 16:47:01.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=328aa1ab-3486-4826-824c-49f9c5f9327a 16:47:01.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 16:47:01.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=391d3ddd-4896-4d0d-b779-b8671eb81f92 16:47:01.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=417901ff-1f76-4376-ae2f-945ecd6df1cb 16:47:01.172 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=cb3a8d23-1a8b-4f9a-abcc-00805e2e697c 16:47:01.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b7ec55c9-6ad4-414b-8fe5-7e3b6371a57a 16:47:01.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=abcccd1b-c948-450e-b713-001f4bb66508 16:47:01.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=aceedc5b-8a5c-4360-be3f-733d355c6b09 16:47:01.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dec0dcc2-adfc-42dd-9ae3-e06130ec86af 16:47:01.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5592b13f-d633-4f9e-9640-7239bd7977d1 16:47:01.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ff0ce5df-cb8f-44e2-a271-fd7441f52e05 16:47:01.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=811c6293-dea2-4efe-9721-8d43a225afa4 16:47:01.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=70c83569-d9c4-4575-aeb2-e1a6bafb8709 16:47:01.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=76d9a7e1-d173-4b4f-b9dc-2113883bd7e3 16:47:01.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 16:47:01.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=99ffca03-df30-48c3-a12a-b45136252f67 16:47:01.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=54d85555-c0f8-42e4-816e-4e802a8b6d5e 16:47:01.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c8724fcb-e5bb-4093-9b8e-a1ec35488167 16:47:01.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=28e5cb45-7e60-4874-811b-cf97045ad520 16:47:01.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=aa159700-443f-4d73-8cc0-65e8ef53b302 16:47:01.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6df6e947-86ed-44c1-bd03-0ee07d3d503c 16:47:01.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5414b780-99db-4900-b5b5-09cd7f1ee917 16:47:01.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0a548a4a-b15d-463b-a465-7d29239d1f1f 16:47:01.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ec46cac6-ef8b-4b51-a2ae-f4a62a5d61a3 16:47:01.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1f49671a-7b10-44a4-ae50-c71867bf5f4b 16:47:01.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8e7cae89-4dd6-40b9-9634-1778a9d1cccc 16:47:01.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b983f9fa-7826-4611-98ca-4678b4853cb2 16:47:01.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 16:47:01.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=046acc06-108b-404e-aaad-16f4c84431a9 16:47:01.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7e22137d-85b2-4bf8-a354-03e538139380 16:47:01.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4ecfca45-54a0-431e-9d6f-9f2c84ae3e23 16:47:01.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d002dca4-c9ac-4b62-a847-7b1b8e7699b9 16:47:01.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=774e39c7-dc35-46c7-b94f-20e909e2659b 16:47:01.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=270e0577-d571-4b6b-9ee4-495845a38bd2 16:47:01.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7e300dd2-1053-4ba1-981c-a254f1f5705a 16:47:01.194 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=98b93a46-cea5-4d82-8ee6-da3a0dce7905 16:47:01.194 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5ac4d48d-cc0a-4e92-87e6-9175c36de8e9 16:47:01.198 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 16:47:01.198 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8091f221-d0df-4b50-a91b-3299afab60a5 16:47:01.198 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f833bf94-ce53-45ae-bd60-a50d63673e9e 16:47:01.199 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8056ded6-4ec0-421d-a500-aeb496b5ff82 16:47:01.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b46b0868-b040-4b21-a3f8-c520749cb269 16:47:01.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bb1c8c25-ddfc-4a27-a830-2ebd81b754f3 16:47:01.203 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ab1f0beb-27b1-46c2-9198-701cf53d8ea7 16:47:01.203 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=afcae9d9-6efb-46c3-8d69-8b17a0248b20 16:47:01.203 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b4cce602-c5ee-46b4-a10c-900462557d22 16:47:01.204 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=49e7ce7f-67a8-485c-9435-84657bcfd7ab 16:47:01.261 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b3355e6b-abd1-41b3-bccc-1dbf35cddb0b 16:47:01.261 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e007ae70-b9ef-4a6f-85f3-be28d1e911a0 16:47:01.261 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dd270c18-bf7e-441c-ad11-74f7c9dece84 16:47:01.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 16:47:01.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=161948b7-6707-4712-b5ab-4572a16d3cd3 16:47:01.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3aa92894-4e56-4e19-be66-25227bce47bc 16:47:01.262 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7f539bdb-1643-4868-945f-dc06a8296ca5 16:47:01.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=aa47ac39-2327-4f36-a122-323a4f632750 16:47:01.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2b0e05b8-e23b-4dee-9e5f-3476c15ac676 16:47:01.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f52b135c-d5e0-40c3-8d00-639e87b6c5b8 16:47:01.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=940f8006-e941-432c-9bcf-8c995c72c1cf 16:47:01.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c1bf57af-91cf-49a8-9245-01c7c1eebf53 16:47:01.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ba6f64eb-4d59-4c8a-ab9c-b13618fa0adb 16:47:01.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d1c4ef34-c24c-4773-8b44-7950b7af77b9 16:47:01.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2545c852-933d-430d-b7ce-e5ac98efcf3b 16:47:01.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=cbe6c025-e0c5-4ba4-a608-58870e8e74de 16:47:01.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 16:47:01.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a361ba73-b139-45c3-b2f0-8f6c9ee71abd 16:47:01.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5e0cc30a-c269-4b17-b5bd-d24d70b28545 16:47:01.281 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5aba8ff7-88ab-4afc-8ac9-2061c374e872 16:47:01.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=81259ae0-923d-4dcc-85a4-a3f8a16fa3aa 16:47:01.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9bce9e2a-7ae2-4670-a2cb-42cdf03ad0a9 16:47:01.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c31de89f-7398-4872-bc4e-d57410590bfa 16:47:01.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 16:47:01.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9a6e3f5e-8af7-480c-b3de-d32a2e457762 16:47:01.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=42dc3c89-1c74-4815-8dc0-dee12f45aa20 16:47:01.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=78807313-59d5-42e2-a33e-9900feb52c42 16:47:01.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6d66b6ff-a9d1-47fe-8e9a-fcd5df6d5816 16:47:01.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3d94adee-1d4c-4bba-93c5-ac4ab2a8f048 16:47:01.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=58001edf-a21f-4258-ade2-a08c6de565eb 16:47:01.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bbf42a4a-1e4e-482a-a35b-441c746131a2 16:47:01.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c53f6554-4c63-4c31-9ef1-776cda48a324 16:47:01.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b195989b-5d3c-4231-a424-20a9d7ef85da 16:47:01.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 16:47:01.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6fcb156e-4a58-422c-ac2c-58c1fbe9510e 16:47:01.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f4d61bf5-9d21-43e9-83d3-138d81bbd129 16:47:01.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bf704cc9-1d3d-4fd5-85e0-9dd7aec07cfd 16:47:01.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8a484ecd-ed1d-4186-9ed1-478ed63aab27 16:47:01.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fb14e1f8-820c-4a1a-8a60-b47397e5e0fb 16:47:01.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=891f7301-cd53-4900-aa54-8bad17a908a0 16:47:01.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f4bc8abe-1e46-4aa5-b79d-dd7026b8361a 16:47:01.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=96c3e8c3-d93a-4626-beb2-406d55c9a2a6 16:47:01.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=96049efa-b674-4a5b-ae9a-3a9eec4beb4a 16:47:01.300 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d8cf0a54-f9d3-444b-a10b-33c553629508 16:47:01.300 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9cc0ae60-1405-4110-bed8-676248accde1 16:47:01.300 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d70091ce-bd1c-4144-9e55-ad6d2d021caf 16:47:01.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 16:47:01.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=53fc7454-60e5-4d00-bd6a-5ea4468201cf 16:47:01.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c67eda40-e068-484e-aeb6-fdb61800c4b3 16:47:01.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1038a6cf-1b09-4cac-8654-5d7a3172f076 16:47:01.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a8ec49c7-cac5-4e73-b340-60313abf6ee8 16:47:01.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6b40334a-0617-4a67-acdf-a0f83b9f67ba 16:47:01.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9e9b78ab-d48f-4119-9026-299475cc2eea 16:47:01.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=11fe4fe2-a26c-4309-bbc8-829e66a31d4f 16:47:01.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6f49eb37-8afd-4166-be5a-e33c9370da75 16:47:01.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4c0ea6d6-e342-4b84-920b-6385e34f04dc 16:47:01.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8c311796-45ac-4ec6-bc32-905f73b23f18 16:47:01.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ddf1d1f5-1b51-45b2-b517-2c7955a4e5bd 16:47:01.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=296f7bfe-7205-42e0-bc1c-d85d7040d556 16:47:01.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 16:47:01.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=575a83d4-acb8-426b-9963-aaede30c684b 16:47:01.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=55a1be3d-4494-443b-896e-cdf06a8943da 16:47:01.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=df2b1284-5d09-4463-a86a-41e54c52f217 16:47:01.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=10f79d23-1755-465d-9875-0c54498d89ae 16:47:01.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=91219e57-b0e5-419a-b0d9-88f44d571df7 16:47:01.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c4336953-9c9e-4004-8fdb-684fcc928c49 16:47:01.374 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=374919f9-79e1-446b-a01f-94f410391ff7 16:47:01.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5d618802-31cc-4c1d-8f39-32cb1e16b8c8 16:47:01.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=172ab8d9-aa4f-4421-b590-4b18d72bd51e 16:47:01.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 16:47:01.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4c7d8426-a88f-47fc-832a-d6949346d5fc 16:47:01.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=38277bdb-4a7f-49ab-9eaf-24aaa9f6da9f 16:47:01.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1e6461d3-1d40-4c16-89fb-7373d78e028d 16:47:01.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7a541f28-a878-4938-8f4e-d65c0b7ba1d9 16:47:01.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ccb99cc9-789b-4899-8d94-68b935b810b9 16:47:01.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=44b5d1b3-ede8-4ff1-b8ba-4f560aeede9e 16:47:01.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ab171f90-a15b-40df-a101-71e6a4e2d193 16:47:01.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3b153bde-2e24-4483-bdd9-41dd362bcb0f 16:47:01.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5859c474-1234-4f56-974e-634b0a381986 16:47:01.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=807be649-dc4a-4b49-898d-3bd18fc11ff5 16:47:01.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c4bc6938-bd13-41fa-b700-398f66ef7a30 16:47:01.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5da7c7d9-b2c2-47f7-99b6-d66d6829779d 16:47:01.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 16:47:01.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=26f09654-5671-4c8b-bb4f-ad8c1d87397c 16:47:01.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=44ae0d43-291e-464f-9415-937027291cfa 16:47:01.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9cbb5570-e257-4c1e-b8b6-bb08a9d87897 16:47:01.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2d722aa9-a931-4c20-b9a3-b9c0f41406cd 16:47:01.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=72527a5f-a5b7-432e-9bb0-4fd90de77ec3 16:47:01.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0d3c4774-58c2-4735-8919-8272d0601a32 16:47:01.390 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=80735b01-09c0-4a4f-b4dc-6aa713aee7c9 16:47:01.390 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8dc631cc-ffe5-4bae-b478-a280e1cba733 16:47:01.390 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2d1e03ad-b5eb-43f2-b864-141c1fdc3585 16:47:01.392 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b1c86f01-c5c0-44ea-9b56-b7517f2e832f 16:47:01.392 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=56d7e29e-f0c4-468f-b3be-08f1434dcdf5 16:47:01.392 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=96548f70-370b-4636-a5b6-e75c6e222be1 16:47:01.469 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testStartConsumptionCombinations() 16:47:01.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#concurrentStartConsumptionFails() 16:47:01.475 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:01.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=08c0b36d-a8f8-4bb7-b82d-6815573236d8 16:47:01.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4523d522-c5fa-4b5d-93f2-4dd83ba42056 16:47:01.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0693dfa2-faa8-4830-bab7-1d02765e343a 16:47:01.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#concurrentStartConsumptionFails() 16:47:01.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 16:47:01.496 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:01.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/vnd.eclipse.ditto+json","correlation-id":"2ce51394-8c05-4436-9574-288b1469af15"},"path":"/","value":{}} 16:47:01.568 [pool-710-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"9eb11c73-5edf-4709-8268-6404bb530ce5","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-0","demand":2}} 16:47:02.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 16:47:02.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 16:47:02.597 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:02.601 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/vnd.eclipse.ditto+json","correlation-id":"e3da4210-66cb-4f63-bd19-4a09681130f3"},"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"} 16:47:02.605 [pool-713-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"13a72c05-289b-4242-95d8-190e94dc38e1","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-1","demand":2}} 16:47:03.612 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 16:47:03.613 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 16:47:03.618 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:03.620 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/vnd.eclipse.ditto+json","correlation-id":"22e88677-76fc-41dc-9374-d739f295a5eb"},"path":"/","value":{}} 16:47:03.623 [pool-716-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"ff0e46c0-348d-43cb-92ee-37e3bc0e3684","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2","demand":2}} 16:47:03.663 [pool-716-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/cancel","headers":{"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2"}} 16:47:04.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 16:47:04.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 16:47:04.681 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:04.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/vnd.eclipse.ditto+json","correlation-id":"b1138bdc-f6f9-4c64-a90e-b81972ae6746"},"path":"/","value":{}} 16:47:04.687 [pool-719-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"9bcb001e-990d-4641-9270-327050b7f871","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-3","demand":2}} 16:47:05.705 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 16:47:05.706 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=STREAM]() 16:47:05.717 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:05.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/vnd.eclipse.ditto+json","correlation-id":"5eefbce8-6aca-49db-b98c-97cfd6fb831c"},"path":"/","value":{}} 16:47:05.765 [pool-722-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"47c8aeb1-0bce-4dcf-93bd-831c5bd467b4","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-4","demand":2}} 16:47:06.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=STREAM]() 16:47:06.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 16:47:06.781 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:06.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/vnd.eclipse.ditto+json","correlation-id":"f1cbd09a-5084-45ee-81d9-b6bfe49012ba"},"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"} 16:47:06.785 [pool-725-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"8d05fdb2-7d2c-466d-a13b-528e0c052325","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-5","demand":55}} 16:47:07.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 16:47:07.793 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 16:47:07.798 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:07.804 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/vnd.eclipse.ditto+json","correlation-id":"0e5700a4-4bc6-4d82-b9f2-451f599fe156"},"path":"/","value":{}} 16:47:07.806 [pool-728-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"eb8836ac-354c-4619-b0b6-117d59df104b","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6","demand":2}} 16:47:07.808 [pool-728-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/cancel","headers":{"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6"}} 16:47:08.815 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 16:47:08.815 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 16:47:08.820 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:08.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/vnd.eclipse.ditto+json","correlation-id":"970c842e-efcf-46c2-8d64-76b2dd79701f"},"path":"/","value":{}} 16:47:08.868 [pool-731-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"e7ba5e3d-ddeb-423f-b041-bb43bec3ff89","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-7","demand":2}} 16:47:09.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 16:47:09.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchPublisherTest#cancellation() 16:47:09.882 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:09.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/vnd.eclipse.ditto+json","correlation-id":"2ae03f65-90bd-47a7-8842-18faa208c044"},"path":"/","value":{}} 16:47:09.891 [pool-734-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"5ab535cf-f048-4ca7-8e40-73ad190cce63","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription","demand":99}} 16:47:09.892 [pool-734-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/cancel","headers":{"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription"}} 16:47:10.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchPublisherTest#cancellation() 16:47:10.918 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 16:47:10.969 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:10.976 [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":"da14f83a-ae8a-418d-84fa-0b931485b93a","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties"} 16:47:10.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 16:47:10.987 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 16:47:10.991 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.063 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"80ffb7c1-5294-4b06-bf3a-9877beb243c4","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 16:47:11.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 16:47:11.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 16:47:11.080 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"2923e760-5aed-4b58-aae1-7947d84b50db","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 16:47:11.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 16:47:11.102 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 16:47:11.106 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.110 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"a6db7d0c-cf30-4734-869b-c24136a2afd7","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 16:47:11.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 16:47:11.168 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 16:47:11.172 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"4cb7eb7f-f33c-40d2-b267-f0f885e44c2c","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties/density","value":42} 16:47:11.192 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 16:47:11.217 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 16:47:11.262 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"239fb950-3745-48f1-a21b-d77f7a29d25e","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties","value":{"density":42}} 16:47:11.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 16:47:11.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 16:47:11.282 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"c75ed83e-ab76-49ce-b402-aa1494dd0352","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties/density"} 16:47:11.298 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 16:47:11.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 16:47:11.303 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.309 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"546a49ea-0531-4c42-9739-11061d6fe153","version":2,"response-required":true,"if-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","value":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}} 16:47:11.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 16:47:11.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 16:47:11.376 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.378 [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":"ebd515af-9150-4454-9f53-7f9934853e13","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 16:47:11.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 16:47:11.386 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 16:47:11.390 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.391 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"38c8af5b-9716-422d-8c98-5fa38cfd7344","version":2,"response-required":true,"if-none-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","value":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}} 16:47:11.397 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 16:47:11.397 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 16:47:11.401 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.463 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"bab5c3e3-152f-420d-b5d0-a6a7c271cfb3","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 16:47:11.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 16:47:11.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 16:47:11.475 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"76ae3d3c-5be5-4c85-880d-07e380499fdd","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 16:47:11.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 16:47:11.485 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 16:47:11.489 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"f2a8fcde-d769-4979-a28d-cd451c679093","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 16:47:11.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 16:47:11.497 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 16:47:11.501 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"07265512-bcb6-44dc-b91a-629d78b7cf5e","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 16:47:11.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 16:47:11.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 16:47:11.581 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"1951c5ed-e8b5-4bc3-902d-6079f103aa71","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features"} 16:47:11.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 16:47:11.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 16:47:11.600 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.601 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"06631bf6-ed4b-45ce-9fe0-fade36e2053d","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 16:47:11.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 16:47:11.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 16:47:11.668 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"136f1e31-0517-4414-827c-7526163a7018","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features","value":{"__schemaVersion":2,"someFeature":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}}} 16:47:11.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 16:47:11.685 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 16:47:11.692 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"a02b2162-c13f-475d-8175-7fa810bbe214","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/definition"} 16:47:11.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 16:47:11.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 16:47:11.770 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"226c6ef1-32e9-4065-b6a1-caae33afad9f","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties"} 16:47:11.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 16:47:11.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 16:47:11.787 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.788 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"c4925787-5dd4-40c8-b713-ef8255205f6d","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 16:47:11.794 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 16:47:11.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 16:47:11.799 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.800 [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":"a6652bb2-8dda-4b65-80e6-cd0f4ddee292","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties"} 16:47:11.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 16:47:11.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 16:47:11.872 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"d72ec41d-d5fd-422d-b279-9ca62aba61c8","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 16:47:11.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 16:47:11.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 16:47:11.884 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"f59fe993-9e78-45e9-ac60-23470503db7a","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 16:47:11.960 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 16:47:11.961 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 16:47:11.966 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:11.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"11addc10-26b1-4a4e-8a2e-5f79b020559f","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 16:47:11.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 16:47:11.974 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 16:47:12.002 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.004 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"be1bb009-2d6a-4031-b097-3639c756ad28","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties/density","value":42} 16:47:12.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 16:47:12.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 16:47:12.062 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.063 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"8c0cc705-5844-476d-b33f-78404ac854d2","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties","value":{"density":42}} 16:47:12.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 16:47:12.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 16:47:12.074 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"026d178e-377d-451e-99a1-073113d9955d","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties/density"} 16:47:12.082 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 16:47:12.082 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 16:47:12.086 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"523cfbc8-b853-4840-a66e-6abef81bdb18","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","value":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}} 16:47:12.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 16:47:12.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 16:47:12.097 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.098 [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":"a4e23e30-6f4c-4932-b8aa-f4f8ea993037","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 16:47:12.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 16:47:12.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 16:47:12.168 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"f44b91d7-a08c-478f-abf6-c7df24602255","version":2,"if-none-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","value":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}} 16:47:12.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 16:47:12.175 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 16:47:12.179 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"ebcfd1e2-0df9-4b64-af7c-9e1eb723a3fe","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 16:47:12.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 16:47:12.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 16:47:12.190 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"6a5b481d-9685-4230-b761-f0600599afb5","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 16:47:12.197 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 16:47:12.198 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 16:47:12.202 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.261 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"c4149ee4-e7d9-4fa0-971c-c074f3a652d0","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 16:47:12.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 16:47:12.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 16:47:12.273 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d8b41be8-d50f-411a-8b5d-42e8c2695df1","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 16:47:12.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 16:47:12.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 16:47:12.284 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"46f0ce47-fb44-4699-af14-2682ae5e420f","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features"} 16:47:12.290 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 16:47:12.290 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 16:47:12.295 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"9ba08118-9640-4983-91e0-a616b8031a3e","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 16:47:12.301 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 16:47:12.302 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=live]() 16:47:12.307 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.308 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"ec9943b9-4841-4c80-b1e0-57305c37ef1d","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features","value":{"__schemaVersion":2,"someFeature":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}}} 16:47:12.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=live]() 16:47:12.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 16:47:12.379 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.381 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"fe786f38-93ea-47e9-82ca-7271abf373e7","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/definition"} 16:47:12.386 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 16:47:12.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 16:47:12.391 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.392 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"d952bb2d-6e05-42ab-8f24-bec97c7d286f","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties"} 16:47:12.397 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 16:47:12.398 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 16:47:12.464 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.466 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"90e97e3a-989b-4b3b-8d3a-ae4a64b34143","version":2,"if-none-match":"*","ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 16:47:12.472 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 16:47:12.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testFeatureEventAcknowledgement() 16:47:12.479 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2cc5190d-6ceb-4581-8af2-e6f15cb69869 16:47:12.494 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/409","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":409} 16:47:12.495 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/201","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":201} 16:47:12.496 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":403} 16:47:12.500 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testFeatureEventAcknowledgement() 16:47:12.500 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testThingEventAcknowledgement() 16:47:12.564 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=73bebe14-70ae-4c8c-b3a0-c890bda90fe6 16:47:12.578 [ditto-client--adaptable-bus-99ec39f6-cfc8-4fb0-b9ab-6221c24f9444-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/100","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":100} 16:47:12.579 [ditto-client--adaptable-bus-99ec39f6-cfc8-4fb0-b9ab-6221c24f9444-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/301","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":301} 16:47:12.579 [ditto-client--adaptable-bus-99ec39f6-cfc8-4fb0-b9ab-6221c24f9444-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":403} 16:47:12.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testThingEventAcknowledgement() 16:47:12.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testAttributeEventAcknowledgement() 16:47:12.602 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.604 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=615f41ca-de3d-4edd-8a1b-22a8ed824e8b 16:47:12.672 [ditto-client--adaptable-bus-cd219252-6a76-478e-827a-b478faee8416-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/200","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":200} 16:47:12.672 [ditto-client--adaptable-bus-cd219252-6a76-478e-827a-b478faee8416-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":403} 16:47:12.673 [ditto-client--adaptable-bus-cd219252-6a76-478e-827a-b478faee8416-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/500","headers":{"response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":500} 16:47:12.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testAttributeEventAcknowledgement() 16:47:12.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testStartConsumptionCombinations() 16:47:12.684 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.685 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 16:47:12.685 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3f77450a-cdf2-4c4e-95ee-1182835ff1c1 16:47:12.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 16:47:12.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=87440c36-7ae2-4ed4-ab2e-dcb47fa6302f 16:47:12.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6fa7de40-b20f-4547-9fb6-49be1314d0e0 16:47:12.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 16:47:12.689 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=80ce321f-4a5f-4b90-a3af-bfc8b9e44850 16:47:12.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c4776b99-481a-4bb9-8045-7615a6ede4c6 16:47:12.717 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e175f365-c0b7-40ad-ad4d-385b19c0cf73 16:47:12.718 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 16:47:12.718 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0769b319-97d6-4f80-9b59-a96a94c8dbbb 16:47:12.719 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ce16ec61-ff8e-4219-8056-9ffef7494230 16:47:12.719 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eb4ad4d8-8d08-4c63-9baf-06555bb6f637 16:47:12.720 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=18d552f8-3452-4335-ac2e-649e0c817d76 16:47:12.720 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 16:47:12.720 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=84ed4494-aa0f-4a0f-8c18-d64867a6e61d 16:47:12.721 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7b5fbe30-32c9-46c5-a6cd-366595c4a8f5 16:47:12.721 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6e1cb5d2-7bb9-4798-9a46-15e498961a41 16:47:12.722 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8dcb8433-6847-4237-b113-b4ed1f12091d 16:47:12.724 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 16:47:12.724 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b02e2da8-1e06-4ce0-9cd9-f65e31e9004a 16:47:12.724 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6e68c557-b315-4dd5-adac-fbebf281df77 16:47:12.725 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=abd7f95b-0625-47a2-bbb4-597365cfc0ae 16:47:12.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 16:47:12.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d496af1c-6622-4267-8ecf-57c5c9c7fa9c 16:47:12.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=281dcfbe-a4aa-4714-9e49-4c57bebeb213 16:47:12.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a398e427-a996-4c41-a070-9dd59c8b7d0d 16:47:12.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=26f7bc2b-9b8e-4c83-8a5e-6c6318f8c7b7 16:47:12.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 16:47:12.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=918d9511-89c8-4f90-bed2-cf07e73cc9f5 16:47:12.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bf877099-b8d4-4f36-a684-52f768983aa2 16:47:12.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=63fbbb3c-b3e7-42c5-a094-fe210df1aadb 16:47:12.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=17549a68-5f68-4bbf-b9fc-4144060897cc 16:47:12.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 16:47:12.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c9562785-45fd-459e-a512-a5b85a1ca60f 16:47:12.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=58b9c833-ee9b-4b8a-9fbe-190f8eac5038 16:47:12.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 16:47:12.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5b9f1f00-84ba-4590-b522-02b1fa3ac605 16:47:12.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bfd31bda-9a4f-4d48-81c2-279eb4ba05a9 16:47:12.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d7046419-9743-45ee-b0d1-7256f85f4af5 16:47:12.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 16:47:12.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1f47c075-970c-4c32-a165-57e7003524cc 16:47:12.773 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e320332f-1657-44c1-af40-eaa570d0bfb1 16:47:12.774 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ec264ce3-5ead-4cc1-aebb-0990cb6986a5 16:47:12.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f02a1c6c-10d9-4152-93cc-3e141e21654f 16:47:12.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 16:47:12.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5df460f4-2656-423e-9521-9b2be0aed716 16:47:12.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c2d475cd-2419-4559-bbbd-f35fd74ead3b 16:47:12.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=82cc7685-c4b8-4f9b-86f8-3650bcf47e40 16:47:12.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7305426b-349f-4128-9f59-c4adb6f9ff53 16:47:12.778 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 16:47:12.778 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cd02379c-78d3-460d-8a87-f14ec2e1b113 16:47:12.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=24e4d087-09af-4da6-a33c-a21fdf31005f 16:47:12.780 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9d8bde56-78ab-45a3-b720-686788c45e21 16:47:12.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 16:47:12.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c12810fb-0e41-4338-8493-19877a8b9699 16:47:12.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b40a4773-587d-4b70-839d-bd45c85de8ac 16:47:12.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=63cee713-2518-47b5-831c-15d1b40b0cfd 16:47:12.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a08d73d0-fe8f-4e79-bbe3-4e1323a87271 16:47:12.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 16:47:12.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f88abe0b-f6d6-47a1-aa08-8b3171642265 16:47:12.786 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8f9db6a3-04d8-44b6-a6d8-f96ad12494c0 16:47:12.787 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1c036a82-e8cd-4482-9782-12fa1d8e61a9 16:47:12.788 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c50a4f69-4527-41ec-a0b3-c0cb07f1b326 16:47:12.789 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 16:47:12.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2fa473a1-2462-4ad8-bd12-87fb25e054a0 16:47:12.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 16:47:12.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a2d3ba58-3398-4a2c-bb2c-36356f1c7a90 16:47:12.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3821d4af-771d-4da8-bcb0-e1e33346e120 16:47:12.793 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 16:47:12.793 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0db31f2c-2e47-4517-aa99-eaca49aeaa5e 16:47:12.794 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3daa2a54-999c-4819-a2e7-0aea0d34c311 16:47:12.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8d4429be-a24e-4b68-aae5-d2387297e024 16:47:12.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 16:47:12.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1e7ed9f0-4ab0-4351-b1f9-d62963e552d1 16:47:12.796 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9191b98a-c23a-4715-a129-1bb39c9727d1 16:47:12.797 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=127c3f2f-34f8-4139-aae8-b1aff305f565 16:47:12.797 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=680320ca-e2e7-462d-aeac-bd7fc4a60032 16:47:12.798 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 16:47:12.798 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f5af5bb7-5c1e-4430-b668-349f58b67c27 16:47:12.799 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3dd137ac-b7e7-40e8-bff4-b7cb91c1ce99 16:47:12.800 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2dad9776-1ee2-4a63-a56b-a5de16f4f166 16:47:12.800 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=26805ffe-6f34-4abd-9f78-61a0b16f31ed 16:47:12.801 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 16:47:12.802 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=74336904-7b1f-4955-a133-2316e58a6e38 16:47:12.803 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f4eb954d-c048-426a-95db-914e9c4cac7a 16:47:12.803 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=40b6057d-75b4-465e-a72a-29e7615fb16a 16:47:12.805 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 16:47:12.805 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=df8c871f-4cf2-423c-a858-916f83546fe0 16:47:12.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6028f760-76c4-4572-a3eb-0a45f49261ec 16:47:12.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d68d05e2-b734-4148-aa6d-ed8a3722019b 16:47:12.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e21a2922-17bb-4083-9996-59f980097d4b 16:47:12.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 16:47:12.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=92213e21-d2fd-440c-8717-4179aed1909b 16:47:12.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4f8c8b76-5038-4e3c-947a-456382c08e43 16:47:12.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=08f4a361-3124-418c-99dc-5dd8dac047db 16:47:12.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d6bae893-667a-4d7b-bd4d-05f68d8cda91 16:47:12.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 16:47:12.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4cc8b298-8b8d-4b7d-9e9c-eebbb9d392c6 16:47:12.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=20e6c073-5aee-4380-8778-f3ea3a391a19 16:47:12.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 16:47:12.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e10a29cb-0475-4577-82c6-03cdde6a37f3 16:47:12.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=98b2c074-2aac-41a6-98e0-0d816815659b 16:47:12.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eb7a2d9b-905e-4a9c-b0a6-7160e27798f0 16:47:12.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 16:47:12.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ab67b6f3-774c-4211-8a30-d7b05cfeec3a 16:47:12.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a03b8106-0772-4b70-a3e9-542b190bd0a0 16:47:12.876 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=dc3a09fc-dcee-4a39-b86a-90c0c88fc79e 16:47:12.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=57487122-7d86-4f8a-a558-2aa64a7c988b 16:47:12.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 16:47:12.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7805a1ba-2bfd-49e4-9e90-217e76b406a4 16:47:12.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=df843fa0-60c2-426e-9d6a-972d69ca2540 16:47:12.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a9278f07-3705-45da-b4b2-9ed5fda449ee 16:47:12.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6131d42b-748b-486c-88d6-ffb60648cfa6 16:47:12.881 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 16:47:12.881 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eb52e661-d90f-4a15-99c1-6a1f1600f22c 16:47:12.883 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ec1c32f6-14f2-428d-bb89-cc1f664a3a2e 16:47:12.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c5e634a0-dd08-4af2-94fc-62e28f11e1a2 16:47:12.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 16:47:12.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4d8df6bf-e2f1-454d-a26f-3f96dd287d18 16:47:12.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0050d6e1-f9df-440f-abd5-f05287bb7aa4 16:47:12.888 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b5e32ad7-f73b-4294-9ddb-1b5fd21d46d1 16:47:12.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=369a17be-57cc-4226-96f0-c332566c713e 16:47:12.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 16:47:12.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7e8f2b4d-a861-469d-a465-41efbbc4e7fd 16:47:12.891 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f288f79e-13aa-4dfd-855d-286d1fd38d07 16:47:12.892 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7ee44ff9-e8a1-402f-aea0-4d600a8f6c07 16:47:12.893 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bec94c77-c4f6-4266-aa02-9c0a614a23ad 16:47:12.900 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testStartConsumptionCombinations() 16:47:12.901 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#concurrentStartConsumptionFails() 16:47:12.905 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.961 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=af922f8b-3530-46a3-923b-96a9a5e5cf13 16:47:12.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#concurrentStartConsumptionFails() 16:47:12.974 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyFails() 16:47:12.979 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:12.989 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"4e64f5fe-cf96-4e95-9b31-2f74466d3c43","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/"} 16:47:13.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyFails() 16:47:13.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicy() 16:47:13.069 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:13.082 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"98341fc3-9595-4427-811e-a3545fcaeb07","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}} 16:47:23.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicy() 16:47:23.304 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 16:47:23.313 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 16:47:23.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 16:47:23.380 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 16:47:23.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 16:47:23.392 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.397 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 16:47:23.398 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicy() 16:47:23.403 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.469 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"c457c194-777b-404f-a7b2-b92f878eb727","version":2,"response-required":true,"if-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}} 16:47:23.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicy() 16:47:23.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#verifyClientDefaultsToSchemaVersion2ForPolicyCommands() 16:47:23.489 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.495 [main] WARN o.e.d.c.internal.DefaultDittoClient - The MessagingProvider was configured with JsonSchemaVersion V_1 which is invalid for policy commands. Therefore defaulting to V_2 for all policy commands. Please consider upgrading to JsonSchemaVersion V_2 as V_1 is deprecated and will be removed in an upcoming release. 16:47:23.495 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.563 [ditto-client--adaptable-bus-1c34df84-bfd6-4a23-b8b6-8ee48264915f-1] INFO o.e.d.c.internal.bus.AdaptableBus - Waiting for termination was interrupted. 16:47:23.566 [ditto-client--adaptable-bus-1c34df84-bfd6-4a23-b8b6-8ee48264915f-1] INFO o.e.d.c.internal.bus.AdaptableBus - Waiting for termination was interrupted. 16:47:23.567 [ditto-client--adaptable-bus-1c34df84-bfd6-4a23-b8b6-8ee48264915f-1] INFO o.e.d.c.internal.bus.AdaptableBus - Waiting for termination was interrupted. 16:47:23.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#verifyClientDefaultsToSchemaVersion2ForPolicyCommands() 16:47:23.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicy() 16:47:23.579 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"346797a5-f19b-4844-8a96-e1c862fd2029","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}} 16:47:23.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"bce0e1e9-d8b3-48cc-a289-6651bcf65929","version":2,"response-required":true,"if-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}} 16:47:23.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"1afd756a-32da-4648-ba0f-2daa06c2099e","version":2,"response-required":true,"if-none-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}} 16:47:23.604 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicy() 16:47:23.604 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicy() 16:47:23.609 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/delete","headers":{"correlation-id":"424f330b-3813-4189-8431-9bf77f1f42f3","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/"} 16:47:23.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicy() 16:47:23.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicy() 16:47:23.687 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"6cc97abc-f363-4246-8869-be69ae651e6b","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/"} 16:47:23.699 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicy() 16:47:23.700 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 16:47:23.764 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 16:47:23.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyJsonObject() 16:47:23.801 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.805 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"495f64e2-9c9b-44ec-8b60-29fac17526c6","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}} 16:47:23.814 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyJsonObject() 16:47:23.814 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 16:47:23.820 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 16:47:23.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyJsonObject() 16:47:23.867 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-08] initialized successfully 16:47:23.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"42d02035-b63a-4ce0-98e6-a292d922d260","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}} 16:47:23.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"38605079-4256-44c0-81d4-42e224bfd9ef","version":2,"response-required":true,"if-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}} 16:47:23.876 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"b1cce36f-ba49-4eaf-98ee-75479fb9482d","version":2,"response-required":true,"if-none-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_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":[]}}}}}} 16:47:23.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyJsonObject() [ERROR] Tests run: 492, Failures: 1, Errors: 0, Skipped: 30, Time elapsed: 74.813 s <<< FAILURE! - in TestSuite [ERROR] org.eclipse.ditto.client.DittoClientPoliciesTest.testCreatePolicy on testCreatePolicy(org.eclipse.ditto.client.DittoClientPoliciesTest) Time elapsed: 10.132 s <<< FAILURE! org.awaitility.core.ConditionTimeoutException: Condition with alias 'active threads' didn't complete within 10 seconds because assertion condition defined as a lambda expression in org.eclipse.ditto.client.internal.AbstractDittoClientTest There are 1 threads active: [ditto-client--adaptable-bus-54e7c366-aff0-4b18-8faa-213922f59a9c-4]. Caused by: java.lang.AssertionError: There are 1 threads active: [ditto-client--adaptable-bus-54e7c366-aff0-4b18-8faa-213922f59a9c-4] [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] DittoClientPoliciesTest>AbstractDittoClientTest.after:122 ยป ConditionTimeout C... [INFO] [ERROR] Tests run: 492, Failures: 1, Errors: 0, Skipped: 30 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:31 min [INFO] Finished at: 2021-02-08T16:47:26Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5: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-M5: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.execute (MojoExecutor.java:215) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) 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:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) 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:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) 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:453) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1175) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) 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:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) 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:957) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289) at org.apache.maven.cli.MavenCli.main (MavenCli.java:193) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) 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