Skip to content

Commit

Permalink
and integration test that validates gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
corylanou committed Feb 4, 2015
1 parent 2b5565a commit 9fbdd33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/query_with_gzip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
echo "querying data"
curl -v -G --compressed http://localhost:8086/query --data-urlencode "db=foo" --data-urlencode "q=SELECT sum(value) FROM \"foo\".\"bar\".cpu GROUP BY time(1h)"

0 comments on commit 9fbdd33

Please sign in to comment.