]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: add a test to ensure map-ordering is preserved
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 8 Jan 2024 09:25:18 +0000 (10:25 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Wed, 10 Jan 2024 17:02:54 +0000 (18:02 +0100)
commit1088f0b969e18ee5a8fe829d2071507ddef0d05e
tree09fb132aa7d28d5f8c08187897b0c67a2e7bc22c
parentb546bb6d67145db0ebd14c79d72199064208dc2f
REGTESTS: add a test to ensure map-ordering is preserved

As shown in "BUG/MINOR: map: list-based matching potential ordering
regression", list-based matching types such as dom are affected by the
order in which elements are loaded from the map.

Since this is historical behavior and existing usages depend on it, we
add a test to prevent future regressions.
reg-tests/http-rules/map_ordering.map [new file with mode: 0644]
reg-tests/http-rules/map_ordering.vtc [new file with mode: 0644]