2024-09-24 22:10:02:676 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:02:679 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxCancel 2024-09-24 22:10:02:679 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:02:691 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 53822b66-a478-49af-8642-77062546194d 2024-09-24 22:10:02:692 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 53822b66-a478-49af-8642-77062546194d 2024-09-24 22:10:02:695 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 53822b66-a478-49af-8642-77062546194d 2024-09-24 22:10:02:695 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:02:695 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxCancel 2024-09-24 22:10:02:695 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:02:844 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:02:844 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutReducedDataForm 2024-09-24 22:10:02:844 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:02:910 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:grillconf":{}} 2024-09-24 22:10:02:913 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:02:913 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : e5ce2513-dc45-404a-8755-2d658a0e443d, 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-09-24 22:10:02:919 +0000 [main] TRACE DataCodec - [Decode] input : {"gasKnob":10} 2024-09-24 22:10:02:983 +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-09-24 22:10:02:997 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : e5ce2513-dc45-404a-8755-2d658a0e443d 2024-09-24 22:10:03:025 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:03:026 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutReducedDataForm 2024-09-24 22:10:03:026 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:03:177 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:03:177 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToListItem 2024-09-24 22:10:03:178 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:03:181 +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-09-24 22:10:03:182 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]}} 2024-09-24 22:10:03:183 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]} 2024-09-24 22:10:03:183 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}] 2024-09-24 22:10:03:183 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]} 2024-09-24 22:10:03:183 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2024-09-24 22:10:03:183 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}] 2024-09-24 22:10:03:184 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"node-id":"node1","termination-point":[{"tp-id":"eth0"}]} 2024-09-24 22:10:03:184 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "node1" 2024-09-24 22:10:03:184 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"tp-id":"eth0"}] 2024-09-24 22:10:03:184 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"tp-id":"eth0"} 2024-09-24 22:10:03:184 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "eth0" 2024-09-24 22:10:03:184 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:03:184 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToListItem 2024-09-24 22:10:03:184 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:03:331 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:03:331 +0000 [main] INFO AbstractJsonRpcTest - [START]testDcn 2024-09-24 22:10:03:331 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:03:364 +0000 [Time-limited test] DEBUG InternalLoggerFactory - Using SLF4J as the default logging framework 2024-09-24 22:10:03:365 +0000 [Time-limited test] DEBUG MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 2024-09-24 22:10:03:385 +0000 [Time-limited test] DEBUG GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 2024-09-24 22:10:03:396 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2024-09-24 22:10:03:396 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2024-09-24 22:10:03:436 +0000 [Time-limited test] DEBUG PlatformDependent0 - -Dio.netty.noUnsafe: false 2024-09-24 22:10:03:436 +0000 [Time-limited test] DEBUG PlatformDependent0 - Java version: 17 2024-09-24 22:10:03:437 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 2024-09-24 22:10:03:438 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe base methods: all available 2024-09-24 22:10:03:439 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.storeFence: available 2024-09-24 22:10:03:439 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Buffer.address: available 2024-09-24 22:10:03:440 +0000 [Time-limited test] DEBUG PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 2024-09-24 22:10:03:440 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Bits.unaligned: available, true 2024-09-24 22:10:03:441 +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-09-24 22:10:03:442 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 2024-09-24 22:10:03:442 +0000 [Time-limited test] DEBUG PlatformDependent - sun.misc.Unsafe: available 2024-09-24 22:10:03:442 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2024-09-24 22:10:03:442 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 2024-09-24 22:10:03:445 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 2024-09-24 22:10:03:445 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1 2024-09-24 22:10:03:446 +0000 [Time-limited test] DEBUG CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 2024-09-24 22:10:03:446 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.noPreferDirect: false 2024-09-24 22:10:03:448 +0000 [Time-limited test] DEBUG NioEventLoop - -Dio.netty.noKeySetOptimization: false 2024-09-24 22:10:03:448 +0000 [Time-limited test] DEBUG NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512 2024-09-24 22:10:03:474 +0000 [Time-limited test] DEBUG PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 2024-09-24 22:10:03:522 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.processId: 8972 (auto-detected) 2024-09-24 22:10:03:530 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv4Stack: false 2024-09-24 22:10:03:531 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv6Addresses: false 2024-09-24 22:10:03:533 +0000 [Time-limited test] DEBUG NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2024-09-24 22:10:03:535 +0000 [Time-limited test] DEBUG NetUtil - /proc/sys/net/core/somaxconn: 128 2024-09-24 22:10:03:536 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.machineId: 02:42:2d:ff:fe:ff:53:39 (auto-detected) 2024-09-24 22:10:03:550 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 2024-09-24 22:10:03:551 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 2024-09-24 22:10:03:584 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8 2024-09-24 22:10:03:584 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8 2024-09-24 22:10:03:584 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 2024-09-24 22:10:03:585 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 9 2024-09-24 22:10:03:585 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 4194304 2024-09-24 22:10:03:585 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256 2024-09-24 22:10:03:585 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64 2024-09-24 22:10:03:585 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2024-09-24 22:10:03:585 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192 2024-09-24 22:10:03:585 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0 2024-09-24 22:10:03:585 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: false 2024-09-24 22:10:03:585 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 2024-09-24 22:10:03:585 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 2024-09-24 22:10:03:597 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.allocator.type: pooled 2024-09-24 22:10:03:597 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 2024-09-24 22:10:03:597 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 2024-09-24 22:10:03:599 +0000 [Time-limited test] DEBUG ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 2024-09-24 22:10:03:623 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:39677 2024-09-24 22:10:03:623 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@936227138 2024-09-24 22:10:03:660 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x42e7619b, L:/127.0.0.1:45208 - R:/127.0.0.1:39677]]@936227138 2024-09-24 22:10:03:675 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 2024-09-24 22:10:03:675 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.ratio: 8 2024-09-24 22:10:03:675 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.chunkSize: 32 2024-09-24 22:10:03:675 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.blocking: false 2024-09-24 22:10:03:675 +0000 [nioEventLoopGroup-2-2] DEBUG Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 2024-09-24 22:10:03:685 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 2024-09-24 22:10:03:685 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 2024-09-24 22:10:03:686 +0000 [nioEventLoopGroup-2-2] DEBUG ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@5765353e 2024-09-24 22:10:03:761 +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-09-24 22:10:03:768 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2024-09-24 22:10:03:770 +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-09-24 22:10:03:776 +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-09-24 22:10:03:778 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:03:779 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:03:792 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:33085","name":"2f4a9318-b02a-4867-920e-754cbb2ffc34"}} 2024-09-24 22:10:03:796 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x42e7619b, L:/127.0.0.1:45208 - R:/127.0.0.1:39677] : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:33085","name":"2f4a9318-b02a-4867-920e-754cbb2ffc34"}} 2024-09-24 22:10:03:797 +0000 [Time-limited test] INFO RemoteControlTest - Publisher at org.opendaylight.jsonrpc.model.ListenerKey@82e2e69a 2024-09-24 22:10:03:800 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:33085 2024-09-24 22:10:03:800 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@666193253 2024-09-24 22:10:03:801 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 106a23b5-4144-4bd9-999b-ab92dc48aca7 2024-09-24 22:10:03:801 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:03:801 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:03:801 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - PUT txId : 106a23b5-4144-4bd9-999b-ab92dc48aca7, 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-09-24 22:10:03:802 +0000 [Time-limited test] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2024-09-24 22:10:03:804 +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-09-24 22:10:03:805 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 106a23b5-4144-4bd9-999b-ab92dc48aca7 2024-09-24 22:10:03:806 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xf6dfc0f6, L:/127.0.0.1:49016 - R:/127.0.0.1:33085]]@666193253 2024-09-24 22:10:03:823 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : bbb117a4-7323-496e-8d42-735d19c207bb 2024-09-24 22:10:03:823 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:03:823 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:03:824 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=bbb117a4-7323-496e-8d42-735d19c207bb, store=CONFIGURATION, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-24 22:10:03:824 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : bbb117a4-7323-496e-8d42-735d19c207bb 2024-09-24 22:10:03:830 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-24 22:10:03:831 +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-09-24 22:10:03:863 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] result : {"level2a":{"abc":"123"}} 2024-09-24 22:10:03:864 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@21185334]] 2024-09-24 22:10:03:871 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-24 22:10:03:871 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] input : null 2024-09-24 22:10:03:871 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@47ae3d24]] 2024-09-24 22:10:03:872 +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-09-24 22:10:03:873 +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-09-24 22:10:03:874 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:33085","name":"2f4a9318-b02a-4867-920e-754cbb2ffc34"}} 2024-09-24 22:10:03:877 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2024-09-24 22:10:03:877 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:33085","name":"2f4a9318-b02a-4867-920e-754cbb2ffc34"}} 2024-09-24 22:10:03:879 +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-09-24 22:10:03:879 +0000 [defaultEventExecutorGroup-3-2] DEBUG DataChangeListenerRegistration - Closing notification publisher for path /(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-24 22:10:03:882 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":null}]}} 2024-09-24 22:10:03:882 +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-09-24 22:10:03:879 +0000 [defaultEventExecutorGroup-3-2] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractSession [PUB@zmq://127.0.0.1:33085@1411126155], timeout=30000] 2024-09-24 22:10:03:886 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@zmq://127.0.0.1:33085@1411126155] 2024-09-24 22:10:03:889 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@997767815 2024-09-24 22:10:03:889 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0xf6dfc0f6, L:/127.0.0.1:49016 ! R:/127.0.0.1:33085]]@666193253 2024-09-24 22:10:03:892 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":2,"result":true} 2024-09-24 22:10:03:894 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x42e7619b, L:/127.0.0.1:45208 - R:/127.0.0.1:39677] : {"jsonrpc":"2.0","id":2,"result":true} 2024-09-24 22:10:03:894 +0000 [Time-limited test] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:39677, sessionType=REQ, hashCode=936227138], timeout=30000] 2024-09-24 22:10:03:899 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:39677, sessionType=REQ, hashCode=936227138] 2024-09-24 22:10:03:899 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x42e7619b, L:/127.0.0.1:45208 - R:/127.0.0.1:39677]]@936227138 2024-09-24 22:10:03:901 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=zmq://127.0.0.1:33085, sessionType=SUB, hashCode=666193253] 2024-09-24 22:10:03:901 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0xf6dfc0f6, L:/127.0.0.1:49016 ! R:/127.0.0.1:33085]]@666193253 2024-09-24 22:10:03:902 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [REP@zmq://0.0.0.0:39677@1737163179] 2024-09-24 22:10:03:902 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:03:902 +0000 [main] INFO AbstractJsonRpcTest - [END]testDcn 2024-09-24 22:10:03:903 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:000 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:000 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD2 2024-09-24 22:10:04:000 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:001 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 089c66ed-2465-49ea-a123-415dd2aaa6e8 2024-09-24 22:10:04:001 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:04:001 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:04:001 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 089c66ed-2465-49ea-a123-415dd2aaa6e8, 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-09-24 22:10:04:002 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2024-09-24 22:10:04:002 +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-09-24 22:10:04:003 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:04:003 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:04:003 +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-09-24 22:10:04:010 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 089c66ed-2465-49ea-a123-415dd2aaa6e8 2024-09-24 22:10:04:011 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:04:011 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:04:012 +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-09-24 22:10:04:012 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:012 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD2 2024-09-24 22:10:04:012 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:103 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:103 +0000 [main] INFO AbstractJsonRpcTest - [START]testMerge 2024-09-24 22:10:04:103 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:655 +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-09-24 22:10:04:676 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:676 +0000 [main] INFO AbstractJsonRpcTest - [END]testMerge 2024-09-24 22:10:04:676 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:761 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:762 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD 2024-09-24 22:10:04:762 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:762 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : ac9bbbd4-c72f-4374-ac13-4599df947377 2024-09-24 22:10:04:762 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:04:762 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:04:762 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : ac9bbbd4-c72f-4374-ac13-4599df947377, 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-09-24 22:10:04:762 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-09-24 22:10:04:763 +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-09-24 22:10:04:763 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : ac9bbbd4-c72f-4374-ac13-4599df947377 2024-09-24 22:10:04:765 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:04:765 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:04:766 +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-09-24 22:10:04:766 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 990b6ee6-51ca-45e5-ac5b-9dea7c0c5b7b 2024-09-24 22:10:04:766 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:04:766 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:04:766 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=990b6ee6-51ca-45e5-ac5b-9dea7c0c5b7b, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-24 22:10:04:766 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 990b6ee6-51ca-45e5-ac5b-9dea7c0c5b7b 2024-09-24 22:10:04:767 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:04:768 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:04:768 +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-09-24 22:10:04:768 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:768 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD 2024-09-24 22:10:04:768 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:836 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:837 +0000 [main] INFO AbstractJsonRpcTest - [START]testCancelNonExistentTX 2024-09-24 22:10:04:837 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:837 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : 36d5969b-8b2f-4fb7-aad5-24745bb050f0 2024-09-24 22:10:04:837 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:837 +0000 [main] INFO AbstractJsonRpcTest - [END]testCancelNonExistentTX 2024-09-24 22:10:04:837 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:969 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:969 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutWithoutTx 2024-09-24 22:10:04:969 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:969 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:04:969 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:04:969 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 6faf316b-035e-465e-bc2f-210a6b416868, 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-09-24 22:10:04:970 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-09-24 22:10:04:970 +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-09-24 22:10:04:970 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:04:970 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutWithoutTx 2024-09-24 22:10:04:970 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:035 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:035 +0000 [main] INFO AbstractJsonRpcTest - [START]testMergeListItemNonExistentList 2024-09-24 22:10:05:035 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:035 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : b926087d-2b73-44fc-a8f4-efd223ed61b9 2024-09-24 22:10:05:035 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-09-24 22:10:05:035 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-09-24 22:10:05:036 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-09-24 22:10:05:036 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-09-24 22:10:05:036 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-09-24 22:10:05:036 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=b926087d-2b73-44fc-a8f4-efd223ed61b9, 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-09-24 22:10:05:037 +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-09-24 22:10:05:044 +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-09-24 22:10:05:047 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : b926087d-2b73-44fc-a8f4-efd223ed61b9 2024-09-24 22:10:05:048 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:048 +0000 [main] INFO AbstractJsonRpcTest - [END]testMergeListItemNonExistentList 2024-09-24 22:10:05:048 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:118 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:118 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToLeaf 2024-09-24 22:10:05:118 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:118 +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-09-24 22:10:05:118 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","server-provided":{}}]}} 2024-09-24 22:10:05:118 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","server-provided":{}}]} 2024-09-24 22:10:05:118 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","server-provided":{}}] 2024-09-24 22:10:05:118 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","server-provided":{}} 2024-09-24 22:10:05:118 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2024-09-24 22:10:05:118 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:05:119 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:119 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToLeaf 2024-09-24 22:10:05:119 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:230 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:230 +0000 [main] INFO AbstractJsonRpcTest - [START]testReducedData 2024-09-24 22:10:05:230 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:230 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-09-24 22:10:05:231 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-09-24 22:10:05:231 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-09-24 22:10:05:231 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-09-24 22:10:05:231 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-09-24 22:10:05:231 +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-09-24 22:10:05:232 +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-09-24 22:10:05:232 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:232 +0000 [main] INFO AbstractJsonRpcTest - [END]testReducedData 2024-09-24 22:10:05:233 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:293 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:293 +0000 [main] INFO AbstractJsonRpcTest - [START]testReadTopologyData 2024-09-24 22:10:05:293 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:398 +0000 [main] INFO RemoteControlTest - Path len : 1 2024-09-24 22:10:05:399 +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-09-24 22:10:05:399 +0000 [main] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-09-24 22:10:05:399 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2024-09-24 22:10:05:399 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:05:399 +0000 [main] INFO RemoteControlTest - JSON path : {"network-topology:network-topology":{}} 2024-09-24 22:10:05:399 +0000 [main] INFO RemoteControlTest - path from codec : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-09-24 22:10:05:399 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2024-09-24 22:10:05:399 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:05:399 +0000 [main] DEBUG JsonRpcDatastoreAdapter - READ : YII :/(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-09-24 22:10:05:400 +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-09-24 22:10:05:402 +0000 [main] TRACE DataCodec - [Decode] result : {"topology":[{"topology-id":"topo1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}],"server-provided":true}]} 2024-09-24 22:10:05:402 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:402 +0000 [main] INFO AbstractJsonRpcTest - [END]testReadTopologyData 2024-09-24 22:10:05:402 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:460 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:460 +0000 [main] INFO AbstractJsonRpcTest - [START]testInvalidPaths 2024-09-24 22:10:05:460 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:460 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[1]}} 2024-09-24 22:10:05:460 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[1]} 2024-09-24 22:10:05:460 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [1] 2024-09-24 22:10:05:460 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonPrimitive => 1 2024-09-24 22:10:05:461 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[[]]}} 2024-09-24 22:10:05:461 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[[]]} 2024-09-24 22:10:05:461 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [[]] 2024-09-24 22:10:05:461 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonArray => [] 2024-09-24 22:10:05:461 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":null} 2024-09-24 22:10:05:461 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected element : JsonNull => null 2024-09-24 22:10:05:461 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"non-existent-module:data1":{}} 2024-09-24 22:10:05:461 +0000 [main] INFO RemoteControlTest - This was expected : Module 'non-existent-module' not found in schema 2024-09-24 22:10:05:461 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:461 +0000 [main] INFO AbstractJsonRpcTest - [END]testInvalidPaths 2024-09-24 22:10:05:461 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:584 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:584 +0000 [main] INFO AbstractJsonRpcTest - [START]testRemoveNonExistentDcn 2024-09-24 22:10:05:584 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:585 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:585 +0000 [main] INFO AbstractJsonRpcTest - [END]testRemoveNonExistentDcn 2024-09-24 22:10:05:585 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:647 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:647 +0000 [main] INFO AbstractJsonRpcTest - [START]testCommitNonExistentTX 2024-09-24 22:10:05:647 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:647 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 1985f4e0-b35e-40a6-bcdd-94c2fb5de3e2 2024-09-24 22:10:05:648 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:648 +0000 [main] INFO AbstractJsonRpcTest - [END]testCommitNonExistentTX 2024-09-24 22:10:05:648 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:703 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:703 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxPutMergeDelete 2024-09-24 22:10:05:703 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:703 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : c4767061-e1ad-44f5-a5b2-0e798e9c4230 2024-09-24 22:10:05:704 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:05:704 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:05:704 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : c4767061-e1ad-44f5-a5b2-0e798e9c4230, 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-09-24 22:10:05:704 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-09-24 22:10:05:705 +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-09-24 22:10:05:705 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : c4767061-e1ad-44f5-a5b2-0e798e9c4230 2024-09-24 22:10:05:706 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{}} 2024-09-24 22:10:05:706 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:05:706 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 1b7f74a3-cecc-456a-82da-86f3f0036f36, store : CONFIGURATION, entity : something, path : {"jsonrpc:config":{}}, YII :/(urn:opendaylight:jsonrpc?revision=2016-12-01)config, data : {"configured-endpoints":[]} 2024-09-24 22:10:05:706 +0000 [main] TRACE DataCodec - [Decode] input : {"configured-endpoints":[]} 2024-09-24 22:10:05:706 +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-09-24 22:10:05:706 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 1b7f74a3-cecc-456a-82da-86f3f0036f36 2024-09-24 22:10:05:707 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-09-24 22:10:05:707 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-09-24 22:10:05:707 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-09-24 22:10:05:707 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-09-24 22:10:05:707 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-09-24 22:10:05:707 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=ace5f5ae-fd08-42bf-b140-18a8f25f39df, 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-09-24 22:10:05:708 +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-09-24 22:10:05:709 +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-09-24 22:10:05:709 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : ace5f5ae-fd08-42bf-b140-18a8f25f39df 2024-09-24 22:10:05:709 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:05:709 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:05:710 +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-09-24 22:10:05:710 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:05:710 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:05:710 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=b1ae377b-7dc7-45e3-98fe-2ba8e328a31b, store=OPERATIONAL, entity=test-model, path={"test-model-data:top-container":{}}, YII=/(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-09-24 22:10:05:710 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : b1ae377b-7dc7-45e3-98fe-2ba8e328a31b 2024-09-24 22:10:05:710 +0000 [main] DEBUG JsonRpcDatastoreAdapter - ERROR : b1ae377b-7dc7-45e3-98fe-2ba8e328a31b 2024-09-24 22:10:05:710 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-09-24 22:10:05:711 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-09-24 22:10:05:711 +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-09-24 22:10:05:711 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-09-24 22:10:05:711 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxPutMergeDelete 2024-09-24 22:10:05:711 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================