Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
quantizer: add a test for the fix in #421 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbr authored and Emanuele Palazzetti committed May 18, 2018
1 parent b8d39fe commit 3d5b410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quantizer/redis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ func TestRedisQuantizer(t *testing.T) {
assert := assert.New(t)

queryToExpected := []redisTestCase{
{"CLIENT",
"CLIENT"}, // regression test for DataDog/datadog-trace-agent#421

{"CLIENT LIST",
"CLIENT LIST"},

Expand Down

0 comments on commit 3d5b410

Please sign in to comment.