2024-11-16 11:50:53:970 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:53:972 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxCancel 2024-11-16 11:50:53:972 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:53:984 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : ff755700-9bc7-4216-beee-90ac2fb30c05 2024-11-16 11:50:53:984 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : ff755700-9bc7-4216-beee-90ac2fb30c05 2024-11-16 11:50:53:987 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : ff755700-9bc7-4216-beee-90ac2fb30c05 2024-11-16 11:50:53:987 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:53:987 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxCancel 2024-11-16 11:50:53:987 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:54:130 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:54:130 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutReducedDataForm 2024-11-16 11:50:54:130 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:54:195 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:grillconf":{}} 2024-11-16 11:50:54:198 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:54:199 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 1a260207-9bfe-4301-be65-2199586ae994, 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-11-16 11:50:54:204 +0000 [main] TRACE DataCodec - [Decode] input : {"gasKnob":10} 2024-11-16 11:50:54:268 +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-11-16 11:50:54:282 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 1a260207-9bfe-4301-be65-2199586ae994 2024-11-16 11:50:54:310 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:54:310 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutReducedDataForm 2024-11-16 11:50:54:310 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:54:442 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:54:442 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToListItem 2024-11-16 11:50:54:442 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:54:447 +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-11-16 11:50:54:448 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]}} 2024-11-16 11:50:54:448 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]} 2024-11-16 11:50:54:448 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}] 2024-11-16 11:50:54:449 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]} 2024-11-16 11:50:54:449 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2024-11-16 11:50:54:449 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}] 2024-11-16 11:50:54:449 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"node-id":"node1","termination-point":[{"tp-id":"eth0"}]} 2024-11-16 11:50:54:449 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "node1" 2024-11-16 11:50:54:449 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"tp-id":"eth0"}] 2024-11-16 11:50:54:450 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"tp-id":"eth0"} 2024-11-16 11:50:54:450 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "eth0" 2024-11-16 11:50:54:450 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:54:450 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToListItem 2024-11-16 11:50:54:450 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:54:540 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:54:540 +0000 [main] INFO AbstractJsonRpcTest - [START]testDcn 2024-11-16 11:50:54:541 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:54:574 +0000 [Time-limited test] DEBUG InternalLoggerFactory - Using SLF4J as the default logging framework 2024-11-16 11:50:54:575 +0000 [Time-limited test] DEBUG MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 2024-11-16 11:50:54:586 +0000 [Time-limited test] DEBUG GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 2024-11-16 11:50:54:596 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2024-11-16 11:50:54:596 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2024-11-16 11:50:54:636 +0000 [Time-limited test] DEBUG PlatformDependent0 - -Dio.netty.noUnsafe: false 2024-11-16 11:50:54:636 +0000 [Time-limited test] DEBUG PlatformDependent0 - Java version: 17 2024-11-16 11:50:54:637 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 2024-11-16 11:50:54:638 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe base methods: all available 2024-11-16 11:50:54:638 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.storeFence: available 2024-11-16 11:50:54:639 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Buffer.address: available 2024-11-16 11:50:54:639 +0000 [Time-limited test] DEBUG PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 2024-11-16 11:50:54:640 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Bits.unaligned: available, true 2024-11-16 11:50:54:641 +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-11-16 11:50:54:642 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 2024-11-16 11:50:54:642 +0000 [Time-limited test] DEBUG PlatformDependent - sun.misc.Unsafe: available 2024-11-16 11:50:54:642 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2024-11-16 11:50:54:642 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 2024-11-16 11:50:54:645 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 2024-11-16 11:50:54:645 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1 2024-11-16 11:50:54:646 +0000 [Time-limited test] DEBUG CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 2024-11-16 11:50:54:646 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.noPreferDirect: false 2024-11-16 11:50:54:648 +0000 [Time-limited test] DEBUG NioEventLoop - -Dio.netty.noKeySetOptimization: false 2024-11-16 11:50:54:648 +0000 [Time-limited test] DEBUG NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512 2024-11-16 11:50:54:674 +0000 [Time-limited test] DEBUG PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 2024-11-16 11:50:54:728 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.processId: 9020 (auto-detected) 2024-11-16 11:50:54:736 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv4Stack: false 2024-11-16 11:50:54:736 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv6Addresses: false 2024-11-16 11:50:54:738 +0000 [Time-limited test] DEBUG NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2024-11-16 11:50:54:739 +0000 [Time-limited test] DEBUG NetUtil - /proc/sys/net/core/somaxconn: 128 2024-11-16 11:50:54:740 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.machineId: 02:42:23:ff:fe:ab:8b:2c (auto-detected) 2024-11-16 11:50:54:755 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 2024-11-16 11:50:54:755 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 9 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 4194304 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: false 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 2024-11-16 11:50:54:793 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 2024-11-16 11:50:54:806 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.allocator.type: pooled 2024-11-16 11:50:54:807 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 2024-11-16 11:50:54:807 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 2024-11-16 11:50:54:808 +0000 [Time-limited test] DEBUG ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 2024-11-16 11:50:54:834 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:49071 2024-11-16 11:50:54:834 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@936227138 2024-11-16 11:50:54:871 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x3962ae47, L:/127.0.0.1:55148 - R:/127.0.0.1:49071]]@936227138 2024-11-16 11:50:54:897 +0000 [nioEventLoopGroup-2-3] DEBUG Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 2024-11-16 11:50:54:897 +0000 [nioEventLoopGroup-2-3] DEBUG Recycler - -Dio.netty.recycler.ratio: 8 2024-11-16 11:50:54:897 +0000 [nioEventLoopGroup-2-3] DEBUG Recycler - -Dio.netty.recycler.chunkSize: 32 2024-11-16 11:50:54:897 +0000 [nioEventLoopGroup-2-3] DEBUG Recycler - -Dio.netty.recycler.blocking: false 2024-11-16 11:50:54:898 +0000 [nioEventLoopGroup-2-3] DEBUG Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 2024-11-16 11:50:54:909 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 2024-11-16 11:50:54:909 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 2024-11-16 11:50:54:910 +0000 [nioEventLoopGroup-2-3] DEBUG ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@40edf05c 2024-11-16 11:50:54:968 +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-11-16 11:50:54:975 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2024-11-16 11:50:54:980 +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-11-16 11:50:54:986 +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-11-16 11:50:54:988 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:54:989 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:55:001 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:39949","name":"8043cb7e-e21c-4c84-9f67-224867766046"}} 2024-11-16 11:50:55:004 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x3962ae47, L:/127.0.0.1:55148 - R:/127.0.0.1:49071] : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:39949","name":"8043cb7e-e21c-4c84-9f67-224867766046"}} 2024-11-16 11:50:55:004 +0000 [Time-limited test] INFO RemoteControlTest - Publisher at org.opendaylight.jsonrpc.model.ListenerKey@8402bfde 2024-11-16 11:50:55:008 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:39949 2024-11-16 11:50:55:008 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@666193253 2024-11-16 11:50:55:010 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 1d9579a1-0cc8-492d-9683-23e6b9d3e4fe 2024-11-16 11:50:55:010 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:55:010 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:55:010 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - PUT txId : 1d9579a1-0cc8-492d-9683-23e6b9d3e4fe, 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-11-16 11:50:55:011 +0000 [Time-limited test] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2024-11-16 11:50:55:014 +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-11-16 11:50:55:014 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 1d9579a1-0cc8-492d-9683-23e6b9d3e4fe 2024-11-16 11:50:55:020 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xe2c7a3a5, L:/127.0.0.1:41520 - R:/127.0.0.1:39949]]@666193253 2024-11-16 11:50:55:039 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 73bc6a62-fc6d-4b0d-a391-61ca509a7e20 2024-11-16 11:50:55:039 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:55:039 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:55:040 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=73bc6a62-fc6d-4b0d-a391-61ca509a7e20, store=CONFIGURATION, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-11-16 11:50:55:040 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 73bc6a62-fc6d-4b0d-a391-61ca509a7e20 2024-11-16 11:50:55:050 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-11-16 11:50:55:051 +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-11-16 11:50:55:067 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] result : {"level2a":{"abc":"123"}} 2024-11-16 11:50:55:067 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@21185334]] 2024-11-16 11:50:55:072 +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-11-16 11:50:55:072 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-11-16 11:50:55:072 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] input : null 2024-11-16 11:50:55:072 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@47ae3d24]] 2024-11-16 11:50:55:072 +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-11-16 11:50:55:073 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:39949","name":"8043cb7e-e21c-4c84-9f67-224867766046"}} 2024-11-16 11:50:55:075 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2024-11-16 11:50:55:075 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:39949","name":"8043cb7e-e21c-4c84-9f67-224867766046"}} 2024-11-16 11:50:55:076 +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-11-16 11:50:55:077 +0000 [defaultEventExecutorGroup-3-2] DEBUG DataChangeListenerRegistration - Closing notification publisher for path /(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-11-16 11:50:55:077 +0000 [defaultEventExecutorGroup-3-2] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractSession [PUB@zmq://127.0.0.1:39949@922105833], timeout=30000] 2024-11-16 11:50:55:081 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@zmq://127.0.0.1:39949@922105833] 2024-11-16 11:50:55:083 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":null}]}} 2024-11-16 11:50:55:084 +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-11-16 11:50:55:087 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@997767815 2024-11-16 11:50:55:087 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0xe2c7a3a5, L:/127.0.0.1:41520 ! R:/127.0.0.1:39949]]@666193253 2024-11-16 11:50:55:092 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":2,"result":true} 2024-11-16 11:50:55:094 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x3962ae47, L:/127.0.0.1:55148 - R:/127.0.0.1:49071] : {"jsonrpc":"2.0","id":2,"result":true} 2024-11-16 11:50:55:096 +0000 [Time-limited test] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:49071, sessionType=REQ, hashCode=936227138], timeout=30000] 2024-11-16 11:50:55:100 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:49071, sessionType=REQ, hashCode=936227138] 2024-11-16 11:50:55:100 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x3962ae47, L:/127.0.0.1:55148 - R:/127.0.0.1:49071]]@936227138 2024-11-16 11:50:55:101 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=zmq://127.0.0.1:39949, sessionType=SUB, hashCode=666193253] 2024-11-16 11:50:55:101 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0xe2c7a3a5, L:/127.0.0.1:41520 ! R:/127.0.0.1:39949]]@666193253 2024-11-16 11:50:55:105 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [REP@zmq://0.0.0.0:49071@1737163179] 2024-11-16 11:50:55:105 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:105 +0000 [main] INFO AbstractJsonRpcTest - [END]testDcn 2024-11-16 11:50:55:105 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:188 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:188 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD2 2024-11-16 11:50:55:188 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:188 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : a59329e0-8fdc-4cc2-8696-ab26f9212495 2024-11-16 11:50:55:188 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:55:189 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:55:189 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : a59329e0-8fdc-4cc2-8696-ab26f9212495, 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-11-16 11:50:55:189 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2024-11-16 11:50:55:189 +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-11-16 11:50:55:190 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:55:190 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:55:190 +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-11-16 11:50:55:195 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : a59329e0-8fdc-4cc2-8696-ab26f9212495 2024-11-16 11:50:55:196 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:55:196 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:55:196 +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-11-16 11:50:55:196 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:196 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD2 2024-11-16 11:50:55:196 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:274 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:274 +0000 [main] INFO AbstractJsonRpcTest - [START]testMerge 2024-11-16 11:50:55:274 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:802 +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-11-16 11:50:55:818 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:818 +0000 [main] INFO AbstractJsonRpcTest - [END]testMerge 2024-11-16 11:50:55:818 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:891 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:891 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD 2024-11-16 11:50:55:891 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:891 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : a85edb6c-f8cb-4494-b13e-f6582e61dd4f 2024-11-16 11:50:55:892 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:55:892 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:55:892 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : a85edb6c-f8cb-4494-b13e-f6582e61dd4f, 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-11-16 11:50:55:892 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-11-16 11:50:55:892 +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-11-16 11:50:55:893 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : a85edb6c-f8cb-4494-b13e-f6582e61dd4f 2024-11-16 11:50:55:895 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:55:895 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:55:895 +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-11-16 11:50:55:895 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 22353da6-84ca-4206-a6dd-1d79514441bf 2024-11-16 11:50:55:895 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:55:895 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:55:895 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=22353da6-84ca-4206-a6dd-1d79514441bf, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-11-16 11:50:55:896 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 22353da6-84ca-4206-a6dd-1d79514441bf 2024-11-16 11:50:55:896 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:55:896 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:55:896 +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-11-16 11:50:55:897 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:897 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD 2024-11-16 11:50:55:897 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:965 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:965 +0000 [main] INFO AbstractJsonRpcTest - [START]testCancelNonExistentTX 2024-11-16 11:50:55:965 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:966 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 4da444b1-5c90-4fcc-bfe0-c804ebb3af50 2024-11-16 11:50:55:966 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:55:966 +0000 [main] INFO AbstractJsonRpcTest - [END]testCancelNonExistentTX 2024-11-16 11:50:55:966 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:042 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:042 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutWithoutTx 2024-11-16 11:50:56:042 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:042 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:56:042 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:56:042 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 9f70ab58-aaaf-45b0-99bd-860e3b65fbaf, 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-11-16 11:50:56:043 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-11-16 11:50:56:043 +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-11-16 11:50:56:043 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:043 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutWithoutTx 2024-11-16 11:50:56:043 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:105 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:106 +0000 [main] INFO AbstractJsonRpcTest - [START]testMergeListItemNonExistentList 2024-11-16 11:50:56:106 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:106 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 97994220-1031-4bbd-9d5f-fcfa7ba677f9 2024-11-16 11:50:56:106 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-11-16 11:50:56:106 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-11-16 11:50:56:106 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-11-16 11:50:56:106 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-11-16 11:50:56:106 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-11-16 11:50:56:107 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=97994220-1031-4bbd-9d5f-fcfa7ba677f9, 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-11-16 11:50:56:108 +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-11-16 11:50:56:115 +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-11-16 11:50:56:118 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 97994220-1031-4bbd-9d5f-fcfa7ba677f9 2024-11-16 11:50:56:119 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:120 +0000 [main] INFO AbstractJsonRpcTest - [END]testMergeListItemNonExistentList 2024-11-16 11:50:56:120 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:179 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:179 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToLeaf 2024-11-16 11:50:56:179 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:179 +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-11-16 11:50:56:179 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","server-provided":{}}]}} 2024-11-16 11:50:56:179 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","server-provided":{}}]} 2024-11-16 11:50:56:179 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","server-provided":{}}] 2024-11-16 11:50:56:179 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","server-provided":{}} 2024-11-16 11:50:56:179 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2024-11-16 11:50:56:180 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:56:180 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:180 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToLeaf 2024-11-16 11:50:56:180 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:235 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:235 +0000 [main] INFO AbstractJsonRpcTest - [START]testReducedData 2024-11-16 11:50:56:236 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:236 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-11-16 11:50:56:236 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-11-16 11:50:56:236 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-11-16 11:50:56:236 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-11-16 11:50:56:236 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-11-16 11:50:56:236 +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-11-16 11:50:56: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-11-16 11:50:56:237 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:237 +0000 [main] INFO AbstractJsonRpcTest - [END]testReducedData 2024-11-16 11:50:56:237 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:291 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:291 +0000 [main] INFO AbstractJsonRpcTest - [START]testReadTopologyData 2024-11-16 11:50:56:291 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:390 +0000 [main] INFO RemoteControlTest - Path len : 1 2024-11-16 11:50:56:390 +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-11-16 11:50:56:390 +0000 [main] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-11-16 11:50:56:390 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2024-11-16 11:50:56:391 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:56:391 +0000 [main] INFO RemoteControlTest - JSON path : {"network-topology:network-topology":{}} 2024-11-16 11:50:56:391 +0000 [main] INFO RemoteControlTest - path from codec : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-11-16 11:50:56:391 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2024-11-16 11:50:56:391 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:56:391 +0000 [main] DEBUG JsonRpcDatastoreAdapter - READ : YII :/(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-11-16 11:50:56:391 +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-11-16 11:50:56:394 +0000 [main] TRACE DataCodec - [Decode] result : {"topology":[{"topology-id":"topo1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}],"server-provided":true}]} 2024-11-16 11:50:56:394 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:394 +0000 [main] INFO AbstractJsonRpcTest - [END]testReadTopologyData 2024-11-16 11:50:56:394 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:457 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:457 +0000 [main] INFO AbstractJsonRpcTest - [START]testInvalidPaths 2024-11-16 11:50:56:457 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:457 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[1]}} 2024-11-16 11:50:56:457 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[1]} 2024-11-16 11:50:56:458 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [1] 2024-11-16 11:50:56:458 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonPrimitive => 1 2024-11-16 11:50:56:458 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[[]]}} 2024-11-16 11:50:56:458 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[[]]} 2024-11-16 11:50:56:458 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [[]] 2024-11-16 11:50:56:458 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonArray => [] 2024-11-16 11:50:56:458 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":null} 2024-11-16 11:50:56:458 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected element : JsonNull => null 2024-11-16 11:50:56:459 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"non-existent-module:data1":{}} 2024-11-16 11:50:56:459 +0000 [main] INFO RemoteControlTest - This was expected : Module 'non-existent-module' not found in schema 2024-11-16 11:50:56:459 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:459 +0000 [main] INFO AbstractJsonRpcTest - [END]testInvalidPaths 2024-11-16 11:50:56:459 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:513 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:513 +0000 [main] INFO AbstractJsonRpcTest - [START]testRemoveNonExistentDcn 2024-11-16 11:50:56:513 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:513 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:513 +0000 [main] INFO AbstractJsonRpcTest - [END]testRemoveNonExistentDcn 2024-11-16 11:50:56:513 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:567 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:567 +0000 [main] INFO AbstractJsonRpcTest - [START]testCommitNonExistentTX 2024-11-16 11:50:56:567 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:567 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 0640d29d-aa57-471d-aa6c-4b480120103f 2024-11-16 11:50:56:567 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:567 +0000 [main] INFO AbstractJsonRpcTest - [END]testCommitNonExistentTX 2024-11-16 11:50:56:567 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:620 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:620 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxPutMergeDelete 2024-11-16 11:50:56:620 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:620 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 09248f15-ed33-434c-b21f-7ed9c8d741e4 2024-11-16 11:50:56:621 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:56:621 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:56:621 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 09248f15-ed33-434c-b21f-7ed9c8d741e4, 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-11-16 11:50:56:621 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-11-16 11:50:56:622 +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-11-16 11:50:56:622 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 09248f15-ed33-434c-b21f-7ed9c8d741e4 2024-11-16 11:50:56:624 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{}} 2024-11-16 11:50:56:624 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:56:624 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 93423baa-43d2-4111-91e5-7e12b953f08c, store : CONFIGURATION, entity : something, path : {"jsonrpc:config":{}}, YII :/(urn:opendaylight:jsonrpc?revision=2016-12-01)config, data : {"configured-endpoints":[]} 2024-11-16 11:50:56:624 +0000 [main] TRACE DataCodec - [Decode] input : {"configured-endpoints":[]} 2024-11-16 11:50:56:625 +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-11-16 11:50:56:625 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 93423baa-43d2-4111-91e5-7e12b953f08c 2024-11-16 11:50:56:634 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-11-16 11:50:56:634 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-11-16 11:50:56:634 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-11-16 11:50:56:634 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-11-16 11:50:56:634 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-11-16 11:50:56:634 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=d1db1b83-8242-4dba-b0e1-61837d72f46c, 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-11-16 11:50:56:634 +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-11-16 11:50:56:635 +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-11-16 11:50:56:635 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : d1db1b83-8242-4dba-b0e1-61837d72f46c 2024-11-16 11:50:56:636 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:56:636 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:56:637 +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-11-16 11:50:56:637 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:56:637 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:56:637 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=1adee3a9-d47b-4090-bf36-0f24aa339e2f, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-11-16 11:50:56:637 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 1adee3a9-d47b-4090-bf36-0f24aa339e2f 2024-11-16 11:50:56:638 +0000 [main] DEBUG JsonRpcDatastoreAdapter - ERROR : 1adee3a9-d47b-4090-bf36-0f24aa339e2f 2024-11-16 11:50:56:638 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-16 11:50:56:638 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-16 11:50:56:638 +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-11-16 11:50:56:638 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-16 11:50:56:638 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxPutMergeDelete 2024-11-16 11:50:56:638 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================