Fix flaky test TestParseHTTPRequest/Test_MSET_command
#581
Labels
bug
Something isn't working
difficulty-level -- easy
good first issue
Good for newcomers
stack -- go
stack -- infra
TestParseHTTPRequest/Test_MSET_command
is flaky because the order of arguments in the converted response is non-deterministic.Making the order deterministic in the adapter logic will entail a performance penalty for no real benefit (as of now). It's better we make the test more resilient by ensuring the test logic is able to handle all possible expected responses.
The text was updated successfully, but these errors were encountered: