Skip to content

Commit

Permalink
add gzip compression to integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Hassan <[email protected]>
  • Loading branch information
afhassan committed Sep 23, 2024
1 parent 4901a28 commit 0a7d807
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/query_frontend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ func TestQueryFrontendProtobufCodec(t *testing.T) {
require.NoError(t, s.StartAndWaitReady(minio))

flags = mergeFlags(e2e.EmptyFlags(), map[string]string{
"-api.querier-default-codec": "protobuf",
"-api.querier-default-codec": "protobuf",
"-querier.response-compression": "gzip",
})
return cortexConfigFile, flags
},
Expand Down

0 comments on commit 0a7d807

Please sign in to comment.