On 26/02/18 16:35, Brady Johnson wrote: > I cant reproduce this locally with the latest Nitrogen artifacts today. > I'd like to wait until tonight's build to see if this is a transient > failure.
Hello Brady, It is not, you are asserting exception on failure message strings. These have changed to fix YANGTOOLS-798 (https://git.opendaylight.org/gerrit/#/c/68461/), I expect the same thing will happen to Carbon. The change is trivial, https://git.opendaylight.org/gerrit/#/c/68461/2/yang/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/util/RegexUtils.java, I suspect the corresponding fix will be equally easy. Going forward generated code will need to learn the difference between the enforcement pattern (which has changed) and the declared pattern, which does not include the wrapping and should be quoted in the error string. That will provide proper contract/implementation separation. Regards, Robert
signature.asc
Description: OpenPGP digital signature
_______________________________________________ sfc-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/sfc-dev
