Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
6990
Description
OrderedDepthAwareNormalizedNodeWriter#writeMapEntryNode writes children of node in random order.
This behavior causes failures of ignored tests in https://git.opendaylight.org/gerrit/#/c/46601/17/restconf/sal-rest-connector/src/test/java/org/opendaylight/netconf/sal/rest/impl/DepthAwareNormalizedNodeWriterTest.java
The same problem is expected in org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter.OrderedNormalizedNodeWriter in Yangtools which is used in Restconf's RestconfDelegatingNormalizedNodeWriter.