You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/04/05 07:03:36 UTC

[incubator-iotdb] branch http updated (510e636 -> 23a67cd)

This is an automated email from the ASF dual-hosted git repository.

geniuspig pushed a change to branch http
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 510e636  Merge branch 'master' into http
     add 23a67cd  updat test.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metrics/MetricsSystem.java |   2 +-
 .../iotdb/db/rest/constant/RestConstant.java       |  12 ++
 .../iotdb/db/rest/controller/RestController.java   |  28 ++--
 .../java/org/apache/iotdb/db/rest/RestTest.java    | 182 ++++++++-------------
 server/src/test/resources/createTimeSeries.json    |  23 +--
 server/src/test/resources/insert.json              |  48 +++++-
 server/src/test/resources/query.json               |  13 ++
 server/src/test/resources/setStorageGroup.json     |   3 +-
 8 files changed, 164 insertions(+), 147 deletions(-)
 create mode 100644 server/src/test/resources/query.json