Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort query maps in protocol tests #507

Merged
merged 1 commit into from
Jul 22, 2020

Commits on Jul 22, 2020

  1. Sort query maps in protocol tests

    Query maps have order, but not all languages have ordered maps.
    Those languages may choose to sort by key on serialization to
    have a stable payload. Go does this, for instance. This updates
    the query protocol tests to have maps in their params and bodies
    be sorted to facilitate this strategy while keeping languages with
    insertion ordered maps from having to do any extra work.
    JordonPhillips committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    be8d79a View commit details
    Browse the repository at this point in the history