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-fn9n0 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-fn9n0" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-fn9n0" - 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-fn9n0" - 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-fn9n0 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 c09b941c9a9a530ca2ec17e2e771ee4d01463cb2 (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 c09b941c9a9a530ca2ec17e2e771ee4d01463cb2 # timeout=10 Commit message: "Merge pull request #128 from bosch-io/features/enhance-usage-examples-loadtest" > git rev-list --no-walk b90041aa05a204d7afd0c252d2201e06d8a22285 # 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 07:31:27.366 [Thread-2] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:31:27.380 [Thread-2] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> 07:31:27.462 [Thread-3] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:31:27.485 [main] WARN o.e.d.c.s.SpliteratorSubscriber - onSubscribe() called a second time; cancelling subscription . 07:31:27.592 [Thread-7] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:31:28.003 [Thread-15] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:31:28.003 [Thread-15] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> Configuring TestNG with: TestNG60Configurator 07:31:37.408 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found multiple candidates as MessageSerializerKey for type 'class java.lang.String' and subject '*' - thus returning none: [ImmutableMessageSerializerKey [contentType=text/plain, javaType=class java.lang.String, subject=*], ImmutableMessageSerializerKey [contentType=application/json, javaType=class java.lang.String, subject=*]] 07:31:37.477 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'class java.util.Date' and subject '*' 07:31:37.477 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'interface org.eclipse.ditto.json.JsonValue' and subject '*' 07:31:39.797 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 07:31:40.265 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:40.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bd551579-c307-482a-bae3-7af8f52c7826 07:31:40.281 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e079d433-4fcd-47b2-a1b1-ebc6579c274c 07:31:40.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f9ea89a1-4524-47dd-a3de-84da870f66fa 07:31:40.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=eb9e6eef-a947-4586-b44a-a08a34f02acf 07:31:40.615 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 07:31:40.616 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 07:31:40.670 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:40.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a4cd2d46-a440-4174-8486-62b7288e49ed 07:31:40.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=565fc72f-3c64-46fe-bd45-77ed3d36ace4 07:31:40.673 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2ad01cc3-8bc7-49db-b094-7dfa431d0a33 07:31:40.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d4fa0183-c5ca-4339-8cb1-f9b13220e362 07:31:41.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 07:31:41.771 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 07:31:41.784 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:41.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=72376a24-1eb8-4eab-acfc-775aa79bb4aa 07:31:41.787 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c4fce12c-f03f-4df1-bd53-29b7f55d1b2e 07:31:41.787 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=169248c6-2222-4512-a194-cb530cac7569 07:31:41.788 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=345e3166-d8fd-49b2-9f2f-5b70ec5145a7 07:31:41.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 07:31:43.164 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:43.170 [main] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 07:31:43.171 [main] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 07:31:43.172 [main] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 07:31:48.075 [test-1] ERROR o.e.d.c.messaging.internal.Retry - Client <28c4ea67-43f8-4ef9-b090-87393c5fc22a>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 07:31:48.076 [test-1] INFO o.e.d.c.messaging.internal.Retry - Client <28c4ea67-43f8-4ef9-b090-87393c5fc22a>: Waiting for <1> second(s) before retrying to . 07:31:49.079 [Thread-18] ERROR o.e.d.c.messaging.internal.Retry - Client <28c4ea67-43f8-4ef9-b090-87393c5fc22a>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 07:31:49.079 [Thread-18] INFO o.e.d.c.messaging.internal.Retry - Client <28c4ea67-43f8-4ef9-b090-87393c5fc22a>: Waiting for <1> second(s) before retrying to . 07:31:50.084 [Thread-20] ERROR o.e.d.c.messaging.internal.Retry - Client <0877ed4b-b61a-409e-9571-2ccad3800fc3>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 07:31:50.084 [Thread-20] INFO o.e.d.c.messaging.internal.Retry - Client <0877ed4b-b61a-409e-9571-2ccad3800fc3>: Waiting for <1> second(s) before retrying to . 07:31:51.290 [ditto-client-reconnect-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 07:31:51.390 [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 07:31:51.392 [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. 07:31:51.393 [pool-388-thread-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 07:31:53.929 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ThingSearchPublisherTest#run() 07:31:53.981 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:53.983 [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":"018fec9f-a58f-45da-987a-ca43fbdcae90"},"path":"/","value":{}} 07:31:54.010 [pool-393-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"051e9efd-cf78-4486-b27c-294617025b30","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":2}} 07:31:54.013 [pool-393-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"0a0aacde-a832-40ac-8c36-30207c269ab3","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 07:31:54.061 [pool-393-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"d8bb35ca-e3d3-4c9f-8aa8-976e400a1861","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 07:31:55.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ThingSearchPublisherTest#run() 07:31:55.125 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 07:31:55.171 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:55.188 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 07:31:55.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 07:31:55.199 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:55.297 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"bc4c4efe-4bf8-444d-9e58-fc27fe11f8cc","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 07:31:55.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 07:31:55.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 07:31:55.394 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:55.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"19ddd0da-467b-476d-ad53-8de21ba947d5","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":true} 07:31:55.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 07:31:55.479 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 07:31:55.488 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:55.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=983b6165-48ee-45b5-8c88-a40bf8d05be6 07:31:55.607 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 07:31:55.608 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 07:31:55.675 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:55.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"7c72b8bc-1b95-4901-af3e-f54fa29db5ae","version":2,"response-required":true,"if-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":"value"} 07:31:55.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 07:31:55.786 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 07:31:55.801 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:55.804 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"3cf7cb19-fc4b-4221-b1d2-9a3c44feb554","version":2,"response-required":true,"if-none-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":"value"} 07:31:55.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 07:31:55.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 07:31:55.885 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:55.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"63cd3216-c951-4b4d-8ec3-4fdc4ed1601e","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/old"} 07:31:55.965 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 07:31:55.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 07:31:55.980 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:55.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"69d22df5-f49b-450a-8331-825ddd5dab18","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 07:31:55.996 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 07:31:55.997 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 07:31:56.064 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.066 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8ac0d87b-6787-499c-9a38-f7bb2160b20c 07:31:56.110 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 07:31:56.111 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 07:31:56.165 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"704c192e-ddbc-4a82-ada0-ed42097033c7","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 07:31:56.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 07:31:56.203 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 07:31:56.264 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"b4d88f5c-774d-4108-8cbc-f6a8e1c7697f","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes","value":null} 07:31:56.297 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 07:31:56.298 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 07:31:56.371 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 07:31:56.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 07:31:56.389 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.391 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"6e9ae8cd-1840-4a64-8d4b-d67cc71d2c2a","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 07:31:56.399 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 07:31:56.401 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 07:31:56.468 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"27c4cee0-21be-4230-8e60-1745127dbf4c","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes"} 07:31:56.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 07:31:56.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 07:31:56.491 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"a362ad5f-0065-40fd-ad46-da850770b211","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":true} 07:31:56.502 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 07:31:56.504 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 07:31:56.564 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"6b948f92-969f-45a7-82c6-c9fbe255f194","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 07:31:56.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 07:31:56.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 07:31:56.579 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 07:31:56.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 07:31:56.590 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"a867464c-22ea-49a4-92cc-8a44cc08fafc","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes"} 07:31:56.604 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 07:31:56.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 07:31:56.670 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 07:31:56.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 07:31:56.686 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"d44712ac-8181-4e68-82a1-c16c9cef6e6c","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 07:31:56.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 07:31:56.698 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 07:31:56.761 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"759981cd-9ce4-4c4b-99af-523e26a9142d","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":true} 07:31:56.771 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 07:31:56.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 07:31:56.777 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.778 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c1c3d36a-6bf7-4c2c-bb62-d1a2445e8243 07:31:56.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=33a24dca-c429-4bdd-b287-de7edab1faa7 07:31:56.780 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=10613ff0-a9a9-4cd7-ad84-c07e070090df 07:31:56.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 07:31:56.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 07:31:56.798 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.800 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"4e8b5e85-99c3-400d-a2d2-e81d3bbe10ae","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":"value"} 07:31:56.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 07:31:56.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 07:31:56.871 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"b873122a-20c0-48ec-bbfe-d19b57a78022","version":2,"if-none-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":"value"} 07:31:56.881 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 07:31:56.882 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 07:31:56.888 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"82522d83-4550-4d34-9280-3f8d17351abb","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/old"} 07:31:56.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 07:31:56.897 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=live]() 07:31:56.963 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.965 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"08441f27-52d4-4767-935a-fa7b762f9682","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 07:31:56.977 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=live]() 07:31:56.978 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 07:31:56.988 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:56.990 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0355724a-756e-4c4f-bb74-059c6a6fa4de 07:31:56.990 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e28a6661-1390-4570-b3d1-bdd6cb7756ce 07:31:56.991 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e05a1051-d038-4976-847e-4ef106771049 07:31:57.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 07:31:57.071 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 07:31:57.076 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:57.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"32a4acf7-9ca8-4a60-acdc-4879e1b5d7ae","version":2,"if-none-match":"*","ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 07:31:57.085 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 07:31:57.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 07:31:57.092 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:57.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"6daa4ac3-972b-430d-8fa0-1f745e5e1803","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes","value":null} 07:31:57.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 07:31:57.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 07:31:57.106 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:57.165 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 07:31:57.166 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 07:31:57.172 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:57.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"e69623de-80d4-4111-9c7b-21721c8981da","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 07:31:57.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 07:31:57.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 07:31:57.188 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:57.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"a50cc583-bc22-46ec-b2dc-20fe26561f83","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes"} 07:31:57.198 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 07:31:57.199 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 07:31:57.262 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:57.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"68d7cdd2-d887-4a98-97fa-66e0351eb173","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":true} 07:31:57.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 07:31:57.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 07:31:57.278 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:57.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"e514415f-df21-46b9-80c2-c088097bfd2f","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 07:31:57.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 07:31:57.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 07:31:57.293 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:57.298 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 07:31:57.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 07:31:57.365 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:31:57.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"ffd17a5c-ae1c-41da-bfa5-841cd041a9fa","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/attributes"} 07:31:57.374 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 07:32:00.703 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 07:32:00.766 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:00.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"29d3773b-876f-4e4d-882b-d60983ea3157","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"}}}}} 07:32:00.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 07:32:00.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 07:32:00.879 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:00.882 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"0f267dfe-12c3-45e5-91ae-dc5359386198","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":[]}}}}}}} 07:32:00.898 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 07:32:00.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 07:32:00.904 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:00.962 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9f73395a-41d1-42fc-aced-921c5e6708cd 07:32:00.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 07:32:00.984 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=twin]() 07:32:00.995 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:01.002 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"a65cdb62-4d6a-4855-9c90-2f2f867d4bc6","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"}}}}} 07:32:01.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=twin]() 07:32:01.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=twin]() 07:32:01.181 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:01.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"e329f0a0-87bf-420e-971d-cd140c3e3c4c","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/"} 07:32:01.201 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=twin]() 07:32:01.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 07:32:01.261 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:01.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"c4034ad3-8e7f-49a5-a3fa-1ad329f729c6","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"}} 07:32:01.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 07:32:01.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 07:32:01.304 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:01.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"b914c560-8ef0-4646-877b-7e4d91cc6b56","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":[]}}}}}}} 07:32:01.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 07:32:01.389 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 07:32:01.401 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:01.465 [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":"03a15b65-c77a-4003-b692-952284070a54","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing"}} 07:32:01.576 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 07:32:01.577 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=twin]() 07:32:01.590 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:01.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"1f6de84a-f609-49e5-a682-30f2a068f51b","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"}}}}} 07:32:01.675 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=twin]() 07:32:01.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 07:32:01.690 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:01.694 [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":"f838dd99-b6d7-4858-8795-4705becdc262","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"}}}}} 07:32:01.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 07:32:01.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=twin]() 07:32:01.789 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:01.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"f2cddb22-27b7-4a85-8062-d3c7ab085f93","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing"}} 07:32:01.862 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=twin]() 07:32:01.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 07:32:01.869 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:01.881 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 07:32:01.882 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 07:32:01.888 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:01.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c1f53059-5997-4dc6-8610-00be1555558f 07:32:02.910 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 07:32:02.911 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 07:32:02.921 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:02.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 07:32:02.972 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 07:32:03.062 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.072 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 07:32:03.074 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 07:32:03.088 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 07:32:03.160 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 07:32:03.175 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 07:32:03.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 07:32:03.198 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.201 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"94e6020b-6e93-474c-864c-7282fe352878","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"}} 07:32:03.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 07:32:03.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 07:32:03.286 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.289 [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. 07:32:03.291 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/twin/commands/create","headers":{"correlation-id":"2a8cdad4-9e29-4acb-84a2-a5d8139138ac","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"demo","thingId":"demo:mything1"}} 07:32:03.301 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 07:32:03.302 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 07:32:03.360 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 07:32:03.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 07:32:03.385 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.393 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 07:32:03.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 07:32:03.405 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.462 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"19569b6a-c53c-4d97-8eb3-ee6f279fdd34","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":[]}}}}}}} 07:32:03.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 07:32:03.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 07:32:03.489 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a2fc6f67-5582-46bc-b133-5197eadd7a1a 07:32:03.507 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 07:32:03.561 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 07:32:03.574 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 07:32:03.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 07:32:03.596 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.604 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 07:32:03.605 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 07:32:03.674 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"1dd8ccc2-e409-4be3-a887-1f6cf87a28e3","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"}}}}} 07:32:03.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 07:32:03.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 07:32:03.766 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 07:32:03.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 07:32:03.794 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.798 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"9a6dda55-2788-40ba-afeb-5a7cdfee7df6","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":[]}}}}}}} 07:32:03.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 07:32:03.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 07:32:03.881 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"246caf97-b3d1-45b4-9463-83fd81274fd1","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"}}}}} 07:32:03.898 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 07:32:03.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 07:32:03.963 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:03.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"c5fe3346-74ef-4a5b-b091-3b2b7ac241a8","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"}}}}} 07:32:03.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 07:32:03.984 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 07:32:03.998 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"3fa4b82a-5e4f-41cb-a57d-f580e674b331","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 }}"}} 07:32:04.071 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 07:32:04.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 07:32:04.087 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.099 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 07:32:04.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 07:32:04.168 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 07:32:04.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=twin]() 07:32:04.196 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.200 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"22b95da2-f187-4013-a37d-2d8d9015791a","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 07:32:04.265 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=twin]() 07:32:04.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 07:32:04.280 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 07:32:04.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 07:32:04.299 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 07:32:04.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=twin]() 07:32:04.378 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"09025f3f-1f4c-46e8-9a6e-6a9634028463","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/policyId","value":"policy.namespace:policyName"} 07:32:04.391 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=twin]() 07:32:04.392 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 07:32:04.461 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"184e5ab5-0748-4410-a4c9-3e16f86ac0b5","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":[]}}}}}}} 07:32:04.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 07:32:04.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 07:32:04.484 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"95f15da7-50f4-4b8a-8ef6-6eb81d2740ac","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":[]}}}}}}} 07:32:04.492 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 07:32:04.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 07:32:04.506 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 07:32:04.567 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 07:32:04.573 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b3083a7f-8b55-4c83-94a4-6a31f8c35b4e 07:32:04.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 07:32:04.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 07:32:04.599 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.602 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"dbfad829-195e-4718-a13e-83455dd47281","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"}}}}} 07:32:04.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 07:32:04.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 07:32:04.708 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.711 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"266ba414-5b35-4ce8-b7ad-75591e1608c6","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":[]}}}}}}} 07:32:04.719 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 07:32:04.720 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 07:32:04.764 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.766 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2d3f4160-7137-4241-bb76-d4190d636486 07:32:04.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8741eeae-e8aa-4462-84f1-fccd86b886d1 07:32:04.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1b5e5e9e-5170-4c10-a112-13e5f0d63037 07:32:04.778 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 07:32:04.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=live]() 07:32:04.788 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"d8bed68b-7ab2-4e9a-960b-9f139f3a6904","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"}}}}} 07:32:04.798 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=live]() 07:32:04.798 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=live]() 07:32:04.861 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"339f6dbe-6661-4823-95f5-bf6ea9b8f361","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/"} 07:32:04.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=live]() 07:32:04.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 07:32:04.876 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"67fadf31-395b-4d77-a1ea-bfa105d8ecf1","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"}} 07:32:04.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 07:32:04.887 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 07:32:04.896 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"949055d1-2e56-4fc1-a04e-27c85180cde8","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":[]}}}}}}} 07:32:04.963 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 07:32:04.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 07:32:04.972 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.974 [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":"aad28dbf-f217-4f4d-8b42-aae709810258","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing"}} 07:32:04.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 07:32:04.982 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=live]() 07:32:04.989 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:04.991 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"14f5a8d7-791e-4d07-bc3c-32cb3d65c5c1","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"}}}}} 07:32:04.998 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=live]() 07:32:04.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 07:32:05.062 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:05.065 [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":"4d08ba51-b48f-4c3d-95a1-be874e72b911","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"}}}}} 07:32:05.073 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 07:32:05.074 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=live]() 07:32:05.083 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:05.085 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"6b1c9ae4-7351-4a0b-8148-4c59eabad312","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"example.com","thingId":"example.com:testThing"}} 07:32:05.091 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=live]() 07:32:05.092 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 07:32:05.103 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:05.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 07:32:05.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 07:32:05.173 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:05.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2b396c18-39de-423f-a1f7-30b61eabac13 07:32:05.175 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=366124df-6b7c-4568-b1f4-4f85193251ab 07:32:05.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=339fdf34-e437-44a7-aa9e-024a84e20dd0 07:32:06.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 07:32:06.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 07:32:06.198 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 07:32:06.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 07:32:06.261 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 07:32:06.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 07:32:06.272 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 07:32:06.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 07:32:06.284 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.288 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 07:32:06.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 07:32:06.296 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.298 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"287d5d20-b7c2-4182-8a45-3f54bcc224b6","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"}} 07:32:06.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 07:32:06.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 07:32:06.369 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.369 [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. 07:32:06.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/live/commands/create","headers":{"correlation-id":"681a63b3-bc4a-4029-9ac1-a1530d2d9b8c","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"__schemaVersion":2,"_namespace":"demo","thingId":"demo:mything1"}} 07:32:06.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 07:32:06.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 07:32:06.384 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 07:32:06.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 07:32:06.393 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.396 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 07:32:06.397 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 07:32:06.402 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"f10c7dac-78f2-4d12-8351-34bc28d8a729","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":[]}}}}}}} 07:32:06.468 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 07:32:06.469 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 07:32:06.476 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0c6971aa-c11e-43f2-8b3b-45ebfce8a726 07:32:06.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7966a384-84d7-4d72-8c44-707934b4021d 07:32:06.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=125c6c2c-1e14-4ad2-a453-b3a25b0e9836 07:32:06.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 07:32:06.489 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 07:32:06.495 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.498 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 07:32:06.499 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 07:32:06.504 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.562 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 07:32:06.563 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 07:32:06.569 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d6ca9666-7ca8-4acd-9875-e29abf5cd585","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"}}}}} 07:32:06.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 07:32:06.579 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 07:32:06.585 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 07:32:06.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 07:32:06.595 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.598 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"6bc9d0df-3e50-4fbe-b646-df16743507a5","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":[]}}}}}}} 07:32:06.604 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 07:32:06.604 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 07:32:06.665 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"ab540ab8-db67-46b6-baee-73c9f390d56b","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"}}}}} 07:32:06.675 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 07:32:06.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 07:32:06.682 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"dc57f3e4-2873-4ee2-8673-52ae5046d3b4","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"}}}}} 07:32:06.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 07:32:06.693 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 07:32:06.699 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.701 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"13dbeff1-4740-4ed8-82b8-75da1513fd2a","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 }}"}} 07:32:06.794 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 07:32:06.794 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 07:32:06.800 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.804 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 07:32:06.804 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 07:32:06.810 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.815 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 07:32:06.816 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=live]() 07:32:06.866 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"e937c8b8-cb23-4094-b60d-16445ce8468a","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 07:32:06.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=live]() 07:32:06.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 07:32:06.881 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 07:32:06.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 07:32:06.892 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 07:32:06.897 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=live]() 07:32:06.903 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.904 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"37e5e924-b250-4a46-8db6-770752fca005","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/policyId","value":"policy.namespace:policyName"} 07:32:06.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=live]() 07:32:06.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 07:32:06.973 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"f9586fb2-1cb8-40d8-a77e-b6db320d291f","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":[]}}}}}}} 07:32:06.980 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 07:32:06.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 07:32:06.986 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:06.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"04bb5f95-27e4-4440-bdd8-5e9c757f4b3d","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":[]}}}}}}} 07:32:06.993 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 07:32:06.994 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 07:32:07.000 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.061 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 07:32:07.062 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 07:32:07.068 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.070 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4d9a337e-cd0f-4591-b8f7-a1cdb4ef364a 07:32:07.071 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=df5bf102-cd42-405b-bff1-edc7db6fe1f0 07:32:07.072 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=188ebc5a-9dd7-4fd3-8554-6f8ec9fa2b85 07:32:07.082 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 07:32:07.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 07:32:07.096 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.099 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2c80a110-4389-4a2e-802d-d9c4c7299c7d 07:32:07.175 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:d6484af6-1fe1-4357-84de-9b0c1c9de612, 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:d6484af6-1fe1-4357-84de-9b0c1c9de612}]], 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]] 07:32:07.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 07:32:07.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 07:32:07.189 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e30d7723-7450-437e-b2fc-668afd7926a0 07:32:07.199 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:8de3eaad-d562-42b4-bc93-fd3cf862f177, 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:8de3eaad-d562-42b4-bc93-fd3cf862f177}]], feature=null], thing=null] 07:32:07.204 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 07:32:07.205 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 07:32:07.265 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e8bae3fe-f475-4473-a1ba-d427ef9b2cdd 07:32:07.288 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:6bad29c3-81aa-461d-ac82-d2b972b7a3d4, 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:6bad29c3-81aa-461d-ac82-d2b972b7a3d4}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"lux"}}, desiredProperties=null]] 07:32:07.295 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 07:32:07.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 07:32:07.366 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bc6ae085-40f4-4790-ae20-0dc95d76857a 07:32:07.381 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0842b3f9-c5a4-4325-a79f-811faeb66df4, 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:0842b3f9-c5a4-4325-a79f-811faeb66df4}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"bar"}}, desiredProperties=null]] 07:32:07.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 07:32:07.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 07:32:07.395 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.398 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3919cbdd-d5ef-4fce-907d-967b9a8935aa 07:32:07.474 [ditto-client--adaptable-bus-37d82c48-7058-498e-81a7-e755d36ce145-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:2dc747c5-5d06-45a8-9d94-8dc1b690b96e, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:2dc747c5-5d06-45a8-9d94-8dc1b690b96e","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:2dc747c5-5d06-45a8-9d94-8dc1b690b96e}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:2dc747c5-5d06-45a8-9d94-8dc1b690b96e, 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]] 07:32:07.481 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 07:32:07.482 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 07:32:07.491 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a725e5fe-0f25-4fe1-b092-23d3a0e8240c 07:32:07.585 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:50db8f8d-cde3-4f0d-a763-eb361645910b, 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:50db8f8d-cde3-4f0d-a763-eb361645910b}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 07:32:07.591 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:50db8f8d-cde3-4f0d-a763-eb361645910b, 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:50db8f8d-cde3-4f0d-a763-eb361645910b}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 07:32:07.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 07:32:07.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 07:32:07.676 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=05e20ff2-d2cf-4a0b-b495-00ec30d647ca 07:32:07.686 [ditto-client--adaptable-bus-62f5e778-4222-4bd2-a4e6-d1071f73305a-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:5588ffd5-57bd-44d8-9d30-d0b50f149e05, 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:5588ffd5-57bd-44d8-9d30-d0b50f149e05}]], thing=null] 07:32:07.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 07:32:07.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 07:32:07.761 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0a687e40-9e93-4a42-9b99-bee457e9bf40 07:32:07.775 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableChange [entityId=org.eclipse.ditto.test:153794e3-2c57-46bf-af4f-02fd0ebcad1c, 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:153794e3-2c57-46bf-af4f-02fd0ebcad1c}]] 07:32:07.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 07:32:07.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 07:32:07.788 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c33dc2ee-d432-45e6-af98-9782b2b10f75 07:32:07.799 [ditto-client--adaptable-bus-2f536b90-d1a9-47ad-803c-e56d54bf3e72-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:42671a0c-accf-4ffa-9c9b-eadc17cc5cd7, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:42671a0c-accf-4ffa-9c9b-eadc17cc5cd7","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:42671a0c-accf-4ffa-9c9b-eadc17cc5cd7}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:42671a0c-accf-4ffa-9c9b-eadc17cc5cd7, 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]] 07:32:07.803 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 07:32:07.804 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 07:32:07.861 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5b252b92-3c4c-462a-98d0-9b5d7b8f13bc 07:32:07.874 [ditto-client--adaptable-bus-31b2dfc7-1030-42b6-87d8-e7ae9c28e805-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba","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:b0c58a36-41bb-44f2-b1e6-98f537f79bba}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, 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]] 07:32:07.875 [ditto-client--adaptable-bus-31b2dfc7-1030-42b6-87d8-e7ae9c28e805-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba","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:b0c58a36-41bb-44f2-b1e6-98f537f79bba}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, 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]] 07:32:07.875 [ditto-client--adaptable-bus-31b2dfc7-1030-42b6-87d8-e7ae9c28e805-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba","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:b0c58a36-41bb-44f2-b1e6-98f537f79bba}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, 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]] 07:32:07.876 [ditto-client--adaptable-bus-31b2dfc7-1030-42b6-87d8-e7ae9c28e805-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba","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:b0c58a36-41bb-44f2-b1e6-98f537f79bba}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, 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]] 07:32:07.876 [ditto-client--adaptable-bus-31b2dfc7-1030-42b6-87d8-e7ae9c28e805-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba","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:b0c58a36-41bb-44f2-b1e6-98f537f79bba}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, 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]] 07:32:07.877 [ditto-client--adaptable-bus-31b2dfc7-1030-42b6-87d8-e7ae9c28e805-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba","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:b0c58a36-41bb-44f2-b1e6-98f537f79bba}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, 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]] 07:32:07.878 [ditto-client--adaptable-bus-31b2dfc7-1030-42b6-87d8-e7ae9c28e805-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba","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:b0c58a36-41bb-44f2-b1e6-98f537f79bba}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:b0c58a36-41bb-44f2-b1e6-98f537f79bba, 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]] 07:32:07.883 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 07:32:07.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 07:32:07.897 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=97c2455e-6c76-4942-a558-8dddd5de6660 07:32:07.969 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:55ea7bc3-333e-4ec6-9aec-0d00d5653d41, 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:55ea7bc3-333e-4ec6-9aec-0d00d5653d41}]], 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]] 07:32:07.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 07:32:07.974 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 07:32:07.981 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:07.982 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=11cc4e2e-4057-4fc2-81ae-66c36b4d9bad 07:32:07.991 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:5a0b3683-abf4-44fe-a931-940ecc98d10a, 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:5a0b3683-abf4-44fe-a931-940ecc98d10a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:5a0b3683-abf4-44fe-a931-940ecc98d10a, acl=null, policyId=null, definition=null, attributes={"abc":"def","foo":false}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 07:32:08.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 07:32:08.165 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThing() 07:32:08.170 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:08.175 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2f8ba52d-4aba-4703-8a60-d275495ce4ec 07:32:08.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=317d6697-6c66-43b1-99a8-611244452882 07:32:08.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7cd80695-e428-4906-ad1b-a1e6f4ac3d06 07:32:08.482 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"b51353de-cac2-4f18-a735-39ffd5051260","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} 07:32:08.483 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"b51353de-cac2-4f18-a735-39ffd5051260","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-09T07:32:08.477Z"} 07:32:08.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThing() 07:32:08.497 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendMessageAndGetErrorResponse() 07:32:08.562 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:08.666 [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":"8988dddd-97c4-48bd-b415-a08e810d96e9","content-type":"text/plain"},"path":"/inbox/messages/request","value":"payload"} 07:32:08.685 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendMessageAndGetErrorResponse() 07:32:08.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingCommandAcknowledgement() 07:32:08.697 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:08.699 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=40258c96-745d-4298-a5f4-55cc72edc63c 07:32:08.700 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=effe46b2-37bb-4c86-98b8-44cddd5ec37a 07:32:08.701 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f1182a7d-6b05-4548-91f1-e187b3e4714e 07:32:08.774 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/100","headers":{"correlation-id":"42d4e4ac-cf69-4f57-bd2b-9ae34c396e09","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":100} 07:32:08.775 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/301","headers":{"correlation-id":"42d4e4ac-cf69-4f57-bd2b-9ae34c396e09","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":301} 07:32:08.776 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/403","headers":{"correlation-id":"42d4e4ac-cf69-4f57-bd2b-9ae34c396e09","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/","status":403} 07:32:08.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingCommandAcknowledgement() 07:32:08.786 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendFeatureMessage() 07:32:08.791 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:08.800 [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":"5d841b0c-e990-49c8-8dc6-24449899ad25","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 07:32:08.879 [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":"ec4a746e-405a-4fd8-bd8e-ea02d3d93d7c","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 07:32:08.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendFeatureMessage() 07:32:08.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 07:32:08.895 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:08.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c60212a8-14bd-40d0-bc61-5d99c4e920c5 07:32:08.900 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=157c64e8-ef80-4c31-a0a9-f5b9336f9260 07:32:08.901 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=60050932-99d3-4930-8222-a51a8a4ba640 07:32:08.975 [ditto-client--adaptable-bus-aa5f2c3e-e9a2-4146-b23e-e06a57419b71-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","ditto-message-feature-id":"someFeature","status":"418","correlation-id":"c85dee0c-806c-4799-b6c2-f42a37fc384c","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 07:32:08.982 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 07:32:08.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessage() 07:32:08.994 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:08.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=276b12ed-d64d-4cc2-940a-ae040ac63a48 07:32:09.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5c51a7e3-41d5-45c0-8c8a-d44a491de51b 07:32:09.001 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1a925c08-2b47-4d7c-8013-b4f13b556cea 07:32:09.067 [ditto-client--adaptable-bus-49c279e2-c879-45c1-9a25-66811acee5c5-4] 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":"0c28e8a7-09e0-48e9-9d04-df3821a4a5e3","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 07:32:09.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessage() 07:32:09.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitThingEvent() 07:32:09.086 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:09.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"720de68c-ea30-4986-aa1f-346b23db9222","version":2,"ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","revision":-1,"timestamp":"2021-02-09T07:32:09.088Z"} 07:32:09.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitThingEvent() 07:32:09.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 07:32:09.106 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:09.113 [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":"89b949c2-e643-43a2-a606-62c09712ca8c"},"path":"/outbox/messages/request","value":"payload"} 07:32:09.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 07:32:09.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThingAsThing() 07:32:09.189 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:09.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9132d632-77fe-4699-9cbe-224bb5a2321d 07:32:09.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ad9b7663-c65b-4fb4-89fa-9db3e5f2fe35 07:32:09.192 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d56cce03-c8c2-4a8f-a6b9-c60dc4d419a7 07:32:09.200 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"329d1e80-883b-4252-8316-ce82e6b8c649","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} 07:32:09.201 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"329d1e80-883b-4252-8316-ce82e6b8c649","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-09T07:32:09.200Z"} 07:32:09.265 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThingAsThing() 07:32:09.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 07:32:09.271 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:09.274 [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":"95c6eb42-3c65-4987-b5d0-05179102f187"},"path":"/outbox/messages/request","value":"payload"} 07:32:09.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 07:32:09.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessageAsThing() 07:32:09.294 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:09.297 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7cb84e92-1e72-42b7-9236-f26a9baa5d68 07:32:09.298 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e498e6f3-c7de-4314-9818-4ba1202b2a89 07:32:09.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fea3143e-ab30-49d3-9b04-f22289794cd3 07:32:09.364 [ditto-client--adaptable-bus-6572cf86-694c-4ca2-b5b6-c91cd3fb6c08-1] 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":"2815a66a-e8f9-44e5-bc1b-3053e4056232","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 07:32:09.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessageAsThing() 07:32:09.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessage() 07:32:09.383 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:09.386 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=00b50f1c-d17a-42dd-a80c-d222ba7a1da3 07:32:09.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bfba3f5f-a9c3-46cc-a5d0-0fad02a8858b 07:32:09.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8af45a6c-0260-4aa4-92b2-10049e78e713 07:32:09.397 [ditto-client--adaptable-bus-bb7a9532-a6ae-4ef3-98b8-a49c357b9630-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","status":"418","correlation-id":"2275b325-1462-4199-a749-1c3c121bdce9","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 07:32:09.403 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessage() 07:32:09.405 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeature() 07:32:09.469 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:09.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fde911a3-d0eb-4220-8241-3f68cd29ad7a 07:32:09.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=445b9ab5-3929-44ae-8121-9d82157bf9c6 07:32:09.472 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9ba22dcb-27a1-45d1-bc34-9626c49c53fb 07:32:09.886 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"3e78d65b-73cf-44a8-9b2a-55bfff442b0d","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","status":204} 07:32:09.887 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"3e78d65b-73cf-44a8-9b2a-55bfff442b0d","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-09T07:32:09.884Z"} 07:32:09.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeature() 07:32:09.897 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 07:32:09.910 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:09.912 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=addccdb7-af6a-47b2-a3d3-b1f111f94024 07:32:09.913 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=13fc8aee-d62d-4453-856c-9152a344635c 07:32:09.913 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=53d61635-f257-45dc-921c-cbddd60cfdf7 07:32:09.963 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"5ace61bb-6048-44b7-aa19-e37f4f08d36e","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","status":204} 07:32:09.964 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"5ace61bb-6048-44b7-aa19-e37f4f08d36e","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-09T07:32:09.962Z"} 07:32:09.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 07:32:09.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendClaimMessage() 07:32:09.981 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:09.985 [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":"bec903ce-7fe3-434d-8337-8c7e50ca04ed","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 07:32:09.995 [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":"2299ff6b-90a1-49fe-9b3a-a1feb36134fa","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 07:32:10.002 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendClaimMessage() 07:32:10.061 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageAcknowledgement() 07:32:10.073 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:10.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3f3cc794-299e-44a5-a000-fa0187740ccc 07:32:10.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f3c93cdc-33e2-425b-a688-cbb514f58a20 07:32:10.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1143b386-5c52-413a-87e6-6cc96a511bbd 07:32:10.089 [ditto-client--adaptable-bus-46f6ce14-c1e3-4eab-966c-a4a97ce33278-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} 07:32:10.090 [ditto-client--adaptable-bus-46f6ce14-c1e3-4eab-966c-a4a97ce33278-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} 07:32:10.090 [ditto-client--adaptable-bus-46f6ce14-c1e3-4eab-966c-a4a97ce33278-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} 07:32:11.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageAcknowledgement() 07:32:11.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitEvent() 07:32:11.110 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:11.112 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"01b126b1-ed43-47cf-90c1-e4529279c051","version":2,"ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","revision":-1,"timestamp":"2021-02-09T07:32:11.111Z"} 07:32:11.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitEvent() 07:32:11.165 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitFeatureEvent() 07:32:11.170 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:11.172 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"3ce67253-b783-453e-a5f8-9860b42f5f3c","version":2,"ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","revision":-1,"timestamp":"2021-02-09T07:32:11.172Z"} 07:32:11.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitFeatureEvent() 07:32:11.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingMessageAcknowledgement() 07:32:11.183 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:11.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cf2d17b2-3351-4e33-b771-59284c113795 07:32:11.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a94ca0bb-e357-408a-a5b4-23b56e4cbdd7 07:32:11.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=946466dd-c7fd-40d0-a19d-bd21356da31a 07:32:11.194 [ditto-client--adaptable-bus-20fb3da5-da98-4bf0-9740-9533be1246f0-10] 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} 07:32:11.195 [ditto-client--adaptable-bus-20fb3da5-da98-4bf0-9740-9533be1246f0-10] 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} 07:32:11.195 [ditto-client--adaptable-bus-20fb3da5-da98-4bf0-9740-9533be1246f0-10] 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} 07:32:11.201 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingMessageAcknowledgement() 07:32:11.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessage() 07:32:11.273 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:11.277 [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":"ed8db467-9a78-422e-bf64-db8d0dec5212","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 07:32:11.284 [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":"aea3745c-897e-431c-b669-f434576048dc","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 07:32:11.291 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessage() 07:32:11.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessageAsThing() 07:32:11.298 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:11.300 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e63d7020-989f-427f-a7a6-45e32c19b8d4 07:32:11.301 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4c3a86ed-3ddd-4fa4-8ad1-d42f10d6c01b 07:32:11.301 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6dc1a285-13f3-4a52-a36a-7e43fd9a3c28 07:32:11.365 [ditto-client--adaptable-bus-ba225ad7-7866-4eff-8911-cc3c027e14bc-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":"bbf52192-0bee-4a6d-a93c-a1eabe690bec","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 07:32:11.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessageAsThing() 07:32:11.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessage() 07:32:11.377 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:11.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f79eae80-3107-4153-a9c0-3e391021ee0e 07:32:11.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ffb9752c-92cb-4eed-9176-c8865757c5b0 07:32:11.381 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=39931600-6f47-4144-8049-2d62b788b54f 07:32:11.389 [ditto-client--adaptable-bus-79f3b919-c183-4c07-a7a0-4b35d5fd212a-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","ditto-message-feature-id":"someFeature","status":"418","correlation-id":"50b545ba-9948-4aa4-a210-7a6fd5ef976b","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 07:32:11.395 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessage() 07:32:11.396 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 07:32:11.401 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:11.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 07:32:11.462 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 07:32:11.468 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:11.469 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3260a49b-f7e3-4f73-96c8-bbcbefb2ac01 07:32:11.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cba9bac7-fe9d-4c7b-bb80-38d497ef2109 07:32:11.470 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=16535ece-f30b-49a1-b61d-ec461204e952 07:32:11.479 [ditto-client--adaptable-bus-672720db-d9f7-44fa-ac43-8737ee1ad8dd-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} 07:32:11.480 [ditto-client--adaptable-bus-672720db-d9f7-44fa-ac43-8737ee1ad8dd-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} 07:32:11.480 [ditto-client--adaptable-bus-672720db-d9f7-44fa-ac43-8737ee1ad8dd-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} 07:32:11.487 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 07:32:11.487 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 07:32:11.493 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:11.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=55a6df35-8ac2-43dc-8b0a-d1d17ddf303b 07:32:11.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6c8066b7-bf09-4f91-bc8d-901df9a0126e 07:32:11.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0d4a6505-eb33-4b86-a727-b342bccd9f7d 07:32:11.501 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"dc34d86e-6138-4045-b7c4-9543bd63627f","ditto-entity-id":"example.com:testThing","ditto-channel":"live","response-required":false,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","status":204} 07:32:11.502 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"dc34d86e-6138-4045-b7c4-9543bd63627f","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-09T07:32:11.500Z"} 07:32:11.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 07:32:11.569 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testStartConsumptionCombinations() 07:32:11.574 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:11.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 07:32:11.577 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3b46ae5f-019f-4b27-bba2-95b75f421e35 07:32:11.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3c86d43e-5ba9-44d4-9714-10ad9c1c9738 07:32:11.579 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3d122f80-d070-4e29-83a7-bd48842419be 07:32:11.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 07:32:11.581 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8404fe5d-5e41-4f6f-8b6a-155d73ccb10d 07:32:11.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a9ba8903-87f5-4653-8be2-d36e5dd63da6 07:32:11.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4baf6236-5699-49b2-ae80-613eb787af70 07:32:11.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=edc5ee5f-c242-4352-9c07-99fe4bca66e2 07:32:11.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ddd98d95-f0ac-4620-a28f-0a26f4c75476 07:32:11.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3b186be0-ef57-4f2c-a06e-b39596f49133 07:32:11.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 07:32:11.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a42c77a8-8e0d-4017-9779-cac813728704 07:32:11.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9304a004-1e91-4952-ac0e-8a9cfe48542d 07:32:11.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=96f1177c-8d63-4fa2-a64f-d7c6fd531004 07:32:11.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c8b20602-6ba9-43be-8827-d3ef306f39e9 07:32:11.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=568658df-7ec6-463b-a589-c57ad890e83b 07:32:11.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=77cdb828-42cc-4d50-9173-39790ddcd6d1 07:32:11.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e7e9ed8b-20d5-4497-a996-a4810533e13e 07:32:11.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=98e1737b-6800-4ed8-b34e-0bed8d326500 07:32:11.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e96b3235-31bd-40b6-9a02-1e81b1bdadd0 07:32:11.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 07:32:11.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=eac14190-6f56-4a0f-a125-88bd4ab563b7 07:32:11.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b9105750-38a6-4597-b301-e432c48da7b2 07:32:11.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a010bb11-e25b-4f91-b713-31430bac1950 07:32:11.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=192e2ae0-69d0-45d9-b22d-b7bc89b63025 07:32:11.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ff346809-768c-4e68-bed9-894c0d0b2dd0 07:32:11.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8ec9ec64-3bc2-4b92-a530-71fbfd793db7 07:32:11.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=19f9ba5c-7ede-4c55-bb27-63816ca5c035 07:32:11.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=43bc9eac-9296-4f7a-9946-d671cfab7ace 07:32:11.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a07c3b9e-4324-41b4-925f-f59c7a38adc3 07:32:11.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3be10fbe-46d7-4898-821c-eacdffba94d0 07:32:11.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=61360411-d3f3-4739-adf6-a463f1b2a9b5 07:32:11.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=524577a6-fc1e-4dc9-8e87-dfb496f4e15f 07:32:11.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 07:32:11.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a640a75f-4298-4a09-a35e-b86106bff5c6 07:32:11.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d2a8f07d-65e5-4d9f-85a5-78ff0cf34279 07:32:11.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e6df2aa8-ac40-4d85-892b-f0785f77457f 07:32:11.599 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5b1bd41a-3d6e-48a1-8d3e-9994b98300f4 07:32:11.599 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5e0649ab-ed4e-40d2-9e88-7ff9e2cf94ec 07:32:11.599 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=919555ca-beb6-4f6d-a6a9-803b36616f55 07:32:11.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8b774464-d43a-4c84-986a-6c52733a57c7 07:32:11.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=00af4e98-14a2-45e6-9f18-2412a757a5e0 07:32:11.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b7c6925d-a036-44a4-b214-480a6c5caefc 07:32:11.601 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2e68c0a7-16fa-4ef9-b8ec-e15a70e36cbd 07:32:11.601 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=75b965f6-cc96-44e1-99b4-7ad07adbbd5b 07:32:11.601 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=63d83c6c-865e-4ad2-a97a-a2263e955678 07:32:11.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 07:32:11.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fc233b7a-7e0d-4958-b3f6-77c2b34bfcd5 07:32:11.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=22f4e542-0893-49cb-ac85-19a046186606 07:32:11.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d21c0176-6a1b-4bf5-8b3a-7582a92c1c4f 07:32:11.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fb7f8b07-b5d0-4a71-adee-4fb2da815d21 07:32:11.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=64e9dc30-5682-4c72-8847-dc930dbd89ea 07:32:11.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e2f6eccb-66ad-4c32-a382-11b4f71fa855 07:32:11.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e23f8ebe-de6f-4818-b188-4d33c12f069d 07:32:11.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6b000a7f-e6e7-4679-90e5-7e9864ee5ed6 07:32:11.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=db42b3cd-6d44-4657-95b9-e4f17a4bba3a 07:32:11.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 07:32:11.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d8283ede-dbfc-4d44-b099-a66808f76d33 07:32:11.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3c7b1d83-53b0-4570-b607-5c184b75f54f 07:32:11.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6bdcd785-97b5-44eb-bb06-a91cffb5ec69 07:32:11.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7fdb625a-fba1-4c01-ab3f-97c022e8188e 07:32:11.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=142023ca-1950-4028-81ae-45e71533b1b1 07:32:11.688 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=838b5f03-2156-42e8-8ac4-0bfede9c5451 07:32:11.689 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=82b4b70a-6733-408c-882b-c44902b1eb7a 07:32:11.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7811c6d2-403f-4bdd-8a36-d62973b61bfb 07:32:11.690 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dab6ed7e-6fd9-4d72-bebc-51bbe7e49eab 07:32:11.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f5050f34-2a30-45db-aa66-41bd9e28ff4a 07:32:11.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=57527d32-ec09-45a9-9e8a-4a2612c0656b 07:32:11.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a7330f51-0902-426d-bf07-d13c4128f0df 07:32:11.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 07:32:11.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=61f7ad64-30a1-4a11-9998-fb056d012dd6 07:32:11.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b2164168-f2a9-4a1b-a1b6-ca9293999b50 07:32:11.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=02ceda5a-9917-4c96-bbcc-2acd2a40a2de 07:32:11.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a9c2edc7-97ed-4ad0-8d84-c09f065de03c 07:32:11.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=741112f6-fe9a-4d4a-941f-f3dc87e6c0ea 07:32:11.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=78c4b2a6-9ac1-4079-b503-1fab03b7a4dd 07:32:11.698 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=90453de6-f76b-4e43-85b2-aae70fe37a4f 07:32:11.698 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3909ed9b-61c7-4eed-b3c5-87f2d9486885 07:32:11.698 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=62a6ebe4-7994-427a-bbe8-3f6b3a015bcf 07:32:11.703 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=33ca01ad-e38f-48d8-b06d-80959a8241e1 07:32:11.704 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=54a6c9db-8382-4136-bc13-c955d3d66666 07:32:11.704 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bcfd28e4-e8ef-466f-a96d-f4d60f4dab5d 07:32:11.708 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 07:32:11.708 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5078b8bc-1546-45ec-bc46-9b055bca2756 07:32:11.708 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=28b97b80-9813-4d90-8315-b1ccd84beb75 07:32:11.708 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8d1d2e37-e910-4b36-a14d-bd9f05117d18 07:32:11.709 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a67c1f54-4fce-496b-806e-f6e37d2f845a 07:32:11.709 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b8cc669f-ba31-43e8-987d-8937f66c4049 07:32:11.709 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=06061277-7876-44d7-9e8e-291958aae3c6 07:32:11.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 07:32:11.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cd772f8c-dc50-4874-8901-3609d60c0d34 07:32:11.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6cd9965c-0c84-4ae6-acd6-bb2bfadcb8c9 07:32:11.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f534b96b-0de8-40cc-8a06-1659239c48ad 07:32:11.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=112c0de7-1cfa-42ca-9fd8-3088f94f328f 07:32:11.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=806b258e-3f34-4446-b5c0-5fc6ebe8f24b 07:32:11.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=41bd1c1e-b884-4903-ac5a-e632fb303629 07:32:11.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=deb5b77e-a809-4291-9a59-a506af1f9b17 07:32:11.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=84eac1d1-42a3-4efc-bf68-e5889ba689d9 07:32:11.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4de3575b-88ac-4aa7-83fd-9ea893bc4ac5 07:32:11.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 07:32:11.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a8eb1956-cd18-4666-a57d-6c45635e410c 07:32:11.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f8818268-c60c-4147-92c4-7c2331d47826 07:32:11.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c06d254e-5dc2-4a42-9200-3345b36bafd4 07:32:11.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3bd18104-1647-4412-bf8b-f18c8d6d65e4 07:32:11.771 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f34c15b0-d85a-42b8-9f08-abe3a24f0cfd 07:32:11.771 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1981d7ed-3ae6-48ed-968f-e377c4acfb55 07:32:11.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0c827f91-b4e8-42a7-9d07-2e9d7e6aafbe 07:32:11.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=649a9c9a-2873-41a5-acc9-9661a5921afa 07:32:11.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=70904a48-76ef-48eb-9178-3c7282bc5ac3 07:32:11.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2512f7c3-bd05-4c17-8f7b-84218521f4fb 07:32:11.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f6797d3e-a378-4700-a985-2c15dc3e4c63 07:32:11.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=17c91f97-b210-4356-8868-4c12df61055a 07:32:11.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 07:32:11.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4007c8a5-5493-4211-a51d-921b8cfa8ca2 07:32:11.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c1953fd4-1710-48ad-b886-37d1aab8283e 07:32:11.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f925d0ad-e65e-4c1a-8cba-cd61b1fa8d91 07:32:11.778 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0e350d46-0fa7-4b6d-aa3d-5d0a763a9eaf 07:32:11.778 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0136149a-dd4e-4db2-9cb2-a6455c2b6d20 07:32:11.778 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ab39c887-391b-4a62-81ad-a9b36e755930 07:32:11.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a9fe3bce-fa1d-4fe2-8ac2-2fe113145286 07:32:11.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9203ef8a-7af1-4702-8e28-89e013b4397b 07:32:11.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=34a4089d-f6bf-4d30-8a6a-cf786ddd2006 07:32:11.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5763c91d-b657-4f84-84d1-cc0afe2e080b 07:32:11.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=079404b7-f848-48e7-8da5-c7b9112e9ad7 07:32:11.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f0530c38-3118-412c-8963-83ba2b1b71c5 07:32:11.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 07:32:11.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b9549cf3-1c4b-40a7-8084-b11d28b484e0 07:32:11.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=261a9768-7b41-4511-9eb1-14f93392bccc 07:32:11.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=33186c0b-032d-4721-a4b5-2760a22fa0e9 07:32:11.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6ce10b47-c004-4307-a8f8-62846c0a0204 07:32:11.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c27f047d-6e3f-41fc-b589-ee46e2d36e08 07:32:11.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9287172a-e60e-4b3f-9ad1-fa4a4bbe1381 07:32:11.797 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d6a381c3-87c3-4ae9-87e0-c9adef5f926e 07:32:11.798 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ed9690a7-536f-475a-8027-5034f958c4b3 07:32:11.798 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ab3498fc-4361-4b0f-84f7-b9a56dadf9cb 07:32:11.801 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 07:32:11.801 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6a577d79-1f5f-4f1c-b425-acdd03bfb465 07:32:11.802 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=82de2aeb-0c0d-4c0b-8e02-ac6507cd10ce 07:32:11.802 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=94e43132-1c92-4ac6-b3bc-7eff688f5538 07:32:11.802 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=204cf723-1e9f-4978-8157-0a7c95985cea 07:32:11.803 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7eceabfd-6038-43f4-8135-2c426aaf869d 07:32:11.803 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c1c9629b-e912-425a-a486-08d5d7749eba 07:32:11.808 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f6554639-d128-464c-93fc-6b5163260a90 07:32:11.808 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2209c4be-aa9b-4ce4-9936-76dff1f121a5 07:32:11.808 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1db60ff1-a43a-4785-9017-2bb442a54339 07:32:11.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=abf50cb3-62d2-4259-9ad1-72fe1a56527d 07:32:11.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ac6c62f8-af08-4d09-a4d7-ccf7415d2018 07:32:11.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4da2a53d-b253-4b83-99da-51cb1103c1db 07:32:11.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 07:32:11.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5bacbb27-61a1-4feb-a74a-091c99890073 07:32:11.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=751a374c-7f56-41e2-b433-e7e76dff5c44 07:32:11.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=717ae808-8bc1-472b-8e6b-c6976ada60b8 07:32:11.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1bd5d587-657d-478f-a447-f00654f5b037 07:32:11.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=33c6def4-2774-482d-bde4-b4223acdb410 07:32:11.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6f695b55-2abf-49e9-896f-2505168647bc 07:32:11.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5b25c8ca-84c3-4b67-a467-5ad5c368b117 07:32:11.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dbfb3840-8404-4976-b620-4deffcc5597b 07:32:11.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=abfb01c9-6c19-41f5-b223-fa79bf74043a 07:32:11.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7dbb28c9-de57-40f0-9424-d43da737292e 07:32:11.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=53341a88-c5d1-464d-8b44-2a4bc766c517 07:32:11.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5f3181ba-239d-4f7a-822e-b409076d52ae 07:32:11.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 07:32:11.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b8a2ccfd-629f-4e50-9855-0d0354c688b7 07:32:11.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a1a730a5-efd3-4551-97c1-cb89750022d1 07:32:11.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8e600b2f-1380-4945-a85c-63eb64d9c71b 07:32:11.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 07:32:11.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bb1c1980-a285-48f6-a026-c846eabf3d4a 07:32:11.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f913935f-a54e-43e8-87d0-854274c21843 07:32:11.889 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d815e27c-a73b-4218-b9e4-d279dacb54c4 07:32:11.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=42692cf1-0bc0-47df-8ded-12a480895ca2 07:32:11.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9d082269-afc3-4341-bd5e-99c46a486222 07:32:11.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=57a14709-dba8-4b4e-8a3c-ace79cfb7e81 07:32:11.897 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 07:32:11.897 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a18619ea-6023-4ff2-ae46-336539d7a7be 07:32:11.897 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ad78a3a1-50c9-4df9-801e-bf219175088b 07:32:11.897 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2dae75cc-d1aa-4ecd-8513-00e74d568ca7 07:32:11.903 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b56df731-d44e-4e24-b57e-520a4d27102d 07:32:11.903 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=709648f0-0745-4cfd-a335-6e5c7bd6abac 07:32:11.903 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=80c6f097-83ce-4a2a-8b30-829e21e74357 07:32:11.904 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6e90c49a-2655-4613-a240-a2878aa6c8f7 07:32:11.904 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4f88da9d-3401-4e60-bcce-d9d95d20312b 07:32:11.904 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=514a1656-7477-4f4c-8865-737855980bb4 07:32:11.904 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 07:32:11.905 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fcd240f9-37e5-4da0-a055-5c07e39b2c21 07:32:11.905 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=98fc2943-7555-4aab-9242-72f04124872d 07:32:11.905 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1ff5ecc4-e1e1-4033-9c61-3da16a027927 07:32:11.965 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8cfe3afa-679c-4d5e-b842-95d209cdd940 07:32:11.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a015d199-eadb-48a5-81b5-ed73c357e352 07:32:11.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1f126777-0162-4cf1-b47d-45e9126246b8 07:32:11.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=96902c15-e1e7-4e08-8395-7f8c9c74df1a 07:32:11.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=12fdbef7-1d6d-4f1a-bd14-da7ca03e9d21 07:32:11.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=96ba5343-243f-4e5e-9f68-dc749fc7dff6 07:32:11.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3b13ac86-182d-482b-a53e-afbf6f7907f2 07:32:11.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cfce4ef6-84f6-406b-815b-670de3441cef 07:32:11.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=076270ee-eb18-4862-b2d4-5087a79d5336 07:32:11.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 07:32:11.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d8926d8d-29bb-413b-adc1-6262908a7e4e 07:32:11.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fe4242be-9fda-448c-9f0e-9cff32146ee3 07:32:11.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ce441140-1e87-49d4-a415-9f459225968f 07:32:11.998 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bb62cd8a-8cc0-4fea-b28f-a01ab01067a7 07:32:11.998 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c89df524-6aeb-4e4d-83df-2fb2c64434d5 07:32:11.998 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=513f1723-0588-44f9-ad67-598a1a8c6a19 07:32:11.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=db080e55-6a51-459a-a506-748f2d18eb74 07:32:11.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2140a41f-a480-4bb6-a189-6f33fab04bf2 07:32:11.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dd36214b-38fe-4b95-ab9f-998f071b40d4 07:32:12.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=649eb429-3922-4377-80c7-413d3e101360 07:32:12.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d12ba1f2-7203-4596-9227-b7519fda41b4 07:32:12.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4b2ae3d0-6a10-45e7-88ae-3217b9ed3a89 07:32:12.004 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 07:32:12.005 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4f34d09a-904d-4536-9ae0-b85405206117 07:32:12.005 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7ed31a06-e3b8-4185-bab8-ad57d5daf201 07:32:12.005 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1c97f47a-0121-4b74-a228-27e55adf5ed8 07:32:12.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=90177f12-e949-4a66-8e73-95fbfab6e9ce 07:32:12.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7c466fcc-cd1a-483f-9a16-0c4a820592e1 07:32:12.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=690937af-e91e-4b78-a1de-38a7fe353472 07:32:12.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2d60546e-edd9-44d4-b8c7-1e4e825a34a8 07:32:12.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5978bbfa-9fc2-4a28-96dd-31e0342968b6 07:32:12.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=663642de-c9e6-4a1f-a14c-1399583e9913 07:32:12.016 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 07:32:12.016 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=93474895-54c9-4f68-989e-cf5ec7f618a2 07:32:12.016 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=148fbe64-4e6c-4884-b867-83ce8007749e 07:32:12.016 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bf14fadb-13d9-410f-9ea7-12349f589152 07:32:12.062 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3442cb54-9c7d-4a1a-9594-7e1826cc0863 07:32:12.063 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=435d50e0-b719-430a-b303-28d92aea1296 07:32:12.063 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6fbfdec1-3403-4ce7-bd5e-e5b5d02449b8 07:32:12.064 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d5bc00f5-d3d7-4d8c-a866-fed6877da6ed 07:32:12.064 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=83183d7c-ca68-4f2c-a99a-60b88fd63a3a 07:32:12.064 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bde70658-c906-4145-a196-f53baa058558 07:32:12.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=23d6bdbc-77b9-41a5-96fb-c0cc3bbd847e 07:32:12.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6a14e489-c8d0-4aa1-b40b-52f6fb48fe3f 07:32:12.068 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d03f3604-78f6-4744-8aa8-73c7fe0d3674 07:32:12.069 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 07:32:12.069 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=13dc0e91-7652-4c39-bacc-665b1497eaef 07:32:12.069 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cc675825-553e-4e62-8ba3-8e639a0d045e 07:32:12.069 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=abfa9652-f3a1-4cb9-8bdb-83019631e3e2 07:32:12.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0aa9cab6-e40b-438b-8e33-f103c1c47d91 07:32:12.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9edc83cc-140f-4aee-8eed-254b18847582 07:32:12.075 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d0b11aca-e65f-42cf-94f8-9ad9baebb2b7 07:32:12.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ac6586e2-e3dc-47db-b955-ba3bef017402 07:32:12.076 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=542aae41-aaaa-4b50-8cbb-55fc5af7a0ed 07:32:12.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=cfcb6d21-89d2-44af-9a7a-a1405b664599 07:32:12.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=52d09dbb-d073-4c93-868a-5c42913d2962 07:32:12.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3eab4e57-e7c6-41ac-902c-861442fcdec3 07:32:12.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f9990ffb-4501-47b6-8976-f59b801020a3 07:32:12.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 07:32:12.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b004a205-450f-4b11-94ac-0696343d67a2 07:32:12.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8a277e0c-c1ed-4c9f-9cb7-31491325acb7 07:32:12.091 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2fb06b19-a1c3-4ff7-95ef-6cc24f35ea5d 07:32:12.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=252ebe9f-4f44-4432-abff-02dddfd7201a 07:32:12.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d53d3669-4f7f-443c-a26a-b90c0d490863 07:32:12.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=395732ca-8242-4a8a-96e9-a139684f3d24 07:32:12.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 07:32:12.099 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9cbc2089-cc9b-4f96-8e61-337341fbe857 07:32:12.099 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=564d3a9f-7a1f-4e29-9af3-042e16151225 07:32:12.099 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=cb279515-a391-4135-b8e0-537cebee6310 07:32:12.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cf588b04-90f3-4c03-8ee5-3da4a99fb83e 07:32:12.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=aa478f48-50a1-4179-b7af-84834be457f0 07:32:12.102 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=df3a4382-efc9-4230-ae70-6bebc7a04b75 07:32:12.104 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=55614663-b635-4f52-a901-c78c7e4cb2e8 07:32:12.104 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ecc2b025-8d7a-4205-a2d1-33bf60d9bbef 07:32:12.104 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=695e48f4-1f4c-4224-b526-c2a62697a74b 07:32:12.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 07:32:12.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fa082bcf-fff5-4be3-ac65-5533d59904cf 07:32:12.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=329bdd1a-a308-4ab7-abb9-3754c3c0b63b 07:32:12.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7cd4f5fc-5215-4be5-9a84-1608fc239a45 07:32:12.108 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4f434006-3126-4ffc-b663-469d2a3a3e1f 07:32:12.108 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2393a818-f4d4-410e-9da3-206af54538db 07:32:12.108 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=77476746-7b9c-410d-95c3-64a40b861999 07:32:12.162 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e6eaed20-d577-49d0-8d34-91a4fa0570b1 07:32:12.162 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=efca8ac0-c9e0-488d-9eeb-61c76b20d2c1 07:32:12.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4efc6dc6-9452-4640-ae62-c69730357fab 07:32:12.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6da00a66-2119-44b7-9d5f-8d9e8590c957 07:32:12.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b5f802d2-4d55-4527-9499-5349925222fc 07:32:12.163 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d3b4032a-d5cf-4d17-985f-d56cc3e6354e 07:32:12.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 07:32:12.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a63c767c-a958-44b7-9a46-4e1a7a331e95 07:32:12.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dd44f574-3755-4bb6-aa08-79409d0b5166 07:32:12.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=94ddc3d6-6e9d-4d7f-b178-4f6f004595c3 07:32:12.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2b258ca2-20b6-4dd5-916d-a6d7bf75316e 07:32:12.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4c780727-07b2-4878-8fca-7b4f5dca87a0 07:32:12.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=da24c5a3-21ef-407b-bcd5-f70c6a8fdd2f 07:32:12.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=47e62296-cc10-47d8-9223-7ae6962f3862 07:32:12.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=98732369-f7a0-4c77-993a-759715a86a94 07:32:12.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dd7905e7-1098-4c6c-bc24-52162f928595 07:32:12.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=81291a95-841f-4377-96a1-fa576f0242e7 07:32:12.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d4a52492-271e-4331-ab47-1372059227b1 07:32:12.171 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d7fab085-77cd-43e2-8aa7-cb90480bb29f 07:32:12.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 07:32:12.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9bbea46c-575f-40d0-b236-8f9ebfaae5f6 07:32:12.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=df89d984-c754-4457-a3b9-a8e8ddeb3df1 07:32:12.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0542fc25-0f76-4beb-adbd-a827bcdfbca3 07:32:12.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c5188cf1-e80e-4012-aaba-2eb41e5280d6 07:32:12.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fc7fdbea-ca0f-464b-98c5-7439b0801222 07:32:12.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2691f0d0-8dc3-4641-943c-39f13d1746ed 07:32:12.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fb3b3107-5f3d-4732-8ff0-d91a0a14fc9a 07:32:12.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9c876a8f-1d5c-440b-b320-0d59f1f49c71 07:32:12.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bf7875ef-a515-4f7b-a00b-dbc2b69a6390 07:32:12.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 07:32:12.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d9636957-ea9a-413c-8af9-2a0ef03dcb82 07:32:12.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c7c31224-5309-4430-aa47-f2551671100d 07:32:12.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8c5bd06a-5317-4b35-afc2-ac29c8518226 07:32:12.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c4137580-d460-4d98-802b-5a7dd473c8ab 07:32:12.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c53a386a-1068-42b2-a82b-5a9d1ce38047 07:32:12.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=40879ce5-310b-4248-bbdb-a44ab4dc8d27 07:32:12.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f76283c7-916f-4fdb-a486-684ab506f948 07:32:12.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a2cf64f1-80ea-4b7c-8bd1-d62f6c9de69b 07:32:12.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9f74c9c4-b1cd-4112-bca1-c9abda22ef24 07:32:12.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3854303f-606e-4cdd-a9a4-c433619576b8 07:32:12.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a6933197-4429-4078-9eae-fe6c04aec173 07:32:12.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6700601a-3577-47f7-97be-4b2d54a55c76 07:32:12.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 07:32:12.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=453e46a8-0401-4bea-83f4-8d7a1afc1e01 07:32:12.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=14246da8-1fe4-4c0a-b61b-48ae0d3f702a 07:32:12.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=381f0131-e8c1-41c4-90c1-feefcb2e3a8b 07:32:12.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=91da30a9-362a-4e8c-ae45-0c2ef9144b03 07:32:12.265 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=329b3956-3909-4520-a712-9317b7a4e7b4 07:32:12.265 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=badbcfcc-e1cf-4b2a-baab-c88d6cf4a18c 07:32:12.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f5740539-7703-4a23-8070-85c822e32db7 07:32:12.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7f3d262e-e277-42d7-b085-61bc4c110334 07:32:12.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=abc6f013-5944-4a00-80e1-bc37aa8e7a76 07:32:12.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4792080c-e7bb-4d1d-9ac0-f41ab1d1285b 07:32:12.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ee76d5be-f8da-46fb-932a-7be0e54c2d20 07:32:12.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3590c689-64c3-4c5d-ae51-23baeec51c29 07:32:12.288 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testStartConsumptionCombinations() 07:32:12.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#concurrentStartConsumptionFails() 07:32:12.299 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:12.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=498c9815-a427-4e2a-bcee-f4058e2a07d0 07:32:12.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3469190f-5255-4cf0-8fdb-a8dcb5e01265 07:32:12.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b6e62990-efaf-49a2-9276-b431d3ade83c 07:32:12.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#concurrentStartConsumptionFails() 07:32:12.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 07:32:12.397 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:12.466 [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":"d2328d96-3017-4328-830f-723a41fc213a"},"path":"/","value":{}} 07:32:12.479 [pool-710-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"6d8f0328-51b1-4df2-af89-e85cc107974b","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-0","demand":2}} 07:32:13.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 07:32:13.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 07:32:13.571 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:13.576 [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":"be20f3c3-d54d-4ae9-b14d-d84292bb2002"},"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"} 07:32:13.580 [pool-713-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"af5c768b-08da-4781-a40d-039929c410e0","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-1","demand":2}} 07:32:14.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 07:32:14.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 07:32:14.602 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:14.604 [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":"eead42f9-5524-4111-a097-5d7aa481e88a"},"path":"/","value":{}} 07:32:14.661 [pool-716-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"0b572327-aab9-4409-8e16-4acef1aac467","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2","demand":2}} 07:32:14.665 [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"}} 07:32:15.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 07:32:15.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 07:32:15.678 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:15.680 [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":"582e00d9-fd83-4dd2-a4e8-75cc7aa8d809"},"path":"/","value":{}} 07:32:15.682 [pool-719-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"a988c1be-acf1-44b0-8a5a-0331cfe18d81","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-3","demand":2}} 07:32:16.694 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 07:32:16.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=STREAM]() 07:32:16.768 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:16.769 [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":"ed284aa9-1dd0-4f82-a78e-55df7fa6ce97"},"path":"/","value":{}} 07:32:16.773 [pool-722-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"076279a8-8f5d-44c7-ba41-fc0e87cd2e48","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-4","demand":2}} 07:32:17.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=STREAM]() 07:32:17.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 07:32:17.794 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:17.796 [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":"0a2c39f0-8b3a-4b2f-88b6-3df9f068d8cd"},"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"} 07:32:17.799 [pool-725-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"684592cb-c729-4829-9a4a-b13a8975a3c2","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-5","demand":55}} 07:32:27.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 07:32:27.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 07:32:27.901 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:27.903 [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":"15576a94-7702-43dc-a1f1-7e1f15a4cb73"},"path":"/","value":{}} 07:32:27.907 [pool-728-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"24293bf2-3735-4c5e-b82e-8bfb007b1033","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6","demand":2}} 07:32:27.961 [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"}} 07:32:28.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 07:32:28.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 07:32:28.972 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:28.979 [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":"c21f46fa-4306-4341-aa93-4bc0c8a44951"},"path":"/","value":{}} 07:32:28.982 [pool-731-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"580672b0-eed0-4845-9d49-4f3f035eb90a","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-7","demand":2}} 07:32:29.990 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 07:32:29.993 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchPublisherTest#cancellation() 07:32:30.008 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:30.014 [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":"fc5cf60d-67cc-4495-a292-d0779d8aaaad"},"path":"/","value":{}} 07:32:30.018 [pool-734-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"fb5c94c5-b09d-4369-aedc-67abcb5c5a48","content-type":"application/vnd.eclipse.ditto+json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription","demand":99}} 07:32:30.019 [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"}} 07:32:31.066 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchPublisherTest#cancellation() 07:32:31.079 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 07:32:31.086 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.095 [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":"4c563b70-9e11-45f2-ac16-1f8993bc44b1","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties"} 07:32:31.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 07:32:31.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 07:32:31.169 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"4da7d81c-c245-41d9-9af1-2bdc332119f8","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 07:32:31.195 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 07:32:31.196 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 07:32:31.201 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"c0475c76-1b43-4d3b-b88a-62b52971890a","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 07:32:31.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 07:32:31.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 07:32:31.291 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.295 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"a18afc5c-97d1-4e52-b3be-ac5497871c18","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 07:32:31.304 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 07:32:31.305 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 07:32:31.366 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"55136203-7b0d-4371-8395-63980e4e36a2","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties/density","value":42} 07:32:31.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 07:32:31.386 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 07:32:31.390 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.466 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"454ad7b3-fea2-4aab-b733-a6e8f4b5b153","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties","value":{"density":42}} 07:32:31.477 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 07:32:31.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 07:32:31.482 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"5ca52cbb-d83d-49f5-9213-df34749ab04a","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties/density"} 07:32:31.498 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 07:32:31.499 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 07:32:31.503 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"1558e474-e0b3-4143-90ba-ed79b7e07eb0","version":2,"response-required":true,"if-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","value":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}} 07:32:31.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 07:32:31.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 07:32:31.592 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.595 [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":"210ab309-9045-40fb-b661-7ba5ff66bdd4","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 07:32:31.602 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 07:32:31.603 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 07:32:31.610 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"8d26c4b5-1676-422e-bbd4-f8d88fb7bf48","version":2,"response-required":true,"if-none-match":"*","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","value":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}} 07:32:31.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 07:32:31.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 07:32:31.674 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"a83abda2-d7e9-440d-b458-0050c15ce14b","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 07:32:31.684 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 07:32:31.685 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 07:32:31.689 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.692 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"b50a6a79-a484-4efa-a6c0-54901a2c5fb5","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 07:32:31.701 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 07:32:31.702 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 07:32:31.705 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"eb4fc578-d157-4fdd-8cb9-4cb741b05105","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:32:31.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 07:32:31.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 07:32:31.773 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"a02e572f-48b5-45d1-8e47-6455d8dc0d01","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 07:32:31.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 07:32:31.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 07:32:31.795 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.800 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"761fa78a-394c-4f4d-9b62-c34db6660098","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features"} 07:32:31.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 07:32:31.865 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 07:32:31.869 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"02f14888-12a0-463e-a985-94391864e897","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 07:32:31.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 07:32:31.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 07:32:31.883 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"a4577555-666c-42a7-b754-47600e7009fe","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features","value":{"__schemaVersion":2,"someFeature":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}}} 07:32:31.902 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 07:32:31.903 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 07:32:31.962 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"5bea04d1-ece5-460e-aeb0-368a5557fb4a","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/definition"} 07:32:31.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 07:32:31.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 07:32:31.983 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:31.985 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"4d9f396e-344a-4ef1-97d7-5ae76132f0ea","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties"} 07:32:31.996 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 07:32:31.997 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 07:32:32.001 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.002 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"dfd05796-fcea-404b-9192-fc0997c30c44","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:32:32.064 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 07:32:32.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 07:32:32.090 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.093 [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":"952a22ab-f30e-4316-8ba3-d13b9f38a3ab","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties"} 07:32:32.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 07:32:32.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 07:32:32.107 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.162 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"aec29023-8648-463a-8b31-1a865894aabe","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 07:32:32.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 07:32:32.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 07:32:32.174 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"4134f7c1-2b1c-4e70-8861-fd0b4f582a7d","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 07:32:32.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 07:32:32.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 07:32:32.193 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.195 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"471c13ef-f051-436a-bb42-5df60084c901","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 07:32:32.265 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 07:32:32.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 07:32:32.270 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"89d2dada-63a9-400f-b281-55975263633e","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties/density","value":42} 07:32:32.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 07:32:32.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 07:32:32.284 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"3a01b089-3ea5-4ba7-b16d-e5b8548f27a1","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties","value":{"density":42}} 07:32:32.291 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 07:32:32.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 07:32:32.297 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"16391394-a9ea-4643-b302-92dbb83b5510","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties/density"} 07:32:32.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 07:32:32.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 07:32:32.374 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"ddbe9034-7ec9-46f6-affb-9f5134f2334d","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","value":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}} 07:32:32.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 07:32:32.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 07:32:32.387 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.388 [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":"157abd08-bd9e-4b10-885b-0a86784b903c","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 07:32:32.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 07:32:32.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 07:32:32.469 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"a96fb71c-09e2-470e-a772-63486a11e829","version":2,"if-none-match":"*","ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature","value":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}} 07:32:32.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 07:32:32.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 07:32:32.491 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"64ff88d3-4086-49bf-a497-0db29c9b1da8","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 07:32:32.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 07:32:32.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 07:32:32.573 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"f2f5aec9-1208-4b8e-9849-b5c9b3b2f5a1","version":2,"ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 07:32:32.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 07:32:32.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 07:32:32.661 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"957b742a-84fc-44c8-8367-62cfa6afe1a5","version":2,"if-match":"*","ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:32:32.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 07:32:32.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 07:32:32.675 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"453cda2a-a7b8-43de-8917-f657c1a858d0","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 07:32:32.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 07:32:32.682 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 07:32:32.686 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.687 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"5530ba42-d9e6-4f4e-aea4-8af2454d5286","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features"} 07:32:32.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 07:32:32.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 07:32:32.766 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"ea28feef-0119-4d4d-a13e-bc8476fbd4dd","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature"} 07:32:32.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 07:32:32.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=live]() 07:32:32.788 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"f311527c-b824-439e-b985-a3c135ebc0cd","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features","value":{"__schemaVersion":2,"someFeature":{"__schemaVersion":2,"properties":{"propertyPointer":"propertyValue"}}}} 07:32:32.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=live]() 07:32:32.862 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 07:32:32.867 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"519738ec-349c-4e2b-90f8-ff808fc39086","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/definition"} 07:32:32.895 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 07:32:32.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 07:32:32.903 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.905 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"db95a86f-1d41-4da5-8270-8bf5d2d20db5","version":2,"ditto-channel":"live","content-type":"application/vnd.eclipse.ditto+json"},"path":"/features/someFeature/properties"} 07:32:32.911 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 07:32:32.912 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 07:32:32.960 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.963 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"17b48846-726f-47f1-9bbf-a1089f32560e","version":2,"if-none-match":"*","ditto-channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:32:32.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 07:32:32.974 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testFeatureEventAcknowledgement() 07:32:32.979 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:32.980 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=369caa34-6051-434a-bcbc-759b7e9626c1 07:32:32.995 [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} 07:32:32.996 [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} 07:32:32.996 [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} 07:32:33.001 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testFeatureEventAcknowledgement() 07:32:33.001 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testThingEventAcknowledgement() 07:32:33.062 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.063 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7fa13a0c-2a81-4129-92db-0129e7739d3a 07:32:33.072 [ditto-client--adaptable-bus-6b6dadaa-16bd-475a-8311-85828897ce2b-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} 07:32:33.073 [ditto-client--adaptable-bus-6b6dadaa-16bd-475a-8311-85828897ce2b-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} 07:32:33.073 [ditto-client--adaptable-bus-6b6dadaa-16bd-475a-8311-85828897ce2b-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} 07:32:33.077 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testThingEventAcknowledgement() 07:32:33.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testAttributeEventAcknowledgement() 07:32:33.085 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ffdcb8f6-643c-44af-8925-575b21a926e7 07:32:33.162 [ditto-client--adaptable-bus-59ea9e27-66f0-475e-8d65-9a050900d8ed-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} 07:32:33.162 [ditto-client--adaptable-bus-59ea9e27-66f0-475e-8d65-9a050900d8ed-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} 07:32:33.162 [ditto-client--adaptable-bus-59ea9e27-66f0-475e-8d65-9a050900d8ed-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} 07:32:33.167 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testAttributeEventAcknowledgement() 07:32:33.168 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testStartConsumptionCombinations() 07:32:33.173 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.173 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 07:32:33.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=20c9d8b9-897a-4c34-8f45-c88d14a7166c 07:32:33.175 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 07:32:33.176 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8aaeee4b-e3a9-41a3-aaed-85eaa69ab838 07:32:33.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0fe0cb74-c3b1-49a2-9a0f-327ebf9ebadf 07:32:33.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 07:32:33.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e53025db-5048-4e75-ac21-a50a6a03df70 07:32:33.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cf83b503-8f75-4e65-b90a-2a73a40ec8a3 07:32:33.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eee080fb-8b07-4f14-9198-fea025153f13 07:32:33.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 07:32:33.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=67d30e87-ef73-4a36-9f99-03020d89e471 07:32:33.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f4daf266-9698-4f1d-bb14-5200f7984363 07:32:33.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=12ce62c8-1808-4256-a5f2-ae847607215d 07:32:33.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=58236ec5-a443-475e-ade3-bf4522c708e9 07:32:33.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 07:32:33.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f46aa3e0-e4ca-43c5-ac69-0266ce39869b 07:32:33.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=50f44b0a-03a4-4201-bd74-6418c6726ce9 07:32:33.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=caf2b8aa-e048-4c84-acd2-3a11c898f922 07:32:33.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0cfac851-d176-4878-9cc6-3de1340b7a40 07:32:33.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 07:32:33.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ddcca68d-3f89-46e3-bc12-91130be1c3f8 07:32:33.188 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1f7f36b0-5762-4d25-9276-64a61addc84d 07:32:33.188 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3d799e29-12f4-439c-96bc-cc7dd6b9207f 07:32:33.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 07:32:33.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8f1a1b5e-3357-445e-bc97-a1fd62579703 07:32:33.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d09f47c6-b9c9-42ef-9ec8-fb245eee1fa0 07:32:33.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f8532a2c-7ae9-47e4-b83a-e813d9886d7e 07:32:33.192 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cac4eda3-05f1-4320-898d-f2b91a15a166 07:32:33.192 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 07:32:33.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=384c0515-bb49-4984-8e09-86aa1e3ca7f2 07:32:33.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7fc4d8f2-a471-4d39-a244-b652ce155fe3 07:32:33.194 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b6741f3f-ecdc-4830-9f15-78fd6ae0c671 07:32:33.195 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7bcce182-f0a8-46a0-ba56-b3ecd964ff24 07:32:33.196 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 07:32:33.197 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ea3fc955-06cd-4d32-9d09-a1546ea4be31 07:32:33.197 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0a583e01-d5d0-4a76-b216-517f5daa1d12 07:32:33.199 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 07:32:33.199 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ce84a9bf-6e9d-41e2-9744-d39c9727da06 07:32:33.199 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b2d7b326-85c8-4002-98be-f094d0bcfe35 07:32:33.201 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=160b6698-ad90-487a-9f71-21be594c933a 07:32:33.201 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 07:32:33.201 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d2ae76d3-29b7-4d78-829a-5fcb7c9585be 07:32:33.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=28af5b25-7358-4c77-9375-242d65a8b88c 07:32:33.203 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b4347113-7c84-475e-9284-c591ee7c27c4 07:32:33.204 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e73914a4-d6e5-4a73-84c4-738528e2453c 07:32:33.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 07:32:33.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a25234c1-1d01-4d48-9744-bf4318f4e101 07:32:33.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=feaa545f-8e96-42e1-b4af-15fc8b6e7bfd 07:32:33.266 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2980f585-829e-4d70-bfe0-9357276862bf 07:32:33.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=770b4212-7c73-4338-9133-c486da0efb7b 07:32:33.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 07:32:33.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=30af4a5f-7ae3-4025-a68b-ed550f7cbe43 07:32:33.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8b5b10a9-172f-4c59-a13d-54683663e9c0 07:32:33.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8ef20fa0-9040-4796-a997-ddd8b118c502 07:32:33.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 07:32:33.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9e5efbba-d43a-468d-b6a3-215008ee9dfd 07:32:33.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=36041481-2f95-4097-a476-84f663f8f121 07:32:33.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1d668fca-f98a-4613-909e-b50d32b7aa8f 07:32:33.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=472e8724-07b6-4c3a-b866-3807cd401c83 07:32:33.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 07:32:33.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=96ddc5de-d0e4-4981-b48a-74505175c09d 07:32:33.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f6589764-d7ba-477a-9178-d67826a1c405 07:32:33.282 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5aefe9c0-ca8b-4201-8cdf-b509de6b7f9c 07:32:33.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7f0a71e6-dadd-4b05-9e60-35fa8c432061 07:32:33.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 07:32:33.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=133298d1-70a7-4522-8107-c4f82dbaf9ca 07:32:33.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 07:32:33.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=804a579e-e36f-4f1e-998a-19b929e7ad3d 07:32:33.288 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d57627c0-7853-4d0d-b6fc-cb6c15c0a108 07:32:33.288 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 07:32:33.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=deb4c205-00cb-4c07-aa5f-3db82d794cd3 07:32:33.290 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8b493382-093c-4038-84f8-6829016f4658 07:32:33.291 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ee4a27a3-dac0-4c7d-a5f0-e5f629bc7c7b 07:32:33.291 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 07:32:33.291 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e0a583dc-9a14-48f6-8b26-99f7ab2b77c7 07:32:33.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2dfa3006-285d-46db-a5ed-26ae4f83a5f0 07:32:33.294 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=03790d82-8347-43e8-9d57-ae8147a7d2b8 07:32:33.294 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5966e6b9-f6e3-4922-9f9e-27a35236e19d 07:32:33.295 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 07:32:33.295 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=356603ae-43e0-4ae5-b3c0-fc1606812d86 07:32:33.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8a890525-b381-4930-a316-0f65f4325209 07:32:33.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ad41ff07-fd1a-44b8-b813-7f093bc81a5e 07:32:33.297 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eafe7ce3-794a-4238-bc60-0573923d6846 07:32:33.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 07:32:33.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e50ffec9-cd1f-463d-903d-0016d013c8e8 07:32:33.300 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a4c6d9bf-91be-43e4-9157-7174829bb7be 07:32:33.305 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c726b3dc-24f1-48e4-a7fc-191c3b98e860 07:32:33.310 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 07:32:33.310 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e617b0fa-ee5c-4878-9b3c-29855754b556 07:32:33.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5d1b15a3-a5ad-4596-b2a4-05f0337133e9 07:32:33.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1a1b635e-2406-4e3c-9856-ca53ff1166c9 07:32:33.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=df82eb44-1d7e-4a28-9e39-9a5da717d45c 07:32:33.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 07:32:33.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5fb48fb0-2f05-4593-a4b2-dedb4776e865 07:32:33.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d50c5c9e-0a43-4951-99e8-bc70bb13c4a5 07:32:33.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a8b86be4-f2ce-48fb-8519-e9cbce5cbf55 07:32:33.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e253fa75-cc2f-48b7-b9d9-2e0846bf388c 07:32:33.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 07:32:33.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2cf1dc2f-1178-40f9-835b-259cedf0f7e2 07:32:33.374 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eb8db157-bec4-4d66-a1e5-35ea7e720549 07:32:33.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 07:32:33.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a24ff34d-c934-46de-bdcf-0ea88b16e2d0 07:32:33.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8c14d059-23b3-4300-87df-ae45e7f9de6f 07:32:33.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6f8f2aa8-689b-4426-beae-3adfbe276184 07:32:33.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 07:32:33.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d819c87f-9ce0-428c-bece-bcafa1071640 07:32:33.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3fce46ba-b10d-4359-9dda-92c83c153b91 07:32:33.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2eefada8-0923-4bea-a0da-a0514243c18a 07:32:33.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=786f4ae3-a2ca-4535-9dd8-ba1f150848a5 07:32:33.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 07:32:33.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fcce2eb5-869c-4ea1-a478-aa42b2b06ac5 07:32:33.387 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ae8cd6d2-5fb4-4422-9865-68d68ed9a58f 07:32:33.388 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5f74b348-78b8-4df4-b0fb-b4425de28b95 07:32:33.389 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cbecfafb-d478-489b-ad3a-17011bab15b4 07:32:33.390 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 07:32:33.390 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4196c4f2-35e7-400e-9377-f60f3f9a6cdc 07:32:33.391 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6d4784d7-79f7-4bf3-85e2-8f1976a6da93 07:32:33.393 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6e3981ed-8d66-4857-b5c0-4ad8da76ddf8 07:32:33.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 07:32:33.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=268118a2-7a98-4f49-a3bd-bad835e782e9 07:32:33.395 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0dc0b591-6e42-4e4a-bddf-eaca3c2ae855 07:32:33.397 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4b381728-62c2-4949-8c37-79da8aa9aab0 07:32:33.398 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=06dda48b-d6ab-435b-99c7-d0817964584e 07:32:33.398 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 07:32:33.398 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3149a29f-32d2-408e-b937-6e313939a4e5 07:32:33.400 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5bf323b6-775d-4fb1-9b3c-c01d79fcf815 07:32:33.402 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b08883a8-be8a-42f1-b968-0d7b27d8ed3c 07:32:33.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8a5032e2-09f9-4961-b31f-28db301e0293 07:32:33.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testStartConsumptionCombinations() 07:32:33.475 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#concurrentStartConsumptionFails() 07:32:33.483 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4e79d0a2-78ce-49c0-b99a-23764d5a1c2b 07:32:33.489 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#concurrentStartConsumptionFails() 07:32:33.498 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyFails() 07:32:33.564 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"4922fd33-987c-4636-ac0d-5e9c5f867243","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/"} 07:32:33.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyFails() 07:32:33.595 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicy() 07:32:33.599 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"373b7b27-2397-4c93-b1d8-9a6caca5095c","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":[]}}}}}} 07:32:33.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicy() 07:32:33.686 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 07:32:33.694 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.699 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 07:32:33.699 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 07:32:33.703 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 07:32:33.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 07:32:33.789 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.794 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 07:32:33.794 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicy() 07:32:33.797 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.805 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"fc524c3f-0d48-4e48-b25a-b7cd4bd5c15c","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":[]}}}}}} 07:32:33.814 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicy() 07:32:33.814 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#verifyClientDefaultsToSchemaVersion2ForPolicyCommands() 07:32:33.818 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.861 [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. 07:32:33.861 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.869 [ditto-client--adaptable-bus-0105df58-b226-4dba-b2da-1260cdb0790d-1] INFO o.e.d.c.internal.bus.AdaptableBus - Waiting for termination was interrupted. 07:32:33.872 [ditto-client--adaptable-bus-0105df58-b226-4dba-b2da-1260cdb0790d-1] INFO o.e.d.c.internal.bus.AdaptableBus - Waiting for termination was interrupted. 07:32:33.873 [ditto-client--adaptable-bus-0105df58-b226-4dba-b2da-1260cdb0790d-1] INFO o.e.d.c.internal.bus.AdaptableBus - Waiting for termination was interrupted. 07:32:33.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#verifyClientDefaultsToSchemaVersion2ForPolicyCommands() 07:32:33.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicy() 07:32:33.882 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"be56d1f6-6cf0-47b9-8b99-8899a1a281a5","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":[]}}}}}} 07:32:33.888 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"260449be-6903-4bbc-a71a-38b2921a747d","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":[]}}}}}} 07:32:33.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"2c4104c9-83ff-4c34-b00a-7d1450b9cddf","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":[]}}}}}} 07:32:33.960 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicy() 07:32:33.961 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicy() 07:32:33.965 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/delete","headers":{"correlation-id":"1bd30422-900f-49ae-8f91-5da20de697c0","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/"} 07:32:33.978 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicy() 07:32:33.978 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicy() 07:32:33.982 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.983 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"877fe21c-545f-4a1f-be7c-1eac0859ba58","version":2,"response-required":true,"content-type":"application/vnd.eclipse.ditto+json"},"path":"/"} 07:32:33.989 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicy() 07:32:33.990 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 07:32:33.993 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:33.997 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 07:32:33.997 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyJsonObject() 07:32:34.062 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:34.065 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"423c0b06-8302-4254-a11d-b10044e1a359","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":[]}}}}}} 07:32:34.072 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyJsonObject() 07:32:34.072 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 07:32:34.076 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:34.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 07:32:34.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyJsonObject() 07:32:34.083 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2021-02-09] initialized successfully 07:32:34.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"4effdef2-8697-4e2a-b092-808dd88221c5","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":[]}}}}}} 07:32:34.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"41f69041-eb1a-4163-8907-8cea7764153b","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":[]}}}}}} 07:32:34.092 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"79fa3fc2-f313-41ed-85f0-1ac0fcf73f91","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":[]}}}}}} 07:32:34.162 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyJsonObject() [ERROR] Tests run: 492, Failures: 1, Errors: 0, Skipped: 29, Time elapsed: 80.778 s <<< FAILURE! - in TestSuite [ERROR] org.eclipse.ditto.client.DittoClientTwinSearchTest.emptyResults[method=STREAM] on emptyResults[method=STREAM](org.eclipse.ditto.client.DittoClientTwinSearchTest) Time elapsed: 10.103 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 3 threads active: [ditto-client--adaptable-bus-faa92e9a-5707-4f64-b5a7-4f9c37ab2156-4, ditto-client--adaptable-bus-230cf574-fbe4-440b-8a31-d1238e3e6485-4, ditto-client--adaptable-bus-bd796bc4-d419-44cf-b605-517ba0b350b7-4]. Caused by: java.lang.AssertionError: There are 3 threads active: [ditto-client--adaptable-bus-faa92e9a-5707-4f64-b5a7-4f9c37ab2156-4, ditto-client--adaptable-bus-230cf574-fbe4-440b-8a31-d1238e3e6485-4, ditto-client--adaptable-bus-bd796bc4-d419-44cf-b605-517ba0b350b7-4] [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] DittoClientTwinSearchTest>AbstractDittoClientTest.after:122 ยป ConditionTimeout [INFO] [ERROR] Tests run: 492, Failures: 1, Errors: 0, Skipped: 29 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:35 min [INFO] Finished at: 2021-02-09T07:32:36Z [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