2024-11-02 08:37:21:800 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:21:805 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxCancel 2024-11-02 08:37:21:805 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:21:817 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : eb246b9c-bddd-4573-8535-ab8db5f27367 2024-11-02 08:37:21:817 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : eb246b9c-bddd-4573-8535-ab8db5f27367 2024-11-02 08:37:21:820 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : eb246b9c-bddd-4573-8535-ab8db5f27367 2024-11-02 08:37:21:820 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:21:821 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxCancel 2024-11-02 08:37:21:821 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:21:982 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:21:983 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutReducedDataForm 2024-11-02 08:37:21:983 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:22:041 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:grillconf":{}} 2024-11-02 08:37:22:044 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:22:045 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : e131ff7f-1d05-406c-919f-846504314181, 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-02 08:37:22:051 +0000 [main] TRACE DataCodec - [Decode] input : {"gasKnob":10} 2024-11-02 08:37:22:114 +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-02 08:37:22:128 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : e131ff7f-1d05-406c-919f-846504314181 2024-11-02 08:37:22:160 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:22:160 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutReducedDataForm 2024-11-02 08:37:22:160 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:22:293 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:22:293 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToListItem 2024-11-02 08:37:22:293 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:22:297 +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-02 08:37:22:297 +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-02 08:37:22:298 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}]} 2024-11-02 08:37:22:298 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]}] 2024-11-02 08:37:22:298 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}]} 2024-11-02 08:37:22:298 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2024-11-02 08:37:22:298 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}] 2024-11-02 08:37:22:298 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"node-id":"node1","termination-point":[{"tp-id":"eth0"}]} 2024-11-02 08:37:22:298 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "node1" 2024-11-02 08:37:22:298 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"tp-id":"eth0"}] 2024-11-02 08:37:22:299 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"tp-id":"eth0"} 2024-11-02 08:37:22:299 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "eth0" 2024-11-02 08:37:22:299 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:22:299 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToListItem 2024-11-02 08:37:22:299 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:22:422 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:22:422 +0000 [main] INFO AbstractJsonRpcTest - [START]testDcn 2024-11-02 08:37:22:422 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:22:451 +0000 [Time-limited test] DEBUG InternalLoggerFactory - Using SLF4J as the default logging framework 2024-11-02 08:37:22:453 +0000 [Time-limited test] DEBUG MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 2024-11-02 08:37:22:464 +0000 [Time-limited test] DEBUG GlobalEventExecutor - -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 2024-11-02 08:37:22:475 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 2024-11-02 08:37:22:475 +0000 [Time-limited test] DEBUG InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 2024-11-02 08:37:22:517 +0000 [Time-limited test] DEBUG PlatformDependent0 - -Dio.netty.noUnsafe: false 2024-11-02 08:37:22:519 +0000 [Time-limited test] DEBUG PlatformDependent0 - Java version: 21 2024-11-02 08:37:22:520 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available 2024-11-02 08:37:22:520 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe base methods: all available 2024-11-02 08:37:22:521 +0000 [Time-limited test] DEBUG PlatformDependent0 - sun.misc.Unsafe.storeFence: available 2024-11-02 08:37:22:522 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Buffer.address: available 2024-11-02 08:37:22:522 +0000 [Time-limited test] DEBUG PlatformDependent0 - direct buffer constructor: unavailable: Reflective setAccessible(true) disabled 2024-11-02 08:37:22:523 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.Bits.unaligned: available, true 2024-11-02 08:37:22:524 +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 @5852c06f 2024-11-02 08:37:22:525 +0000 [Time-limited test] DEBUG PlatformDependent0 - java.nio.DirectByteBuffer.(long, {int,long}): unavailable 2024-11-02 08:37:22:526 +0000 [Time-limited test] DEBUG PlatformDependent - sun.misc.Unsafe: available 2024-11-02 08:37:22:527 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2024-11-02 08:37:22:528 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) 2024-11-02 08:37:22:531 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.maxDirectMemory: -1 bytes 2024-11-02 08:37:22:532 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1 2024-11-02 08:37:22:535 +0000 [Time-limited test] DEBUG CleanerJava9 - java.nio.ByteBuffer.cleaner(): available 2024-11-02 08:37:22:535 +0000 [Time-limited test] DEBUG PlatformDependent - -Dio.netty.noPreferDirect: false 2024-11-02 08:37:22:537 +0000 [Time-limited test] DEBUG NioEventLoop - -Dio.netty.noKeySetOptimization: false 2024-11-02 08:37:22:537 +0000 [Time-limited test] DEBUG NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512 2024-11-02 08:37:22:560 +0000 [Time-limited test] DEBUG PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available 2024-11-02 08:37:22:609 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.processId: 31909 (auto-detected) 2024-11-02 08:37:22:615 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv4Stack: false 2024-11-02 08:37:22:615 +0000 [Time-limited test] DEBUG NetUtil - -Djava.net.preferIPv6Addresses: false 2024-11-02 08:37:22:617 +0000 [Time-limited test] DEBUG NetUtilInitializations - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2024-11-02 08:37:22:618 +0000 [Time-limited test] DEBUG NetUtil - /proc/sys/net/core/somaxconn: 4096 2024-11-02 08:37:22:619 +0000 [Time-limited test] DEBUG DefaultChannelId - -Dio.netty.machineId: 02:42:64:ff:fe:e4:df:0e (auto-detected) 2024-11-02 08:37:22:633 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.level: simple 2024-11-02 08:37:22:633 +0000 [Time-limited test] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4 2024-11-02 08:37:22:668 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8 2024-11-02 08:37:22:668 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8 2024-11-02 08:37:22:668 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 2024-11-02 08:37:22:668 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 9 2024-11-02 08:37:22:669 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 4194304 2024-11-02 08:37:22:669 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256 2024-11-02 08:37:22:669 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64 2024-11-02 08:37:22:669 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2024-11-02 08:37:22:669 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192 2024-11-02 08:37:22:669 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimIntervalMillis: 0 2024-11-02 08:37:22:669 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: false 2024-11-02 08:37:22:669 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 2024-11-02 08:37:22:669 +0000 [Time-limited test] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false 2024-11-02 08:37:22:681 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.allocator.type: pooled 2024-11-02 08:37:22:681 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0 2024-11-02 08:37:22:681 +0000 [Time-limited test] DEBUG ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384 2024-11-02 08:37:22:683 +0000 [Time-limited test] DEBUG ChannelInitializerExtensions - -Dio.netty.bootstrap.extensions: null 2024-11-02 08:37:22:714 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:38485 2024-11-02 08:37:22:715 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@861407530 2024-11-02 08:37:22:752 +0000 [nioEventLoopGroup-2-2] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0x50aacb9d, L:/127.0.0.1:34076 - R:/127.0.0.1:38485]]@861407530 2024-11-02 08:37:22:761 +0000 [nioEventLoopGroup-2-3] DEBUG Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096 2024-11-02 08:37:22:761 +0000 [nioEventLoopGroup-2-3] DEBUG Recycler - -Dio.netty.recycler.ratio: 8 2024-11-02 08:37:22:761 +0000 [nioEventLoopGroup-2-3] DEBUG Recycler - -Dio.netty.recycler.chunkSize: 32 2024-11-02 08:37:22:761 +0000 [nioEventLoopGroup-2-3] DEBUG Recycler - -Dio.netty.recycler.blocking: false 2024-11-02 08:37:22:761 +0000 [nioEventLoopGroup-2-3] DEBUG Recycler - -Dio.netty.recycler.batchFastThreadLocalOnly: true 2024-11-02 08:37:22:771 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true 2024-11-02 08:37:22:771 +0000 [nioEventLoopGroup-2-3] DEBUG AbstractByteBuf - -Dio.netty.buffer.checkBounds: true 2024-11-02 08:37:22:772 +0000 [nioEventLoopGroup-2-3] DEBUG ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@7b7ac99 2024-11-02 08:37:22:843 +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-02 08:37:22:849 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2024-11-02 08:37:22:852 +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-02 08:37:22:857 +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-02 08:37:22:860 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:22:860 +0000 [defaultEventExecutorGroup-3-2] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:22:874 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:43853","name":"7af79331-4ff0-4d89-9c2e-1331a7a4424d"}} 2024-11-02 08:37:22:877 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x50aacb9d, L:/127.0.0.1:34076 - R:/127.0.0.1:38485] : {"jsonrpc":"2.0","id":1,"result":{"uri":"zmq://127.0.0.1:43853","name":"7af79331-4ff0-4d89-9c2e-1331a7a4424d"}} 2024-11-02 08:37:22:878 +0000 [Time-limited test] INFO RemoteControlTest - Publisher at org.opendaylight.jsonrpc.model.ListenerKey@591011fd 2024-11-02 08:37:22:880 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - (Re)connecting to /127.0.0.1:43853 2024-11-02 08:37:22:881 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to CONNECTING [N/A]@74092667 2024-11-02 08:37:22:881 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : d97e7a51-afc0-4669-b2b9-463205304c38 2024-11-02 08:37:22:881 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:22:882 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:22:882 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - PUT txId : d97e7a51-afc0-4669-b2b9-463205304c38, 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-02 08:37:22:882 +0000 [Time-limited test] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2024-11-02 08:37:22:884 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTING to CONNECTED [[id: 0xb85dbcdd, L:/127.0.0.1:60278 - R:/127.0.0.1:43853]]@74092667 2024-11-02 08:37:22:884 +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-02 08:37:22:885 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : d97e7a51-afc0-4669-b2b9-463205304c38 2024-11-02 08:37:22:898 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - TXID : 2ba6ca5a-8785-4ae6-8693-5bc0a435096b 2024-11-02 08:37:22:898 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:22:898 +0000 [Time-limited test] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:22:899 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=2ba6ca5a-8785-4ae6-8693-5bc0a435096b, 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-02 08:37:22:899 +0000 [Time-limited test] DEBUG JsonRpcDatastoreAdapter - COMMIT : 2ba6ca5a-8785-4ae6-8693-5bc0a435096b 2024-11-02 08:37:22:904 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-11-02 08:37:22:907 +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-02 08:37:22:927 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] result : {"level2a":{"abc":"123"}} 2024-11-02 08:37:22:928 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@14cd973a]] 2024-11-02 08:37:22:936 +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-02 08:37:22:937 +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-02 08:37:22:938 +0000 [Time-limited test] DEBUG RequesterSessionImpl - Sending request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:43853","name":"7af79331-4ff0-4d89-9c2e-1331a7a4424d"}} 2024-11-02 08:37:22:939 +0000 [pool-36-thread-1] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-11-02 08:37:22:939 +0000 [defaultEventExecutorGroup-3-2] DEBUG ServerHandler - First empty frame discarded : DefaultMessage [isLast=false, content=EmptyByteBufBE] 2024-11-02 08:37:22:939 +0000 [pool-36-thread-1] TRACE DataCodec - [Decode] input : null 2024-11-02 08:37:22:939 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Request : {"jsonrpc":"2.0","id":2,"method":"deleteListener","params":{"uri":"zmq://127.0.0.1:43853","name":"7af79331-4ff0-4d89-9c2e-1331a7a4424d"}} 2024-11-02 08:37:22:939 +0000 [pool-36-thread-1] DEBUG DataChangeListenerRegistration - Sending notification DataChangeNotification [changes=[org.opendaylight.jsonrpc.model.JSONRPCArg@15c807cf]] 2024-11-02 08:37:22:940 +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-02 08:37:22:941 +0000 [defaultEventExecutorGroup-3-2] DEBUG DataChangeListenerRegistration - Closing notification publisher for path /(urn:opendaylight:jsonrpc:test-data?revision=2020-10-14)top-container 2024-11-02 08:37:22:943 +0000 [defaultEventExecutorGroup-3-3] DEBUG NotificationHandlerAdapter - Notification : {"jsonrpc":"2.0","method":"notifyListener","params":{"changes":[{"path":{"test-model-data:top-container":{}},"data":null}]}} 2024-11-02 08:37:22:943 +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-02 08:37:22:941 +0000 [defaultEventExecutorGroup-3-2] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractSession [PUB@zmq://127.0.0.1:43853@1133231360], timeout=30000] 2024-11-02 08:37:22:945 +0000 [defaultEventExecutorGroup-3-2] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [PUB@zmq://127.0.0.1:43853@1133231360] 2024-11-02 08:37:22:947 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Scheduling reconnect because state is CONNECTED@1224011866 2024-11-02 08:37:22:947 +0000 [nioEventLoopGroup-2-5] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to INITIAL [[id: 0xb85dbcdd, L:/127.0.0.1:60278 ! R:/127.0.0.1:43853]]@74092667 2024-11-02 08:37:22:949 +0000 [defaultEventExecutorGroup-3-2] INFO ResponderSessionImpl - Response : {"jsonrpc":"2.0","id":2,"result":true} 2024-11-02 08:37:22:950 +0000 [defaultEventExecutorGroup-3-1] DEBUG RequesterSessionImpl - Response from [id: 0x50aacb9d, L:/127.0.0.1:34076 - R:/127.0.0.1:38485] : {"jsonrpc":"2.0","id":2,"result":true} 2024-11-02 08:37:22:951 +0000 [Time-limited test] DEBUG ProxyServiceImpl - Cleaning up proxy instance AbstractSession [closeable=AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:38485, sessionType=REQ, hashCode=861407530], timeout=30000] 2024-11-02 08:37:22:957 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=CONNECTED, uri=zmq://127.0.0.1:38485, sessionType=REQ, hashCode=861407530] 2024-11-02 08:37:22:957 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from CONNECTED to DONE [[id: 0x50aacb9d, L:/127.0.0.1:34076 - R:/127.0.0.1:38485]]@861407530 2024-11-02 08:37:22:958 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractReconnectingClient [state=INITIAL, uri=zmq://127.0.0.1:43853, sessionType=SUB, hashCode=74092667] 2024-11-02 08:37:22:958 +0000 [Time-limited test] DEBUG AbstractReconnectingClient - Changing connection state from INITIAL to DONE [[id: 0xb85dbcdd, L:/127.0.0.1:60278 ! R:/127.0.0.1:43853]]@74092667 2024-11-02 08:37:22:958 +0000 [Time-limited test] DEBUG AbstractSession - Reference count reached 0, closing and removing AbstractSession [REP@zmq://0.0.0.0:38485@48580255] 2024-11-02 08:37:22:958 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:22:959 +0000 [main] INFO AbstractJsonRpcTest - [END]testDcn 2024-11-02 08:37:22:959 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:066 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:066 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD2 2024-11-02 08:37:23:066 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:067 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : e36e6a4c-3709-40f7-8054-fd8abb4e6bbb 2024-11-02 08:37:23:067 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:23:067 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:23:067 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : e36e6a4c-3709-40f7-8054-fd8abb4e6bbb, 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-02 08:37:23:067 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{"abc":"123"}} 2024-11-02 08:37:23:068 +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-02 08:37:23:068 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:23:068 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:23:068 +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-02 08:37:23:073 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : e36e6a4c-3709-40f7-8054-fd8abb4e6bbb 2024-11-02 08:37:23:074 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:23:074 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:23:075 +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-02 08:37:23:075 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:075 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD2 2024-11-02 08:37:23:075 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:163 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:163 +0000 [main] INFO AbstractJsonRpcTest - [START]testMerge 2024-11-02 08:37:23:163 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:726 +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-02 08:37:23:739 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:739 +0000 [main] INFO AbstractJsonRpcTest - [END]testMerge 2024-11-02 08:37:23:739 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:813 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:813 +0000 [main] INFO AbstractJsonRpcTest - [START]testCRUD 2024-11-02 08:37:23:813 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:814 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 36acb4fe-c505-433a-ac69-cbe2eec277a5 2024-11-02 08:37:23:814 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:23:814 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:23:814 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 36acb4fe-c505-433a-ac69-cbe2eec277a5, 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-02 08:37:23:814 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-11-02 08:37:23:815 +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-02 08:37:23:815 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 36acb4fe-c505-433a-ac69-cbe2eec277a5 2024-11-02 08:37:23:816 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:23:816 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:23:816 +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-02 08:37:23:817 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : b16e5599-f8df-4802-8987-6f984130f343 2024-11-02 08:37:23:817 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:23:817 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:23:817 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=b16e5599-f8df-4802-8987-6f984130f343, 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-02 08:37:23:817 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : b16e5599-f8df-4802-8987-6f984130f343 2024-11-02 08:37:23:817 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:23:817 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:23:818 +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-02 08:37:23:818 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:818 +0000 [main] INFO AbstractJsonRpcTest - [END]testCRUD 2024-11-02 08:37:23:818 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:884 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:884 +0000 [main] INFO AbstractJsonRpcTest - [START]testCancelNonExistentTX 2024-11-02 08:37:23:884 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:884 +0000 [main] DEBUG JsonRpcDatastoreAdapter - CANCEL : ad27a3ef-446c-4c91-ac4b-1b6e2bd4f663 2024-11-02 08:37:23:884 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:884 +0000 [main] INFO AbstractJsonRpcTest - [END]testCancelNonExistentTX 2024-11-02 08:37:23:884 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:962 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:962 +0000 [main] INFO AbstractJsonRpcTest - [START]testPutWithoutTx 2024-11-02 08:37:23:962 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:962 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:23:963 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:23:963 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : b6b0344e-3cbb-4983-b956-b52804fb8a86, 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-02 08:37:23:963 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-11-02 08:37:23:964 +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-02 08:37:23:964 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:23:964 +0000 [main] INFO AbstractJsonRpcTest - [END]testPutWithoutTx 2024-11-02 08:37:23:964 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:026 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:026 +0000 [main] INFO AbstractJsonRpcTest - [START]testMergeListItemNonExistentList 2024-11-02 08:37:24:026 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:026 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : f403a96e-aa90-41b2-a421-81de44e95625 2024-11-02 08:37:24:027 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-11-02 08:37:24:027 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-11-02 08:37:24:027 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-11-02 08:37:24:027 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-11-02 08:37:24:027 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-11-02 08:37:24:027 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=f403a96e-aa90-41b2-a421-81de44e95625, 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-02 08:37:24:029 +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-02 08:37:24:037 +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-02 08:37:24:040 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : f403a96e-aa90-41b2-a421-81de44e95625 2024-11-02 08:37:24:041 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:041 +0000 [main] INFO AbstractJsonRpcTest - [END]testMergeListItemNonExistentList 2024-11-02 08:37:24:041 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:100 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:100 +0000 [main] INFO AbstractJsonRpcTest - [START]testPathToLeaf 2024-11-02 08:37:24:100 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:100 +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-02 08:37:24:100 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[{"topology-id":"topology1","server-provided":{}}]}} 2024-11-02 08:37:24:100 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[{"topology-id":"topology1","server-provided":{}}]} 2024-11-02 08:37:24:100 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"topology-id":"topology1","server-provided":{}}] 2024-11-02 08:37:24:101 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology-id":"topology1","server-provided":{}} 2024-11-02 08:37:24:101 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "topology1" 2024-11-02 08:37:24:101 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:24:101 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:101 +0000 [main] INFO AbstractJsonRpcTest - [END]testPathToLeaf 2024-11-02 08:37:24:101 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:159 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:160 +0000 [main] INFO AbstractJsonRpcTest - [START]testReducedData 2024-11-02 08:37:24:160 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:160 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-11-02 08:37:24:160 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-11-02 08:37:24:160 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-11-02 08:37:24:160 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-11-02 08:37:24:160 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-11-02 08:37:24:160 +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-02 08:37:24:161 +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-02 08:37:24:161 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:161 +0000 [main] INFO AbstractJsonRpcTest - [END]testReducedData 2024-11-02 08:37:24:161 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:222 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:222 +0000 [main] INFO AbstractJsonRpcTest - [START]testReadTopologyData 2024-11-02 08:37:24:222 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:318 +0000 [main] INFO RemoteControlTest - Path len : 1 2024-11-02 08:37:24:318 +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-02 08:37:24:318 +0000 [main] TRACE JsonRpcPathCodec - [Encode][Unkeyed]: (urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-11-02 08:37:24:319 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2024-11-02 08:37:24:319 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:24:319 +0000 [main] INFO RemoteControlTest - JSON path : {"network-topology:network-topology":{}} 2024-11-02 08:37:24:319 +0000 [main] INFO RemoteControlTest - path from codec : /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-11-02 08:37:24:319 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{}} 2024-11-02 08:37:24:319 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:24:319 +0000 [main] DEBUG JsonRpcDatastoreAdapter - READ : YII :/(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology 2024-11-02 08:37:24:319 +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-02 08:37:24:322 +0000 [main] TRACE DataCodec - [Decode] result : {"topology":[{"topology-id":"topo1","node":[{"node-id":"node1","termination-point":[{"tp-id":"eth0"}]}],"server-provided":true}]} 2024-11-02 08:37:24:322 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:322 +0000 [main] INFO AbstractJsonRpcTest - [END]testReadTopologyData 2024-11-02 08:37:24:322 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:380 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:381 +0000 [main] INFO AbstractJsonRpcTest - [START]testInvalidPaths 2024-11-02 08:37:24:381 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:381 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[1]}} 2024-11-02 08:37:24:381 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[1]} 2024-11-02 08:37:24:381 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [1] 2024-11-02 08:37:24:381 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonPrimitive => 1 2024-11-02 08:37:24:382 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":{"topology":[[]]}} 2024-11-02 08:37:24:382 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"topology":[[]]} 2024-11-02 08:37:24:382 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [[]] 2024-11-02 08:37:24:382 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected JsonElement : JsonArray => [] 2024-11-02 08:37:24:382 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"network-topology:network-topology":null} 2024-11-02 08:37:24:382 +0000 [main] INFO RemoteControlTest - This was expected : Unexpected element : JsonNull => null 2024-11-02 08:37:24:382 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"non-existent-module:data1":{}} 2024-11-02 08:37:24:382 +0000 [main] INFO RemoteControlTest - This was expected : Module 'non-existent-module' not found in schema 2024-11-02 08:37:24:382 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:382 +0000 [main] INFO AbstractJsonRpcTest - [END]testInvalidPaths 2024-11-02 08:37:24:382 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:442 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:442 +0000 [main] INFO AbstractJsonRpcTest - [START]testRemoveNonExistentDcn 2024-11-02 08:37:24:442 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:443 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:443 +0000 [main] INFO AbstractJsonRpcTest - [END]testRemoveNonExistentDcn 2024-11-02 08:37:24:443 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:500 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:500 +0000 [main] INFO AbstractJsonRpcTest - [START]testCommitNonExistentTX 2024-11-02 08:37:24:501 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:501 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : b826a3f4-bfad-4765-bbf3-f54ea5098230 2024-11-02 08:37:24:501 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:501 +0000 [main] INFO AbstractJsonRpcTest - [END]testCommitNonExistentTX 2024-11-02 08:37:24:501 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:556 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:556 +0000 [main] INFO AbstractJsonRpcTest - [START]testTxPutMergeDelete 2024-11-02 08:37:24:556 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:557 +0000 [main] DEBUG JsonRpcDatastoreAdapter - TXID : 7d5195c2-d5a3-445c-9a32-97b297863671 2024-11-02 08:37:24:557 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:24:557 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:24:557 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : 7d5195c2-d5a3-445c-9a32-97b297863671, 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-02 08:37:24:557 +0000 [main] TRACE DataCodec - [Decode] input : {"level2a":{}} 2024-11-02 08:37:24:558 +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-02 08:37:24:558 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 7d5195c2-d5a3-445c-9a32-97b297863671 2024-11-02 08:37:24:559 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{}} 2024-11-02 08:37:24:559 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:24:559 +0000 [main] DEBUG JsonRpcDatastoreAdapter - PUT txId : bed8db5b-3659-4089-bfc1-f9fa7e1cf669, store : CONFIGURATION, entity : something, path : {"jsonrpc:config":{}}, YII :/(urn:opendaylight:jsonrpc?revision=2016-12-01)config, data : {"configured-endpoints":[]} 2024-11-02 08:37:24:559 +0000 [main] TRACE DataCodec - [Decode] input : {"configured-endpoints":[]} 2024-11-02 08:37:24:559 +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-02 08:37:24:559 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : bed8db5b-3659-4089-bfc1-f9fa7e1cf669 2024-11-02 08:37:24:563 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"jsonrpc:config":{"configured-endpoints":[{"name":"lab-mlx"}]}} 2024-11-02 08:37:24:563 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"configured-endpoints":[{"name":"lab-mlx"}]} 2024-11-02 08:37:24:564 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Array ]: [{"name":"lab-mlx"}] 2024-11-02 08:37:24:564 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"name":"lab-mlx"} 2024-11-02 08:37:24:564 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Leaf ]: "lab-mlx" 2024-11-02 08:37:24:564 +0000 [main] DEBUG JsonRpcDatastoreAdapter - MERGE : tx=7152513c-7e41-467b-b4af-ecd6ce8dfb1f, 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-02 08:37:24:564 +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-02 08:37:24:565 +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-02 08:37:24:565 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 7152513c-7e41-467b-b4af-ecd6ce8dfb1f 2024-11-02 08:37:24:565 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:24:565 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:24:566 +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-02 08:37:24:566 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:24:566 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:24:566 +0000 [main] DEBUG JsonRpcDatastoreAdapter - DELETE : tx=79be11a5-a14a-465d-b91f-87fdfbe53ce8, 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-02 08:37:24:566 +0000 [main] DEBUG JsonRpcDatastoreAdapter - COMMIT : 79be11a5-a14a-465d-b91f-87fdfbe53ce8 2024-11-02 08:37:24:566 +0000 [main] DEBUG JsonRpcDatastoreAdapter - ERROR : 79be11a5-a14a-465d-b91f-87fdfbe53ce8 2024-11-02 08:37:24:566 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {"test-model-data:top-container":{}} 2024-11-02 08:37:24:566 +0000 [main] TRACE JsonRpcPathCodec - [Decode][Object]: {} 2024-11-02 08:37:24:567 +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-02 08:37:24:567 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================ 2024-11-02 08:37:24:567 +0000 [main] INFO AbstractJsonRpcTest - [END]testTxPutMergeDelete 2024-11-02 08:37:24:567 +0000 [main] INFO AbstractJsonRpcTest - ================================================================================