trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Replay tests can't handle duplicate headers with different values

Open jasmine-nahrain opened this issue 1 year ago • 1 comments

Replay files seem to search for the first header when testing and assume that is the intended value. This is fine except for duplicate headers.

E.g. X-Duplicate-Header: same X-Duplicate-Header: other

It would then fail like this [INFO]: Equals Violation: Different. Key: "fill_1", Field Name: "x-duplicate-header", Correct Value: "other", Actual Value: "same" : 26

Despite that other is the intended value for the second duplicate header

jasmine-nahrain avatar Oct 21 '24 03:10 jasmine-nahrain

This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

github-actions[bot] avatar Oct 22 '25 02:10 github-actions[bot]