Python dictionaries hash the value of the keys, so iterating over its entries is unordered by default. I found by experimentation that this can result in generating more than one test file that serves the same purpose when tests are run repeatedly.
This change prevents that by ordering the entries that are iterated upon. This test is still skipped by default due to #4120. [ Full content available at: https://github.com/apache/trafficserver/pull/4309 ] This message was relayed via gitbox.apache.org for [email protected]
