2024-10-22 01:03:03:920 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:03:922 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxCancel 2024-10-22 01:03:03:922 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:03:936 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : ae47aa86-d01c-47c8-b012-342123618232 2024-10-22 01:03:03:936 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : ae47aa86-d01c-47c8-b012-342123618232 2024-10-22 01:03:03:939 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : ae47aa86-d01c-47c8-b012-342123618232 2024-10-22 01:03:03:939 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:03:939 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxCancel 2024-10-22 01:03:03:940 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:04:214 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:04:214 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutReducedDataForm 2024-10-22 01:03:04:214 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:04:269 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:grillconf":{}} 2024-10-22 01:03:04:272 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:04:273 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 47241813-ef6e-4c19-aa21-7aea7296c907, store : CONFIGURATION, entity : test-model, path : {"test-model-data:grillconf":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)grillconf, data : {"gasKnob":10} 2024-10-22 01:03:04:278 +0000 [main] TRACE DataCodec - [Decode] input : {"gasKnob":10} 2024-10-22 01:03:04:337 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)grillconf, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)gasKnob, body=10}]} 2024-10-22 01:03:04:351 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 47241813-ef6e-4c19-aa21-7aea7296c907 2024-10-22 01:03:04:383 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:04:384 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutReducedDataForm 2024-10-22 01:03:04:384 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:04:479 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:04:479 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToListItem 2024-10-22 01:03:04:479 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:04:483 +0000 [main] INFO RemoteControlTest - YII : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology/topology/topology[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=topology1}]/node/node[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node-id=node1}]/termination-point/termination-point[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)tp-id=eth0}] 2024-10-22 01:03:04:484 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]}} 2024-10-22 01:03:04:484 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]} 2024-10-22 01:03:04:484 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}] 2024-10-22 01:03:04:485 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]} 2024-10-22 01:03:04:485 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2024-10-22 01:03:04:485 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}] 2024-10-22 01:03:04:485 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"node-id":"node1","termination-point":[{"tp-id":"eth0"}]} 2024-10-22 01:03:04:485 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "node1" 2024-10-22 01:03:04:485 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"tp-id":"eth0"}] 2024-10-22 01:03:04:485 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"tp-id":"eth0"} 2024-10-22 01:03:04:485 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "eth0" 2024-10-22 01:03:04:486 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:04:486 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToListItem 2024-10-22 01:03:04:486 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:04:574 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:04:574 +0000 [main] INFO AbstractJsonRpcTest - [START]testDcn 2024-10-22 01:03:04:575 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:04:606 +0000 [Time-limited test] DEBUG InternalLoggerFactory - Using SLF4J as the default logging framework 2024-10-22 01:03:04:607 +0000 [Time-limited test] DEBUG MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 16 2024-10-22 01:03:04:618 +0000 [Time-limited test] DEBUG GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 2024-10-22 01:03:04:627 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2024-10-22 01:03:04:627 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2024-10-22 01:03:04:665 +0000 [Time-limited test] DEBUG PlatformDependent0 - -Dio.netty.noUnsafe: false 2024-10-22 01:03:04:665 +0000 [Time-limited test] DEBUG PlatformDependent0 - Java version: 17 2024-10-22 01:03:04:666 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 2024-10-22 01:03:04:667 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe base methods: all available 2024-10-22 01:03:04:667 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.storeFence: available 2024-10-22 01:03:04:668 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Buffer.address: available 2024-10-22 01:03:04:668 +0000 [Time-limited test] DEBUG PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 2024-10-22 01:03:04:669 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Bits.unaligned: available, true 2024-10-22 01:03:04:670 +0000 [Time-limited test] DEBUG PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @389b0789 2024-10-22 01:03:04:671 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 2024-10-22 01:03:04:671 +0000 [Time-limited test] DEBUG PlatformDependent - sun.misc.Unsafe: available 2024-10-22 01:03:04:671 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2024-10-22 01:03:04:672 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 2024-10-22 01:03:04:674 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 2024-10-22 01:03:04:674 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1 2024-10-22 01:03:04:675 +0000 [Time-limited test] DEBUG CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 2024-10-22 01:03:04:675 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.noPreferDirect: false 2024-10-22 01:03:04:677 +0000 [Time-limited test] DEBUG NioEventLoop - -Dio.netty.noKeySetOptimization: false 2024-10-22 01:03:04:677 +0000 [Time-limited test] DEBUG NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512 2024-10-22 01:03:04:705 +0000 [Time-limited test] DEBUG PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 2024-10-22 01:03:04:752 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.processId: 53006 (auto-detected) 2024-10-22 01:03:04:759 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv4Stack: false 2024-10-22 01:03:04:759 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv6Addresses: false 2024-10-22 01:03:04:761 +0000 [Time-limited test] DEBUG NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2024-10-22 01:03:04:762 +0000 [Time-limited test] DEBUG NetUtil - /proc/sys/net/core/somaxconn: 4096 2024-10-22 01:03:04:763 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.machineId: 02:42:0c:ff:fe:88:1b:b4 (auto-detected) 2024-10-22 01:03:04:777 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 2024-10-22 01:03:04:777 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 2024-10-22 01:03:04:817 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 16 2024-10-22 01:03:04:817 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 16 2024-10-22 01:03:04:817 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 2024-10-22 01:03:04:818 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 9 2024-10-22 01:03:04:818 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 4194304 2024-10-22 01:03:04:818 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256 2024-10-22 01:03:04:818 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64 2024-10-22 01:03:04:818 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2024-10-22 01:03:04:818 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192 2024-10-22 01:03:04:818 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0 2024-10-22 01:03:04:818 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: false 2024-10-22 01:03:04:818 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 2024-10-22 01:03:04:818 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 2024-10-22 01:03:04:831 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.allocator.type: pooled 2024-10-22 01:03:04:831 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 2024-10-22 01:03:04:831 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 2024-10-22 01:03:04:833 +0000 [Time-limited test] DEBUG ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 2024-10-22 01:03:04:863 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:35863 2024-10-22 01:03:04:863 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@2067628029 2024-10-22 01:03:04:897 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xb9dbf4e5, L:/127.0.0.1:55924 - R:/127.0.0.1:35863]]@2067628029 2024-10-22 01:03:04:910 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 2024-10-22 01:03:04:910 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.ratio: 8 2024-10-22 01:03:04:910 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.chunkSize: 32 2024-10-22 01:03:04:910 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.blocking: false 2024-10-22 01:03:04:910 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 2024-10-22 01:03:04:920 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 2024-10-22 01:03:04:920 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 2024-10-22 01:03:04:921 +0000 [nioEventLoopGroup-2-2] DEBUG ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@deddd1d 2024-10-22 01:03:05:003 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":1,"method":"addListener","params":{"transport":null,"store":"config","entity":"test-model","path":{"test-model-data:top-container":{}}}} 2024-10-22 01:03:05:014 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2024-10-22 01:03:05:020 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":1,"method":"addListener","params":{"transport":null,"store":"config","entity":"test-model","path":{"test-model-data:top-container":{}}}} 2024-10-22 01:03:05:028 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public org.opendaylight.jsonrpc.model.ListenerKey org.opendaylight.jsonrpc.impl.RemoteControl.addListener(org.opendaylight.jsonrpc.model.AddListenerArgument) throws java.io.IOException] 2024-10-22 01:03:05:031 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:05:031 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:05:044 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:46339","name":"b9ac378f-903f-47a6-9241-6f075df4e8e6"}} 2024-10-22 01:03:05:047 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0xb9dbf4e5, L:/127.0.0.1:55924 - R:/127.0.0.1:35863] : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:46339","name":"b9ac378f-903f-47a6-9241-6f075df4e8e6"}} 2024-10-22 01:03:05:048 +0000 [Time-limited test] INFO RemoteControlTest - Publisher at org.opendaylight.jsonrpc.model.ListenerKey@8ea48bc4 2024-10-22 01:03:05:055 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:46339 2024-10-22 01:03:05:055 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@847370913 2024-10-22 01:03:05:056 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 460f0b1f-12c4-4f05-bcb6-179c75520ad1 2024-10-22 01:03:05:056 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:05:057 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:05:057 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - PUT txId : 460f0b1f-12c4-4f05-bcb6-179c75520ad1, store : CONFIGURATION, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{"abc":"123"}} 2024-10-22 01:03:05:058 +0000 [Time-limited test] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2024-10-22 01:03:05:060 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x99826c7f, L:/127.0.0.1:34190 - R:/127.0.0.1:46339]]@847370913 2024-10-22 01:03:05:061 +0000 [Time-limited test] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)abc, body=123}]}]} 2024-10-22 01:03:05:061 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 460f0b1f-12c4-4f05-bcb6-179c75520ad1 2024-10-22 01:03:05:070 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : cd2d9661-eda6-429f-89f5-c2c9a4076ca5 2024-10-22 01:03:05:070 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:05:070 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:05:070 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=cd2d9661-eda6-429f-89f5-c2c9a4076ca5, store=CONFIGURATION, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:05:071 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : cd2d9661-eda6-429f-89f5-c2c9a4076ca5 2024-10-22 01:03:05:079 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:05:080 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] input : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)abc, body=123}]}]} 2024-10-22 01:03:05:098 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] result : {"level2a":{"abc":"123"}} 2024-10-22 01:03:05:098 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@c4da4c2]] 2024-10-22 01:03:05:104 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":{"level2a":{"abc":"123"}}}]}} 2024-10-22 01:03:05:104 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:05:104 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] input : null 2024-10-22 01:03:05:104 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@57873809]] 2024-10-22 01:03:05:105 +0000 [defaultEventExecutorGroup-3-3] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public void org.opendaylight.jsonrpc.provider.common.DcnPublisherImpl.notifyListener(org.opendaylight.jsonrpc.model.DataChangeNotification)] 2024-10-22 01:03:05:106 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":null}]}} 2024-10-22 01:03:05:107 +0000 [defaultEventExecutorGroup-3-3] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public void org.opendaylight.jsonrpc.provider.common.DcnPublisherImpl.notifyListener(org.opendaylight.jsonrpc.model.DataChangeNotification)] 2024-10-22 01:03:05:107 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:46339","name":"b9ac378f-903f-47a6-9241-6f075df4e8e6"}} 2024-10-22 01:03:05:109 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2024-10-22 01:03:05:109 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:46339","name":"b9ac378f-903f-47a6-9241-6f075df4e8e6"}} 2024-10-22 01:03:05:110 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractProxyHandlerAdapter - Attempting method candidate MethodCandidate [method=public boolean org.opendaylight.jsonrpc.impl.RemoteControl.deleteListener(org.opendaylight.jsonrpc.model.DeleteListenerArgument)] 2024-10-22 01:03:05:111 +0000 [defaultEventExecutorGroup-3-2] DEBUG DataChangeListenerRegistration - Closing notification publisher for path /(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:05:111 +0000 [defaultEventExecutorGroup-3-2] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractSession [PUB@zmq://127.0.0.1:46339@1889364440], timeout=30000] 2024-10-22 01:03:05:116 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@zmq://127.0.0.1:46339@1889364440] 2024-10-22 01:03:05:120 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":2,"result":true} 2024-10-22 01:03:05:121 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0xb9dbf4e5, L:/127.0.0.1:55924 - R:/127.0.0.1:35863] : {"jsonrpc":"2.0","id":2,"result":true} 2024-10-22 01:03:05:122 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@1069239175 2024-10-22 01:03:05:122 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0x99826c7f, L:/127.0.0.1:34190 ! R:/127.0.0.1:46339]]@847370913 2024-10-22 01:03:05:123 +0000 [Time-limited test] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:35863, sessionType=REQ, hashCode=2067628029], timeout=30000] 2024-10-22 01:03:05:131 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:35863, sessionType=REQ, hashCode=2067628029] 2024-10-22 01:03:05:131 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0xb9dbf4e5, L:/127.0.0.1:55924 - R:/127.0.0.1:35863]]@2067628029 2024-10-22 01:03:05:132 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=zmq://127.0.0.1:46339, sessionType=SUB, hashCode=847370913] 2024-10-22 01:03:05:132 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0x99826c7f, L:/127.0.0.1:34190 ! R:/127.0.0.1:46339]]@847370913 2024-10-22 01:03:05:132 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [REP@zmq://0.0.0.0:35863@1567609023] 2024-10-22 01:03:05:133 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:133 +0000 [main] INFO AbstractJsonRpcTest - [END]testDcn 2024-10-22 01:03:05:133 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:215 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:215 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD2 2024-10-22 01:03:05:215 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:215 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 4f48fae1-bc7d-4e2a-aec3-34f1fd8aa9e9 2024-10-22 01:03:05:215 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:05:216 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:05:216 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 4f48fae1-bc7d-4e2a-aec3-34f1fd8aa9e9, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{"abc":"123"}} 2024-10-22 01:03:05:216 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2024-10-22 01:03:05:217 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)abc, body=123}]}]} 2024-10-22 01:03:05:217 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:05:217 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:05:217 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:05:223 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 4f48fae1-bc7d-4e2a-aec3-34f1fd8aa9e9 2024-10-22 01:03:05:225 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:05:225 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:05:225 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:05:225 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:225 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD2 2024-10-22 01:03:05:225 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:309 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:309 +0000 [main] INFO AbstractJsonRpcTest - [START]testMerge 2024-10-22 01:03:05:309 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:878 +0000 [main] INFO RemoteControlTest - Merging data /(urn:opendaylight:jsonrpc?revision=2016-12-01)config/configured-endpoints/configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=name-1}] at path ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=name-1}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=name-1}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}]} 2024-10-22 01:03:05:892 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:893 +0000 [main] INFO AbstractJsonRpcTest - [END]testMerge 2024-10-22 01:03:05:893 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:960 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:960 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD 2024-10-22 01:03:05:960 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:961 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 2d9f1047-70bd-4efd-a5f3-33831a5dbd22 2024-10-22 01:03:05:961 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:05:961 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:05:961 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 2d9f1047-70bd-4efd-a5f3-33831a5dbd22, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{}} 2024-10-22 01:03:05:961 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-10-22 01:03:05:962 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[]}]} 2024-10-22 01:03:05:962 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 2d9f1047-70bd-4efd-a5f3-33831a5dbd22 2024-10-22 01:03:05:963 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:05:963 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:05:963 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:05:963 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 2b6aa06f-d7c6-44ce-a240-1c13ffe5b7bd 2024-10-22 01:03:05:963 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:05:964 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:05:964 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=2b6aa06f-d7c6-44ce-a240-1c13ffe5b7bd, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:05:964 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 2b6aa06f-d7c6-44ce-a240-1c13ffe5b7bd 2024-10-22 01:03:05:964 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:05:964 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:05:965 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:05:965 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:05:965 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD 2024-10-22 01:03:05:965 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:026 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:027 +0000 [main] INFO AbstractJsonRpcTest - [START]testCancelNonExistentTX 2024-10-22 01:03:06:027 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:027 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 312dcd3c-1198-499b-848d-02b98093a13c 2024-10-22 01:03:06:027 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:027 +0000 [main] INFO AbstractJsonRpcTest - [END]testCancelNonExistentTX 2024-10-22 01:03:06:027 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:085 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:085 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutWithoutTx 2024-10-22 01:03:06:085 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:086 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:06:086 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:06:086 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 318533bb-3112-46f6-b29b-f920d462a885, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{}} 2024-10-22 01:03:06:086 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-10-22 01:03:06:087 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[]}]} 2024-10-22 01:03:06:087 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:087 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutWithoutTx 2024-10-22 01:03:06:087 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:214 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:214 +0000 [main] INFO AbstractJsonRpcTest - [START]testMergeListItemNonExistentList 2024-10-22 01:03:06:214 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:214 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : a38e59ed-0ff5-43ba-9a09-dedaa095fc1a 2024-10-22 01:03:06:215 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-10-22 01:03:06:215 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-10-22 01:03:06:215 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-10-22 01:03:06:215 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-10-22 01:03:06:215 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-10-22 01:03:06:215 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=a38e59ed-0ff5-43ba-9a09-dedaa095fc1a, store=CONFIGURATION, entity=, path={"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}}, YII=/(urn:opendaylight:jsonrpc?revision=2016-12-01)config/configured-endpoints/configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], data={"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2024-10-22 01:03:06:222 +0000 [main] TRACE DataCodec - [Decode] input : {"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2024-10-22 01:03:06:237 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=lab-mlx}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=UnmodifiableCollection{[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-types], body=brocade-mlx-types}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-interfaces], body=brocade-mlx-interfaces}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-router], body=brocade-mlx-router}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-security], body=brocade-mlx-security}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}}]} 2024-10-22 01:03:06:241 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : a38e59ed-0ff5-43ba-9a09-dedaa095fc1a 2024-10-22 01:03:06:242 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:242 +0000 [main] INFO AbstractJsonRpcTest - [END]testMergeListItemNonExistentList 2024-10-22 01:03:06:242 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:312 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:312 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToLeaf 2024-10-22 01:03:06:312 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:312 +0000 [main] INFO RemoteControlTest - YII : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology/topology/topology[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=topology1}]/server-provided 2024-10-22 01:03:06:312 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","server-provided":{}}]}} 2024-10-22 01:03:06:313 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","server-provided":{}}]} 2024-10-22 01:03:06:313 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","server-provided":{}}] 2024-10-22 01:03:06:313 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","server-provided":{}} 2024-10-22 01:03:06:313 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2024-10-22 01:03:06:313 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:06:313 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:313 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToLeaf 2024-10-22 01:03:06:313 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:367 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:367 +0000 [main] INFO AbstractJsonRpcTest - [START]testReducedData 2024-10-22 01:03:06:367 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:367 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-10-22 01:03:06:368 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-10-22 01:03:06:368 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-10-22 01:03:06:368 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-10-22 01:03:06:368 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-10-22 01:03:06:368 +0000 [main] TRACE DataCodec - [Decode] input : {"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2024-10-22 01:03:06:369 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=lab-mlx}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=UnmodifiableCollection{[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-types], body=brocade-mlx-types}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-interfaces], body=brocade-mlx-interfaces}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-router], body=brocade-mlx-router}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-security], body=brocade-mlx-security}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}}]} 2024-10-22 01:03:06:369 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:369 +0000 [main] INFO AbstractJsonRpcTest - [END]testReducedData 2024-10-22 01:03:06:369 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:422 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:422 +0000 [main] INFO AbstractJsonRpcTest - [START]testReadTopologyData 2024-10-22 01:03:06:422 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:518 +0000 [main] INFO RemoteControlTest - Path len : 1 2024-10-22 01:03:06:518 +0000 [main] INFO RemoteControlTest - (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology : (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-10-22 01:03:06:518 +0000 [main] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-10-22 01:03:06:518 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2024-10-22 01:03:06:518 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:06:519 +0000 [main] INFO RemoteControlTest - JSON path : {"network-topology:network-topology":{}} 2024-10-22 01:03:06:519 +0000 [main] INFO RemoteControlTest - path from codec : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-10-22 01:03:06:519 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2024-10-22 01:03:06:519 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:06:519 +0000 [main] DEBUG JsonRpcDatastoreAdapter - READ : YII :/(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-10-22 01:03:06:519 +0000 [main] TRACE DataCodec - [Decode] input : ImmutableContainerNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology, body=[ImmutableSystemMapNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology, body=[ImmutableMapEntryNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=topo1}], body=[ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id, body=topo1}, ImmutableSystemMapNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node, body=[ImmutableMapEntryNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node-id=node1}], body=[ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node-id, body=node1}, ImmutableSystemMapNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)termination-point, body=[ImmutableMapEntryNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)termination-point[{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)tp-id=eth0}], body=[ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)tp-id, body=eth0}]}]}]}]}, ImmutableLeafNode{name=(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)server-provided, body=true}]}]}]} 2024-10-22 01:03:06:522 +0000 [main] TRACE DataCodec - [Decode] result : {"topology":[{"topology-id":"topo1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}],"server-provided":true}]} 2024-10-22 01:03:06:522 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:522 +0000 [main] INFO AbstractJsonRpcTest - [END]testReadTopologyData 2024-10-22 01:03:06:522 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:621 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:622 +0000 [main] INFO AbstractJsonRpcTest - [START]testInvalidPaths 2024-10-22 01:03:06:622 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:622 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[1]}} 2024-10-22 01:03:06:622 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[1]} 2024-10-22 01:03:06:622 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [1] 2024-10-22 01:03:06:623 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonPrimitive => 1 2024-10-22 01:03:06:623 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[[]]}} 2024-10-22 01:03:06:623 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[[]]} 2024-10-22 01:03:06:623 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [[]] 2024-10-22 01:03:06:623 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonArray => [] 2024-10-22 01:03:06:623 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":null} 2024-10-22 01:03:06:624 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected element : JsonNull => null 2024-10-22 01:03:06:624 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"non-existent-module:data1":{}} 2024-10-22 01:03:06:624 +0000 [main] INFO RemoteControlTest - This was expected : Module 'non-existent-module' not found in schema 2024-10-22 01:03:06:624 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:624 +0000 [main] INFO AbstractJsonRpcTest - [END]testInvalidPaths 2024-10-22 01:03:06:624 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:675 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:675 +0000 [main] INFO AbstractJsonRpcTest - [START]testRemoveNonExistentDcn 2024-10-22 01:03:06:675 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:675 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:675 +0000 [main] INFO AbstractJsonRpcTest - [END]testRemoveNonExistentDcn 2024-10-22 01:03:06:675 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:727 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:727 +0000 [main] INFO AbstractJsonRpcTest - [START]testCommitNonExistentTX 2024-10-22 01:03:06:727 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:727 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : a47a5ea1-d613-4d14-bb7f-4313c73a1122 2024-10-22 01:03:06:728 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:728 +0000 [main] INFO AbstractJsonRpcTest - [END]testCommitNonExistentTX 2024-10-22 01:03:06:728 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:777 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:777 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxPutMergeDelete 2024-10-22 01:03:06:777 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:777 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 7c8a3f74-1b71-4a0c-b723-662d5eaabec7 2024-10-22 01:03:06:778 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:06:778 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:06:778 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 7c8a3f74-1b71-4a0c-b723-662d5eaabec7, store : OPERATIONAL, entity : test-model, path : {"test-model-data:top-container":{}}, YII :/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, data : {"level2a":{}} 2024-10-22 01:03:06:778 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-10-22 01:03:06:779 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container, body=[ImmutableContainerNode{name=(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)level2a, body=[]}]} 2024-10-22 01:03:06:779 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 7c8a3f74-1b71-4a0c-b723-662d5eaabec7 2024-10-22 01:03:06:780 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{}} 2024-10-22 01:03:06:781 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:06:781 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 95641e88-2a85-4af4-91ba-9158faca2314, store : CONFIGURATION, entity : something, path : {"jsonrpc:config":{}}, YII :/(urn:opendaylight:jsonrpc?revision=2016-12-01)config, data : {"configured-endpoints":[]} 2024-10-22 01:03:06:781 +0000 [main] TRACE DataCodec - [Decode] input : {"configured-endpoints":[]} 2024-10-22 01:03:06:781 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableContainerNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)config, body=[ImmutableSystemMapNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints, body=[]}]} 2024-10-22 01:03:06:781 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 95641e88-2a85-4af4-91ba-9158faca2314 2024-10-22 01:03:06:782 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-10-22 01:03:06:782 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-10-22 01:03:06:782 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-10-22 01:03:06:783 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-10-22 01:03:06:783 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-10-22 01:03:06:783 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=e000c0db-60a2-4009-8f56-386c572d7bd7, store=CONFIGURATION, entity=something, path={"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}}, YII=/(urn:opendaylight:jsonrpc?revision=2016-12-01)config/configured-endpoints/configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], data={"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2024-10-22 01:03:06:783 +0000 [main] TRACE DataCodec - [Decode] input : {"name":"lab-mlx","modules":["ietf-inet-types","brocade-mlx-interfaces","brocade-mlx-router","brocade-mlx-security","brocade-mlx-types"]} 2024-10-22 01:03:06:784 +0000 [main] TRACE DataCodec - [Decode] result : ImmutableMapEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)configured-endpoints[{(urn:opendaylight:jsonrpc?revision=2016-12-01)name=lab-mlx}], body=[ImmutableLeafNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)name, body=lab-mlx}, ImmutableSystemLeafSetNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules, body=UnmodifiableCollection{[ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-types], body=brocade-mlx-types}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-interfaces], body=brocade-mlx-interfaces}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-router], body=brocade-mlx-router}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[brocade-mlx-security], body=brocade-mlx-security}, ImmutableLeafSetEntryNode{name=(urn:opendaylight:jsonrpc?revision=2016-12-01)modules[ietf-inet-types], body=ietf-inet-types}]}}]} 2024-10-22 01:03:06:784 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : e000c0db-60a2-4009-8f56-386c572d7bd7 2024-10-22 01:03:06:785 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:06:785 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:06:785 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:06:786 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:06:786 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:06:786 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=422b94ff-ac71-4f7f-b076-fd4007f05c23, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:06:786 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 422b94ff-ac71-4f7f-b076-fd4007f05c23 2024-10-22 01:03:06:787 +0000 [main] DEBUG JsonRpcDatastoreAdapter - ERROR : 422b94ff-ac71-4f7f-b076-fd4007f05c23 2024-10-22 01:03:06:787 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-10-22 01:03:06:787 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-10-22 01:03:06:787 +0000 [main] DEBUG JsonRpcDatastoreAdapter - EXISTS store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-10-22 01:03:06:787 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-10-22 01:03:06:787 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxPutMergeDelete 2024-10-22 01:03:06:787 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================