X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-dom-it%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fbinding%2Ftest%2Fbugfix%2FDOMCodecBug01Test.java;h=471935248506b9cf4c3cdf53d37e8ad43568b33b;hb=673fd147e0dac242e6531e53d587ebc399b25ffc;hp=d016754385d1b4ee53e2feb512a75e460b6b37db;hpb=c0ed4d565d180c360f7506b2577c4b2d732e173c;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/bugfix/DOMCodecBug01Test.java b/opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/bugfix/DOMCodecBug01Test.java index d016754385..4719352485 100644 --- a/opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/bugfix/DOMCodecBug01Test.java +++ b/opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/bugfix/DOMCodecBug01Test.java @@ -19,6 +19,7 @@ import java.util.concurrent.Callable; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; +import org.junit.Ignore; import org.junit.Test; import org.opendaylight.controller.md.sal.common.api.TransactionStatus; import org.opendaylight.controller.sal.binding.api.data.DataModificationTransaction; @@ -115,8 +116,14 @@ public class DOMCodecBug01Test extends AbstractDataServiceTest { * * Reported by Depthi V V * + * @deprecated This test tests indirect generation, which should be tested + * different way. the test creates conflicting transactions + * and assumes correct commit - to test codec generation + * */ @Test + @Ignore + @Deprecated public void testIndirectGeneration() throws Exception { ExecutorService basePool = Executors.newFixedThreadPool(2); @@ -218,7 +225,7 @@ public class DOMCodecBug01Test extends AbstractDataServiceTest { private class CreateFlowTask implements Callable { - public CreateFlowTask(Object startSync) { + public CreateFlowTask(final Object startSync) { } @Override