Re: [controller-dev] Issue with running ListProcessingAndOrderingTest tests from sal-binding-dom-it
Vaishali Mithbaokar (vmithbao) <vmithbao@...>
Hi Robert,
What we found that these
tests fail on local set up
when we run mvn clean install with integration profile as follows
mvn clean install -Dmaven.repo.local=<our local repo> -Pintegrationtests,docs -Dorg.ops4j.pax.url.mvn.localRepository=<our local repo>
But after checking in our patch, when jenkins run the controller-verify build,
these test cases pass, we see following parameters on Jenkins which are same as ours. So any idea, pointers to find out why they don't succeed on local set up.
-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Pintegrationtests,docs
Thanks,
Vaishali
From: Cisco Employee <vmithbao@...>
Date: Wednesday, June 4, 2014 11:37 PM To: controller-dev <controller-dev@...>, "integration-dev@..." <integration-dev@...> Subject: [controller-dev] Issue with running ListProcessingAndOrderingTest tests from sal-binding-dom-it Hi,
I am running into issue where 3 of the ListProcessingAndOrderingTest tests from sal-binding-dom-it are failing with following error
[main] ERROR org.opendaylight.yangtools.sal.binding.generator.impl.TransformerGenerator -
Cannot compile DOM Codec for interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists.ordered.container.OrderedList
java.lang.RuntimeException: cannot find org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.lists: org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.Lists
found in org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/controller/md/sal/test/store/rev140422/lists.class
I see the following structure for the generated classes, which shows lists folder is present as well as Lists class is also present. Any idea what could be wrong, appreciate any pointer to troubleshoot this issue further.
Thanks,
Vaishali
|
|