SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/tmp/r/org/opendaylight/infrautils/infrautils-testutils/5.0.9/infrautils-testutils-5.0.9.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/tmp/r/ch/qos/logback/logback-classic/1.2.12/logback-classic-1.2.12.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/tmp/r/org/slf4j/slf4j-simple/1.7.32/slf4j-simple-1.7.32.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.opendaylight.infrautils.testutils.internal.LogCaptureRuleLoggerFactory] 02:07:20,324 PM [main] [INFO] ListStatementSupport - Configuration list (urn:opendaylight:params:xml:ns:yang:bgp:test?revision=2018-05-15)segments does not define any keys in violation of RFC7950 section 7.8.2. While this is fine with OpenDaylight, it can cause interoperability issues with other systems [defined at [{name=(urn:opendaylight:params:xml:ns:yang:bgp-message?revision=2020-01-20)bgp-message}]:142:17] 02:07:20,326 PM [main] [INFO] ListStatementSupport - Configuration list (urn:opendaylight:params:xml:ns:yang:bgp:test?revision=2018-05-15)communities does not define any keys in violation of RFC7950 section 7.8.2. While this is fine with OpenDaylight, it can cause interoperability issues with other systems [defined at [{name=(urn:opendaylight:params:xml:ns:yang:bgp-message?revision=2020-01-20)bgp-message}]:166:13] 02:07:20,328 PM [main] [INFO] ListStatementSupport - Configuration list (urn:opendaylight:params:xml:ns:yang:bgp:test?revision=2018-05-15)extended-communities does not define any keys in violation of RFC7950 section 7.8.2. While this is fine with OpenDaylight, it can cause interoperability issues with other systems [defined at [{name=(urn:opendaylight:params:xml:ns:yang:bgp-message?revision=2020-01-20)bgp-message}]:169:13] 02:07:20,329 PM [main] [INFO] ListStatementSupport - Configuration list (urn:opendaylight:params:xml:ns:yang:bgp:test?revision=2018-05-15)bgp-prefix-sid-tlvs does not define any keys in violation of RFC7950 section 7.8.2. While this is fine with OpenDaylight, it can cause interoperability issues with other systems [defined at [{name=(urn:opendaylight:params:xml:ns:yang:bgp-message?revision=2020-01-20)bgp-message}]:207:17] 02:07:22,78 PM [main] [WARN] CommitCoordinationTask - Tx: DOM-CHAIN-0-0 Error during phase CAN_COMMIT, starting Abort TransactionCommitFailedException{message=canCommit execution failed, errorList=[RpcError [message=canCommit execution failed, severity=ERROR, errorType=APPLICATION, tag=operation-failed, applicationTag=null, info=null, cause=java.lang.Exception: mock commit failure]]} at org.opendaylight.mdsal.dom.broker.TransactionCommitFailedExceptionMapper.newWithCause(TransactionCommitFailedExceptionMapper.java:37) at org.opendaylight.mdsal.dom.broker.TransactionCommitFailedExceptionMapper.newWithCause(TransactionCommitFailedExceptionMapper.java:18) at org.opendaylight.yangtools.util.concurrent.ExceptionMapper.apply(ExceptionMapper.java:83) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask.canCommitBlocking(CommitCoordinationTask.java:105) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask.call(CommitCoordinationTask.java:70) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask$WithTracker.call(CommitCoordinationTask.java:42) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask$WithTracker.call(CommitCoordinationTask.java:28) at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131) at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74) at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82) at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:323) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) at com.google.common.util.concurrent.AbstractListeningExecutorService.submit(AbstractListeningExecutorService.java:69) at org.opendaylight.mdsal.dom.broker.SerializedDOMDataBroker.commit(SerializedDOMDataBroker.java:66) at org.opendaylight.mdsal.dom.broker.DOMDataBrokerTransactionChainImpl.commit(DOMDataBrokerTransactionChainImpl.java:98) at org.opendaylight.mdsal.dom.broker.DOMForwardedWriteTransaction.commit(DOMForwardedWriteTransaction.java:131) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain.processTransaction(AbstractPingPongTransactionChain.java:236) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain.processIfReady(AbstractPingPongTransactionChain.java:212) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain.readyTransaction(AbstractPingPongTransactionChain.java:323) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain$PingPongReadWriteTransaction.commit(AbstractPingPongTransactionChain.java:482) at org.opendaylight.mdsal.binding.dom.adapter.BindingDOMWriteTransactionAdapter.commit(BindingDOMWriteTransactionAdapter.java:72) at org.opendaylight.mdsal.binding.dom.adapter.BindingDOMTransactionChainAdapter$1.commit(BindingDOMTransactionChainAdapter.java:72) at org.opendaylight.protocol.bgp.state.StateProviderImpl$1.run(StateProviderImpl.java:148) at org.opendaylight.protocol.bgp.state.StateProviderImplTest.testTransactionChainFailure(StateProviderImplTest.java:445) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:42) at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: java.lang.Exception: mock commit failure at org.opendaylight.protocol.bgp.state.StateProviderImplTest.testTransactionChainFailure(StateProviderImplTest.java:420) ... 48 more 02:07:22,101 PM [main] [ERROR] StateProviderImpl - Transaction chain org.opendaylight.mdsal.binding.dom.adapter.BindingDOMTransactionChainAdapter@4b7ecd37 failed for tx DOM-CHAIN-0-0 TransactionCommitFailedException{message=canCommit execution failed, errorList=[RpcError [message=canCommit execution failed, severity=ERROR, errorType=APPLICATION, tag=operation-failed, applicationTag=null, info=null, cause=java.lang.Exception: mock commit failure]]} at org.opendaylight.mdsal.dom.broker.TransactionCommitFailedExceptionMapper.newWithCause(TransactionCommitFailedExceptionMapper.java:37) at org.opendaylight.mdsal.dom.broker.TransactionCommitFailedExceptionMapper.newWithCause(TransactionCommitFailedExceptionMapper.java:18) at org.opendaylight.yangtools.util.concurrent.ExceptionMapper.apply(ExceptionMapper.java:83) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask.canCommitBlocking(CommitCoordinationTask.java:105) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask.call(CommitCoordinationTask.java:70) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask$WithTracker.call(CommitCoordinationTask.java:42) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask$WithTracker.call(CommitCoordinationTask.java:28) at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131) at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74) at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82) at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:323) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) at com.google.common.util.concurrent.AbstractListeningExecutorService.submit(AbstractListeningExecutorService.java:69) at org.opendaylight.mdsal.dom.broker.SerializedDOMDataBroker.commit(SerializedDOMDataBroker.java:66) at org.opendaylight.mdsal.dom.broker.DOMDataBrokerTransactionChainImpl.commit(DOMDataBrokerTransactionChainImpl.java:98) at org.opendaylight.mdsal.dom.broker.DOMForwardedWriteTransaction.commit(DOMForwardedWriteTransaction.java:131) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain.processTransaction(AbstractPingPongTransactionChain.java:236) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain.processIfReady(AbstractPingPongTransactionChain.java:212) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain.readyTransaction(AbstractPingPongTransactionChain.java:323) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain$PingPongReadWriteTransaction.commit(AbstractPingPongTransactionChain.java:482) at org.opendaylight.mdsal.binding.dom.adapter.BindingDOMWriteTransactionAdapter.commit(BindingDOMWriteTransactionAdapter.java:72) at org.opendaylight.mdsal.binding.dom.adapter.BindingDOMTransactionChainAdapter$1.commit(BindingDOMTransactionChainAdapter.java:72) at org.opendaylight.protocol.bgp.state.StateProviderImpl$1.run(StateProviderImpl.java:148) at org.opendaylight.protocol.bgp.state.StateProviderImplTest.testTransactionChainFailure(StateProviderImplTest.java:445) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:42) at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: java.lang.Exception: mock commit failure at org.opendaylight.protocol.bgp.state.StateProviderImplTest.testTransactionChainFailure(StateProviderImplTest.java:420) ... 48 more 02:07:22,105 PM [main] [ERROR] StateProviderImpl - Failed to commit BGP stats update TransactionCommitFailedException{message=canCommit execution failed, errorList=[RpcError [message=canCommit execution failed, severity=ERROR, errorType=APPLICATION, tag=operation-failed, applicationTag=null, info=null, cause=java.lang.Exception: mock commit failure]]} at org.opendaylight.mdsal.dom.broker.TransactionCommitFailedExceptionMapper.newWithCause(TransactionCommitFailedExceptionMapper.java:37) at org.opendaylight.mdsal.dom.broker.TransactionCommitFailedExceptionMapper.newWithCause(TransactionCommitFailedExceptionMapper.java:18) at org.opendaylight.yangtools.util.concurrent.ExceptionMapper.apply(ExceptionMapper.java:83) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask.canCommitBlocking(CommitCoordinationTask.java:105) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask.call(CommitCoordinationTask.java:70) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask$WithTracker.call(CommitCoordinationTask.java:42) at org.opendaylight.mdsal.dom.broker.CommitCoordinationTask$WithTracker.call(CommitCoordinationTask.java:28) at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131) at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:74) at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82) at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:323) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) at com.google.common.util.concurrent.AbstractListeningExecutorService.submit(AbstractListeningExecutorService.java:69) at org.opendaylight.mdsal.dom.broker.SerializedDOMDataBroker.commit(SerializedDOMDataBroker.java:66) at org.opendaylight.mdsal.dom.broker.DOMDataBrokerTransactionChainImpl.commit(DOMDataBrokerTransactionChainImpl.java:98) at org.opendaylight.mdsal.dom.broker.DOMForwardedWriteTransaction.commit(DOMForwardedWriteTransaction.java:131) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain.processTransaction(AbstractPingPongTransactionChain.java:236) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain.processIfReady(AbstractPingPongTransactionChain.java:212) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain.readyTransaction(AbstractPingPongTransactionChain.java:323) at org.opendaylight.mdsal.dom.spi.AbstractPingPongTransactionChain$PingPongReadWriteTransaction.commit(AbstractPingPongTransactionChain.java:482) at org.opendaylight.mdsal.binding.dom.adapter.BindingDOMWriteTransactionAdapter.commit(BindingDOMWriteTransactionAdapter.java:72) at org.opendaylight.mdsal.binding.dom.adapter.BindingDOMTransactionChainAdapter$1.commit(BindingDOMTransactionChainAdapter.java:72) at org.opendaylight.protocol.bgp.state.StateProviderImpl$1.run(StateProviderImpl.java:148) at org.opendaylight.protocol.bgp.state.StateProviderImplTest.testTransactionChainFailure(StateProviderImplTest.java:445) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100) at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107) at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:42) at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85) at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47) at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) Caused by: java.lang.Exception: mock commit failure at org.opendaylight.protocol.bgp.state.StateProviderImplTest.testTransactionChainFailure(StateProviderImplTest.java:420) ... 48 more 02:07:22,164 PM [main] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:22,167 PM [main] [DEBUG] StateProviderImpl - Transaction chain org.opendaylight.mdsal.binding.dom.adapter.BindingDOMTransactionChainAdapter@2e02cc02 successful. 02:07:22,186 PM [pool-8-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:23,198 PM [pool-8-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:23,216 PM [main] [INFO] LazyBindingMap - Using lazy population for maps larger than 1 element(s) 02:07:24,193 PM [pool-8-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:25,192 PM [pool-8-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:26,367 PM [pool-8-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:27,187 PM [pool-8-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:27,189 PM [main] [DEBUG] StateProviderImpl - Transaction chain org.opendaylight.mdsal.binding.dom.adapter.BindingDOMTransactionChainAdapter@7959d16a successful. 02:07:27,205 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:27,304 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:27,404 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:27,504 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:27,604 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:27,704 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:27,804 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:27,904 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:28,4 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:28,104 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:28,204 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:28,304 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:28,404 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:28,504 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:28,604 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:28,704 PM [pool-12-thread-1] [DEBUG] StateProviderImpl - Successfully committed BGP stats update 02:07:28,708 PM [main] [DEBUG] StateProviderImpl - Transaction chain org.opendaylight.mdsal.binding.dom.adapter.BindingDOMTransactionChainAdapter@5cc12274 successful.