SingleFeatureTest BLACKLISTED_BROKEN_FEATURES bugs links (only) 34/50634/2
authorMichael Vorburger <vorburger@redhat.com>
Wed, 18 Jan 2017 17:35:05 +0000 (18:35 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 18 Jan 2017 18:15:30 +0000 (18:15 +0000)
Bug: 7582
Change-Id: Ibd0c0feb1d8c0318461c9d71d4b737bcecae25fe
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
features-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java

index 22ceaa5b70651948aa5fbe40b804ce89f45c3a6c..6dd1b71bca43c523230e9fff33a50c92bf1d9ae1 100644 (file)
@@ -347,33 +347,40 @@ public class SingleFeatureTest {
         }
     }
 
-    // TODO Figure out why each of these fails the TestBundleDiag, fix it, and remove this.. ;)
+    // TODO remove this when all issues linked to parent https://bugs.opendaylight.org/show_bug.cgi?id=7582 are resolved
     private static final List<String> BLACKLISTED_BROKEN_FEATURES = ImmutableList.of(
-             // integration/distribution/features-test due to (unclear)
+            // integration/distribution/features-test due to (unclear)
             "odl-integration-all",
             // controller/features/mdsal/ due to IllegalStateException: ./configuration/initial/akka.conf is missing
+            // see https://bugs.opendaylight.org/show_bug.cgi?id=7583
             "odl-mdsal-broker-local",
             "odl-mdsal-clustering-commons",
             "odl-mdsal-distributed-datastore",
             "odl-mdsal-remoterpc-connector",
             // aaa/features/authn due to Cassandra expected to be up on
+            // see https://bugs.opendaylight.org/show_bug.cgi?id=7584
             "odl-aaa-authn-cassandra-cluster",
             // 3/18 in bgpcep/features/bgp/ due to NoSuchFileException: etc/....
+            // see https://bugs.opendaylight.org/show_bug.cgi?id=7585
             "odl-bgpcep-bgp-rib-impl",
             "odl-bgpcep-bgp-topology",
             "odl-bgpcep-bgp-cli",
             // 1/1 in bgpcep/features/bmp due to NoSuchFileException: etc/opendaylight/bgp
+            // also https://bugs.opendaylight.org/show_bug.cgi?id=7585 (same as above)
             "odl-bgpcep-bmp",
             // 4/8 in lispflowmapping/features due to.. unclear, similar issue to odl-integration-all?
+            // see https://bugs.opendaylight.org/show_bug.cgi?id=7586
             "odl-lispflowmapping-mappingservice",
             "odl-lispflowmapping-mappingservice-shell",
             "odl-lispflowmapping-neutron",
             "odl-lispflowmapping-ui",
-            // 1/17 in lispflowmapping/features due to NOK org.opendaylight.groupbasedpolicy
+            // 1/17 in groupbasedpolicy/features due to NOK org.opendaylight.groupbasedpolicy
             // Caused by: org.opendaylight.mdsal.eos.common.api.CandidateAlreadyRegisteredException
+            // see https://bugs.opendaylight.org/show_bug.cgi?id=7587
             "odl-groupbasedpolicy-ne-location-provider",
             // 1/11 in tsdr/features due to (strange) ClassNotFoundException: odlparent.bundlestest
             //   .TestBundleDiag (works for all other features; class loading issue in that feature?)
+            // see https://bugs.opendaylight.org/show_bug.cgi?id=7588
             "odl-hbaseclient",
             // 1/9 in unimgr/features due missing mdsal, similar to issue to odl-integration-all?
             "odl-unimgr-netvirt"